Uses of Class
com.esri.core.geometry.Envelope1D
-
Packages that use Envelope1D Package Description com.esri.core.geometry -
-
Uses of Envelope1D in com.esri.core.geometry
Fields in com.esri.core.geometry declared as Envelope1D Modifier and Type Field Description (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 Envelope1D Modifier and Type Field Description private java.util.ArrayList<Envelope1D>
IntervalTreeImpl. m_intervals
Methods in com.esri.core.geometry that return Envelope1D Modifier and Type Method Description Envelope1D
Envelope. 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.Envelope1D
MultiPath. queryInterval(int semantics, int ordinate)
Envelope1D
MultiPoint. queryInterval(int semantics, int ordinate)
Envelope1D
MultiVertexGeometryImpl. queryInterval(int semantics, int ordinate)
Envelope1D
Point. queryInterval(int semantics, int ordinate)
Envelope1D
Segment. queryInterval(int semantics, int ordinate)
Methods in com.esri.core.geometry with parameters of type Envelope1D Modifier and Type Method Description (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 Envelope1D Constructor Description Envelope1D(Envelope1D other)
IntervalTreeIteratorImpl(IntervalTreeImpl interval_tree, Envelope1D query, double tolerance)
-