-
- All Known Subinterfaces:
GISTreeNode<P,N>
- All Known Implementing Classes:
AbstractGISTreeSetNode,GISTreeSetNode,WeakGISTreeSetNode
public interface GISTreeBoundedAreaInterface that is representing a bounded area in a GIS tree set.- Since:
- 14.0
- Version:
- 17.0 2020-01-04 14:41:53
- Author:
- Stéphane GALLAND
- Maven Group Id:
- org.arakhne.afc.gis
- Maven Artifact Id:
- giscore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle2dgetAreaBounds()Replies the bounds covered by the area.Rectangle2dgetObjectBounds()Replies the bounds covered by the objects.booleanisIcosepHeuristicArea()Replies if the area is marked as an icosep-heuristic area.
-
-
-
Method Detail
-
getAreaBounds
@Pure Rectangle2d getAreaBounds()
Replies the bounds covered by the area.- Returns:
- the bounds covered by the area.
-
getObjectBounds
@Pure Rectangle2d getObjectBounds()
Replies the bounds covered by the objects.- Returns:
- the bounds covered by the objects.
-
isIcosepHeuristicArea
@Pure boolean isIcosepHeuristicArea()
Replies if the area is marked as an icosep-heuristic area.- Returns:
trueif the area has been marked as icosep, otherwisefalse.
-
-