Uses of Class
org.geotools.gce.imagemosaic.GranuleDescriptor
-
Packages that use GranuleDescriptor Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog org.geotools.gce.imagemosaic.granulecollector -
-
Uses of GranuleDescriptor in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GranuleDescriptor Modifier and Type Method Description GranuleDescriptor
GranuleLoader. getGranule()
GranuleDescriptor
GranuleDescriptor.GranuleLoadingResult. getGranuleDescriptor()
Methods in org.geotools.gce.imagemosaic with parameters of type GranuleDescriptor Modifier and Type Method Description RasterManager
RasterManager. getForGranuleCRS(RasterLayerRequest request, GranuleDescriptor templateDescriptor, ReferencedEnvelope requestBounds, ReferencedEnvelope requestBoundsQuery)
Builds a RasterManager for the sub mosaic of a given template granule, and within a given search boundsRasterLayerResponse
RasterLayerResponse. reprojectTo(GranuleDescriptor templateDescriptor)
Builds an alternate view of request/response/manager based on a template descriptorvoid
GranuleDescriptorModifier. update(GranuleDescriptor granuleDescriptor, Hints hints)
Constructors in org.geotools.gce.imagemosaic with parameters of type GranuleDescriptor Constructor Description GranuleLoader(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints)
-
Uses of GranuleDescriptor in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return GranuleDescriptor Modifier and Type Method Description protected GranuleDescriptor
CachingDataStoreGranuleCatalog. getGranuleDescriptor(CatalogConfigurationBean configuration, SimpleFeature sf)
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type GranuleDescriptor Modifier and Type Method Description void
GranuleCatalogVisitor. visit(GranuleDescriptor granule, SimpleFeature feature)
Method that can be used to perform a visit to aGranuleCatalog
. -
Uses of GranuleDescriptor in org.geotools.gce.imagemosaic.granulecollector
Methods in org.geotools.gce.imagemosaic.granulecollector with parameters of type GranuleDescriptor Modifier and Type Method Description boolean
BaseSubmosaicProducer. accept(GranuleDescriptor granuleDescriptor)
boolean
DefaultSubmosaicProducer. accept(GranuleDescriptor granuleDescriptor)
This method is responsible for collecting all the granules accepting a certainFilter
.boolean
SubmosaicProducer. accept(GranuleDescriptor granuleDescriptor)
protected boolean
BaseSubmosaicProducer. acceptGranule(GranuleDescriptor granuleDescriptor)
-