Enable programs to find all available datastore implementations.
In order to be located by this finder datasources must provide an
implementation of the
DataStoreFactorySpi interface.
In addition to implementing this interface datasouces should have a services
file:
META-INF/services/org.geotools.data.DataStoreFactorySpi
The file should contain a single line which gives the full name of the
implementing class.
Example:
org.geotools.data.mytype.MyTypeDataStoreFacotry
|