public interface MultiLevelROI
| Modifier and Type | Method and Description | 
|---|---|
| Geometry | getFootprint()This method returns a  Geometryobject 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  MultiLevelROIobject 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.