| Package | Description |
|---|---|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| Modifier and Type | Method and Description |
|---|---|
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(Coordinate p) |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(CoordinateSequence seq) |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(double x,
double y) |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(Envelope env) |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(OctagonalEnvelope oct) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OctagonalEnvelope.contains(OctagonalEnvelope other) |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(OctagonalEnvelope oct) |
boolean |
OctagonalEnvelope.intersects(OctagonalEnvelope other) |
| Constructor and Description |
|---|
OctagonalEnvelope(OctagonalEnvelope oct)
Creates a new null bounding octagon bounding an
OctagonalEnvelope
(the copy constructor). |
Copyright © 2024. All rights reserved.