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 SummaryConstructorsConstructorDescriptionGranuleLoader(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) 
- 
Method Summary
- 
Constructor Details- 
GranuleLoaderpublic GranuleLoader(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) 
 
- 
- 
Method Details- 
getCropBBox
- 
getMosaicWorldToGrid
- 
getGranule
- 
getReadParameters
- 
getImageIndexpublic int getImageIndex()
- 
call- Specified by:
- callin interface- Callable<GranuleDescriptor.GranuleLoadingResult>
- Throws:
- Exception
 
 
-