public interface VectorialROI extends ROI
Modifier and Type | Method and Description |
---|---|
void |
addGeometry(Geometry geometry)
Adds a geometry
|
void |
deleteGeometry(int index)
Deletes a geometry with the
index selected |
List<Geometry> |
getGeometries()
Gets the list of geometries of this ROI
|