Interface FootprintLoaderSpi
-
- All Known Implementing Classes:
ShapefileLoaderSPI
,WKBLoaderSPI
,WKTLoaderSPI
public interface FootprintLoaderSpi
Constructs a live FootprintLoaderIn addition to implementing this interface, this service file should be defined:
META-INF/services/org.geotools.coverage.grid.io.footprint.FootprintLoaderSpi
The file should contain a single line which gives the full name of the implementing class.
example:
e.g. org.geotools.coverage.grid.io.footprint.WKBLoaderSpi
The factories are never called directly by users, instead the FootprintLoaderFinder class is used.
- Author:
- Daniele Romagnoli, GeoSolutions SAS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FootprintLoader
createLoader()
-
-
-
Method Detail
-
createLoader
FootprintLoader createLoader()
-
-