| Interface | Description |
|---|---|
| FootprintGeometryProvider | |
| FootprintLoader |
Helper that loads a sidecar footprint file in a certain format
|
| 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. |
| MultiLevelROI |
A ROI provider that handles multi-scale ROI
|
| MultiLevelROIProvider |
Provider used for generating a
MultiLevelROI object from a granule |
| Class | Description |
|---|---|
| FootprintLoaderFinder |
Enable programs to find all available FootprintLoader implementations.
|
| MultiLevelROIGeometry |
A ROIGeometry provider that handles multi-scale ROI with some extras:
Caching of reduced resolution of the same ROI
Management of the footprint inset
|
| MultiLevelROIGeometryProvider |
A
MultiLevelROIProvider implementation used for returning MultiLevelROIGeometrys |
| MultiLevelROIProviderFactory |
Factory class used for returning a
MultiLevelROIProvider based on the input footprint
properties and files |
| MultiLevelROIRaster |
MultiLevelROI implementation supporting Raster masking. |
| SidecarFootprintProvider |
A footprint provider looking for sidecar files (SHP, WKB, WKT, ...).
|
| WKBLoaderSPI | |
| WKTLoaderSPI | |
| WKTLoaderSPI.WKTLoader |
Loads WKT files
|
| Enum | Description |
|---|---|
| FootprintBehavior |
Handles the way footprints should be treated.
|
| FootprintInsetPolicy |
Policy specifying how to apply an inset of the footprints
|
Copyright © 1996–2019 Geotools. All rights reserved.