Uses of Interface
org.geotools.coverage.grid.io.footprint.FootprintLoader
-
Packages that use FootprintLoader Package Description org.geotools.coverage.grid.io.footprint org.geotools.gce.imagemosaic.catalog -
-
Uses of FootprintLoader in org.geotools.coverage.grid.io.footprint
Classes in org.geotools.coverage.grid.io.footprint that implement FootprintLoader Modifier and Type Class Description class
WKBLoaderSPI.WKBLoader
Loads WKB filesstatic class
WKTLoaderSPI.WKTLoader
Loads WKT filesMethods in org.geotools.coverage.grid.io.footprint that return FootprintLoader Modifier and Type Method Description FootprintLoader
FootprintLoaderSpi. createLoader()
FootprintLoader
WKBLoaderSPI. createLoader()
FootprintLoader
WKTLoaderSPI. createLoader()
-
Uses of FootprintLoader in org.geotools.gce.imagemosaic.catalog
Classes in org.geotools.gce.imagemosaic.catalog that implement FootprintLoader Modifier and Type Class Description class
ShapefileLoaderSPI.ShapefileLoader
Loads footprints from a sidecar shepefile with a single record, will complain if more than one is foundMethods in org.geotools.gce.imagemosaic.catalog that return FootprintLoader Modifier and Type Method Description FootprintLoader
ShapefileLoaderSPI. createLoader()
Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type FootprintLoader Constructor Description MultiLevelROIGeometryOverviewsProvider(File baseFile, String overviewSuffixFormat, int numOverviews, FootprintLoader footprintLoader, FootprintLoader overviewsFootprintLoader, boolean overviewsRoiInRasterSpace, Hints hints)
-