public interface MultiLevelROI
| Modifier and Type | Method and Description |
|---|---|
Geometry |
getFootprint()
This method returns a
Geometry object containing the ROI footprint or, at least, its
bounding box |
ROI |
getTransformedROI(AffineTransform at,
int imageIndex,
Rectangle imgBounds,
ImageReadParam params,
ReadType readType)
Returns a transformed ROI based on the input parameters
|
boolean |
isEmpty()
Checks if the provided
MultiLevelROI object is empty or not |
ROI getTransformedROI(AffineTransform at, int imageIndex, Rectangle imgBounds, ImageReadParam params, ReadType readType)
at - AffineTransformationimageIndex - Overview level used for extracting the correct image overviewimgBounds - ImageBounds to set for Raster ROIsreadType - ReadType object indicating how the image file must be read. This may
be useful for raster ROIsROI objectboolean isEmpty()
MultiLevelROI object is empty or notGeometry getFootprint()
Geometry object containing the ROI footprint or, at least, its
bounding boxGeometry object defining ROI boundsCopyright © 1996–2019 Geotools. All rights reserved.