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 classMultiLevelROIGeometryA ROIGeometry provider that handles multi-scale ROI with some extras: Caching of reduced resolution of the same ROI Management of the footprint insetclassMultiLevelROIRasterMultiLevelROIimplementation supporting Raster masking.Methods in org.geotools.coverage.grid.io.footprint that return MultiLevelROI Modifier and Type Method Description MultiLevelROIMultiLevelROIGeometryProvider. getMultiScaleROI(SimpleFeature sf)MultiLevelROIMultiLevelROIProvider. getMultiScaleROI(SimpleFeature sf)Returns aMultiLevelROIobject from a granule -
Uses of MultiLevelROI in org.geotools.coverageio
Fields in org.geotools.coverageio declared as MultiLevelROI Modifier and Type Field Description protected MultiLevelROIBaseGridCoverage2DReader. multiLevelRoiThis 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 MultiLevelROIBaseGridCoverage2DReader. getMultiLevelRoi() -
Uses of MultiLevelROI in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MultiLevelROI Modifier and Type Method Description MultiLevelROIGranuleDescriptor. getRoiProvider()Methods in org.geotools.gce.imagemosaic with parameters of type MultiLevelROI Modifier and Type Method Description protected voidGranuleDescriptor. 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 theGranuleDescriptorassuming 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 classMultiLevelROIGeometryOverviewsA 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 MultiLevelROIGranuleCatalog. getGranuleFootprint(SimpleFeature sf)Returns the footprint for the given granule.MultiLevelROILockingGranuleCatalog. getGranuleFootprint(SimpleFeature sf)MultiLevelROIMultiLevelROIGeometryOverviewsProvider. getMultiScaleROI(SimpleFeature sf)MultiLevelROIMultiLevelROIRasterProvider. getMultiScaleROI(SimpleFeature sf)
-