Uses of Class
org.geotools.gce.imagemosaic.GranuleDescriptor.GranuleLoadingResult
-
Packages that use GranuleDescriptor.GranuleLoadingResult Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.egr org.geotools.gce.imagemosaic.granulecollector -
-
Uses of GranuleDescriptor.GranuleLoadingResult in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GranuleDescriptor.GranuleLoadingResult Modifier and Type Method Description GranuleDescriptor.GranuleLoadingResult
GranuleLoader. call()
GranuleDescriptor.GranuleLoadingResult
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.GranuleLoadingResult Modifier and Type Method Description boolean
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.GranuleLoadingResult Modifier and Type Field Description protected List<Future<GranuleDescriptor.GranuleLoadingResult>>
BaseSubmosaicProducer. granulesFutures
The final lists for granules to be computed, splitted per dimension value.
-