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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default size for excess granule removal tiles -
Constructor Summary
ConstructorsConstructorDescriptionROIExcessGranuleRemover
(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Returns true if the rendering area is complete
-
Field Details
-
DEFAULT_TILE_SIZE
public static final int DEFAULT_TILE_SIZEDefault size for excess granule removal tiles- See Also:
-
-
Constructor Details
-
ROIExcessGranuleRemover
public ROIExcessGranuleRemover(Rectangle rasterBounds, int tileWidth, int tileHeight, CoordinateReferenceSystem targetCRS)
-
-
Method Details
-
addGranule
-
isRenderingAreaComplete
public boolean isRenderingAreaComplete()Returns true if the rendering area is complete
-