In addition to implementing this interface datastores should have a services file:
META-INF/services/org.geotools.data.GridCoverageFormatFactorySpi
The file should contain a single line which gives the full name of the implementing class.
example:e.g. org.geotools.data.arcgrid.ArcGridFormatFactory
The factories are never called directly by users, instead the GridFormatFinder class is used.
@author Jody Garnett, Refractions Research @author Simone Giannecchini, GeoSolutions @source $URL$
|
|
|
|
|
|