Uses of Class
org.locationtech.jts.geom.OctagonalEnvelope
Packages that use OctagonalEnvelope
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.-
Uses of OctagonalEnvelope in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return OctagonalEnvelopeModifier and TypeMethodDescriptionOctagonalEnvelope.expandToInclude(double x, double y) OctagonalEnvelope.expandToInclude(Coordinate p) OctagonalEnvelope.expandToInclude(CoordinateSequence seq) OctagonalEnvelope.expandToInclude(Envelope env) OctagonalEnvelope.expandToInclude(OctagonalEnvelope oct) Methods in org.locationtech.jts.geom with parameters of type OctagonalEnvelopeModifier and TypeMethodDescriptionbooleanOctagonalEnvelope.contains(OctagonalEnvelope other) OctagonalEnvelope.expandToInclude(OctagonalEnvelope oct) booleanOctagonalEnvelope.intersects(OctagonalEnvelope other) Constructors in org.locationtech.jts.geom with parameters of type OctagonalEnvelopeModifierConstructorDescriptionCreates a new null bounding octagon bounding anOctagonalEnvelope(the copy constructor).