Uses of Interface
org.geotools.coverage.grid.io.footprint.MultiLevelROI
-
Packages that use MultiLevelROI Package Description org.geotools.coverage.grid.io.footprint org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response.org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog -
-
Uses of MultiLevelROI in org.geotools.coverage.grid.io.footprint
Classes in org.geotools.coverage.grid.io.footprint that implement MultiLevelROI Modifier and Type Class Description class
MultiLevelROIGeometry
A ROIGeometry provider that handles multi-scale ROI with some extras: Caching of reduced resolution of the same ROI Management of the footprint insetclass
MultiLevelROIRaster
MultiLevelROI
implementation supporting Raster masking.Methods in org.geotools.coverage.grid.io.footprint that return MultiLevelROI Modifier and Type Method Description MultiLevelROI
MultiLevelROIGeometryProvider. getMultiScaleROI(SimpleFeature sf)
MultiLevelROI
MultiLevelROIProvider. getMultiScaleROI(SimpleFeature sf)
Returns aMultiLevelROI
object from a granule -
Uses of MultiLevelROI in org.geotools.coverageio
Fields in org.geotools.coverageio declared as MultiLevelROI Modifier and Type Field Description protected MultiLevelROI
BaseGridCoverage2DReader. multiLevelRoi
This reader is made of a single file so the MultiLevelROI is uniqueMethods in org.geotools.coverageio that return MultiLevelROI Modifier and Type Method Description protected MultiLevelROI
BaseGridCoverage2DReader. getMultiLevelRoi()
-
Uses of MultiLevelROI in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MultiLevelROI Modifier and Type Method Description MultiLevelROI
GranuleDescriptor. getRoiProvider()
Methods in org.geotools.gce.imagemosaic with parameters of type MultiLevelROI Modifier and Type Method Description protected void
GranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
Constructors in org.geotools.gce.imagemosaic with parameters of type MultiLevelROI Constructor Description GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering)
GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, String locationAttribute, String parentLocation, MultiLevelROI roiProvider)
Constructor for theGranuleDescriptor
assuming it doesn't belong to an heterogeneous granules set.GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints)
Constructor for theGranuleDescriptor
-
Uses of MultiLevelROI in org.geotools.gce.imagemosaic.catalog
Classes in org.geotools.gce.imagemosaic.catalog that implement MultiLevelROI Modifier and Type Class Description class
MultiLevelROIGeometryOverviews
A ROIGeometry provider that handles multi-scale ROI, supporting per imageIndex overviews's geometries being stored in separate sidecar fileMethods in org.geotools.gce.imagemosaic.catalog that return MultiLevelROI Modifier and Type Method Description protected MultiLevelROI
GranuleCatalog. getGranuleFootprint(SimpleFeature sf)
Returns the footprint for the given granule.MultiLevelROI
LockingGranuleCatalog. getGranuleFootprint(SimpleFeature sf)
MultiLevelROI
MultiLevelROIGeometryOverviewsProvider. getMultiScaleROI(SimpleFeature sf)
MultiLevelROI
MultiLevelROIRasterProvider. getMultiScaleROI(SimpleFeature sf)
-