Uses of Class
org.locationtech.jts.geom.OctagonalEnvelope
-
Packages that use OctagonalEnvelope Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
Uses of OctagonalEnvelope in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return OctagonalEnvelope 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)
Methods in org.locationtech.jts.geom with parameters of type OctagonalEnvelope Modifier and Type Method Description boolean
OctagonalEnvelope. contains(OctagonalEnvelope other)
OctagonalEnvelope
OctagonalEnvelope. expandToInclude(OctagonalEnvelope oct)
boolean
OctagonalEnvelope. intersects(OctagonalEnvelope other)
Constructors in org.locationtech.jts.geom with parameters of type OctagonalEnvelope Constructor Description OctagonalEnvelope(OctagonalEnvelope oct)
Creates a new null bounding octagon bounding anOctagonalEnvelope
(the copy constructor).
-