Uses of Class
org.locationtech.jts.geom.OctagonalEnvelope
-
Packages that use OctagonalEnvelope Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 OctagonalEnvelopeOctagonalEnvelope. expandToInclude(double x, double y)OctagonalEnvelopeOctagonalEnvelope. expandToInclude(Coordinate p)OctagonalEnvelopeOctagonalEnvelope. expandToInclude(CoordinateSequence seq)OctagonalEnvelopeOctagonalEnvelope. expandToInclude(Envelope env)OctagonalEnvelopeOctagonalEnvelope. expandToInclude(OctagonalEnvelope oct)Methods in org.locationtech.jts.geom with parameters of type OctagonalEnvelope Modifier and Type Method Description booleanOctagonalEnvelope. contains(OctagonalEnvelope other)OctagonalEnvelopeOctagonalEnvelope. expandToInclude(OctagonalEnvelope oct)booleanOctagonalEnvelope. 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).
-