Package org.geotools.gce.imagemosaic
Class GranuleLoader
Object
GranuleLoader
- All Implemented Interfaces:
Callable<GranuleDescriptor.GranuleLoadingResult>
public class GranuleLoader
extends Object
implements Callable<GranuleDescriptor.GranuleLoadingResult>
Specific
Callable
implementation that can be used to load the result of a request on a single
GranuleDescriptor
via GranuleDescriptor.GranuleLoadingResult
.- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Constructor Summary
ConstructorsConstructorDescriptionGranuleLoader
(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) -
Method Summary
-
Constructor Details
-
GranuleLoader
public GranuleLoader(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints)
-
-
Method Details
-
getCropBBox
-
getMosaicWorldToGrid
-
getGranule
-
getReadParameters
-
getImageIndex
public int getImageIndex() -
call
- Specified by:
call
in interfaceCallable<GranuleDescriptor.GranuleLoadingResult>
- Throws:
Exception
-