Package org.geotools.gce.imagemosaic.egr
Class ROIExcessGranuleRemover
Object
ROIExcessGranuleRemover
Support class helping to remove images not contributing pixels to the final mosaic based on the image ROIs (thus,
 working in raster space after the images are read)
- Author:
- Andrea Aime - GeoSolutions
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intDefault size for excess granule removal tiles
- 
Constructor SummaryConstructorsConstructorDescriptionROIExcessGranuleRemover(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanReturns true if the rendering area is complete
- 
Field Details- 
DEFAULT_TILE_SIZEpublic static final int DEFAULT_TILE_SIZEDefault size for excess granule removal tiles- See Also:
 
 
- 
- 
Constructor Details- 
ROIExcessGranuleRemoverpublic ROIExcessGranuleRemover(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS) 
 
- 
- 
Method Details- 
addGranule
- 
isRenderingAreaCompletepublic boolean isRenderingAreaComplete()Returns true if the rendering area is complete
 
-