Uses of Class
com.vividsolutions.jts.geom.OctagonalEnvelope
-
Packages that use OctagonalEnvelope Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes. -
-
Uses of OctagonalEnvelope in com.vividsolutions.jts.geom
Methods in com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jts.geom with parameters of type OctagonalEnvelope Constructor Description OctagonalEnvelope(OctagonalEnvelope oct)Creates a new null bounding octagon bounding anOctagonalEnvelope(the copy constructor).
-