Uses of Class
org.geotools.gce.imagemosaic.GranuleDescriptor.GranuleLoadingResult
Packages that use GranuleDescriptor.GranuleLoadingResult
Package
Description
-
Uses of GranuleDescriptor.GranuleLoadingResult in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GranuleDescriptor.GranuleLoadingResultModifier and TypeMethodDescriptionGranuleLoader.call()
GranuleDescriptor.loadRaster
(ImageReadParam imageReadParameters, int index, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, RasterLayerRequest request, Hints hints) Load a specified a raster as a portion of the granule describe by thisGranuleDescriptor
. -
Uses of GranuleDescriptor.GranuleLoadingResult in org.geotools.gce.imagemosaic.egr
Methods in org.geotools.gce.imagemosaic.egr with parameters of type GranuleDescriptor.GranuleLoadingResultModifier and TypeMethodDescriptionboolean
ROIExcessGranuleRemover.addGranule
(GranuleDescriptor.GranuleLoadingResult result) -
Uses of GranuleDescriptor.GranuleLoadingResult in org.geotools.gce.imagemosaic.granulecollector
Fields in org.geotools.gce.imagemosaic.granulecollector with type parameters of type GranuleDescriptor.GranuleLoadingResultModifier and TypeFieldDescriptionprotected final List<Future<GranuleDescriptor.GranuleLoadingResult>>
BaseSubmosaicProducer.granulesFutures
The final lists for granules to be computed, splitted per dimension value.