Uses of Class
com.esri.core.geometry.Envelope1D
Packages that use Envelope1D
-
Uses of Envelope1D in com.esri.core.geometry
Fields in com.esri.core.geometry declared as Envelope1DModifier and TypeFieldDescription(package private) Envelope1D
TopoGraph.PlaneSweepComparator.interval_left
(package private) Envelope1D
TopoGraph.PlaneSweepComparator.interval_right
(package private) Envelope1D
SweepComparator.SimpleEdge.m_env
protected Envelope1D
SweepMonkierComparator.m_env
(package private) Envelope1D
TopoGraph.ClusterSweepMonikerComparator.m_interval
private Envelope1D
IntervalTreeImpl.IntervalTreeIteratorImpl.m_query
Fields in com.esri.core.geometry with type parameters of type Envelope1DMethods in com.esri.core.geometry that return Envelope1DModifier and TypeMethodDescriptionEnvelope.queryInterval
(int semantics, int ordinate) abstract Envelope1D
Geometry.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) MultiVertexGeometryImpl.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 TypeMethodDescription(package private) void
IntervalTreeImpl.addInterval
(Envelope1D interval) void
Envelope3D.construct
(Envelope1D xinterval, Envelope1D yinterval, Envelope1D zinterval) boolean
Envelope1D.contains
(Envelope1D other) Returns True if the envelope contains the other envelope (boundary inclusive).(package private) IntervalTreeImpl.IntervalTreeIteratorImpl
IntervalTreeImpl.getIterator
(Envelope1D query, double tolerance) Gets an iterator on the Interval_tree_impl using the input Envelope_1D interval as the query.void
Envelope1D.intersect
(Envelope1D other) void
Envelope1D.merge
(Envelope1D other) void
Envelope2D.queryIntervalX
(Envelope1D env1D) void
Envelope2D.queryIntervalY
(Envelope1D env1D) (package private) void
IntervalTreeImpl.IntervalTreeIteratorImpl.resetIterator
(Envelope1D query, double tolerance) void
Envelope1D.setCoords
(Envelope1D other) void
Envelope2D.setCoords
(Envelope1D xinterval, Envelope1D yinterval) void
Envelope.setInterval
(int semantics, int ordinate, Envelope1D env) Constructors in com.esri.core.geometry with parameters of type Envelope1DModifierConstructorDescriptionEnvelope1D
(Envelope1D other) (package private)
IntervalTreeIteratorImpl
(IntervalTreeImpl interval_tree, Envelope1D query, double tolerance)