Interface FootprintLoaderSpi

All Known Implementing Classes:
ShapefileLoaderSPI, WKBLoaderSPI, WKTLoaderSPI

public interface FootprintLoaderSpi
Constructs a live FootprintLoader

In 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