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