Package | Description |
---|---|
geoexplorer.gui |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
GraphicalPrimitive.getBoundingBox()
Computes the bounding box of the graphical primitive.
|
BoundingBox |
LineString.getBoundingBox() |
BoundingBox |
Point.getBoundingBox() |
BoundingBox |
Polygon.getBoundingBox() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.extendBoundingBox(BoundingBox b)
Extends the current bounding box to the minimal bounding box including both this bounding box and the bounding box in parameter.
|