Uses of Class
com.esri.core.geometry.Envelope
Packages that use Envelope
-
Uses of Envelope in com.esri.core.geometry
Methods in com.esri.core.geometry with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidMultiPath.addEnvelope(Envelope envSrc, boolean bReverse) Adds a rectangular closed path to this multipath.static GeometryGeometryEngine.clip(Geometry geometry, Envelope envelope, SpatialReference spatialReference) Calculates the clipped geometry from a target geometry using an envelope.booleanChecks if this envelope contains (covers) other envelope.booleanChanges this envelope to be the intersection of itself with the other envelope.booleanEnvelope.isIntersecting(Envelope other) Returns true if the envelope and the other given envelope intersect.voidMerges this envelope with the extent of the given envelope.voidEnvelope.queryEnvelope(Envelope env) abstract voidGeometry.queryEnvelope(Envelope env) Returns the axis aligned bounding box of the geometry.voidLine.queryEnvelope(Envelope env) voidMultiPath.queryEnvelope(Envelope env) voidMultiPoint.queryEnvelope(Envelope env) voidPoint.queryEnvelope(Envelope env) voidEnvSrlzr.setGeometryByValue(Envelope env)