Uses of Class
com.esri.core.geometry.Envelope1D
Packages that use Envelope1D
-
Uses of Envelope1D in com.esri.core.geometry
Methods in com.esri.core.geometry that return Envelope1DModifier and TypeMethodDescriptionEnvelope.queryInterval(int semantics, int ordinate) abstract Envelope1DGeometry.queryInterval(int semantics, int ordinate) Returns the min and max attribute values at the ordinate of the Geometry.MultiPath.queryInterval(int semantics, int ordinate) MultiPoint.queryInterval(int semantics, int ordinate) Point.queryInterval(int semantics, int ordinate) Segment.queryInterval(int semantics, int ordinate) Methods in com.esri.core.geometry with parameters of type Envelope1DModifier and TypeMethodDescriptionvoidEnvelope3D.construct(Envelope1D xinterval, Envelope1D yinterval, Envelope1D zinterval) booleanEnvelope1D.contains(Envelope1D other) Returns True if the envelope contains the other envelope (boundary inclusive).voidEnvelope1D.intersect(Envelope1D other) voidEnvelope1D.merge(Envelope1D other) voidEnvelope2D.queryIntervalX(Envelope1D env1D) voidEnvelope2D.queryIntervalY(Envelope1D env1D) voidEnvelope1D.setCoords(Envelope1D other) voidEnvelope2D.setCoords(Envelope1D xinterval, Envelope1D yinterval) voidEnvelope.setInterval(int semantics, int ordinate, Envelope1D env) Constructors in com.esri.core.geometry with parameters of type Envelope1D