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