public interface FootprintLoaderSpi
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.
Modifier and Type | Method and Description |
---|---|
FootprintLoader |
createLoader() |
FootprintLoader createLoader()
Copyright © 1996–2019 Geotools. All rights reserved.