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
Fields in org.locationtech.jts.geom declared as OctagonalEnvelope Modifier and Type Field Description (package private) OctagonalEnvelope
OctagonalEnvelope.BoundingOctagonComponentFilter. oe
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 BoundingOctagonComponentFilter(OctagonalEnvelope oe)
OctagonalEnvelope(OctagonalEnvelope oct)
Creates a new null bounding octagon bounding anOctagonalEnvelope
(the copy constructor).
-