Package | Description |
---|---|
org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
Modifier and Type | Field and Description |
---|---|
(package private) OctagonalEnvelope |
OctagonalEnvelope.BoundingOctagonComponentFilter.oe |
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 |
---|
BoundingOctagonComponentFilter(OctagonalEnvelope oe) |
OctagonalEnvelope(OctagonalEnvelope oct)
Creates a new null bounding octagon bounding an
OctagonalEnvelope
(the copy constructor). |