Package com.esri.core.geometry
Class SweepComparator.SimpleEdge
- java.lang.Object
-
- com.esri.core.geometry.SweepComparator.SimpleEdge
-
- Enclosing class:
- SweepComparator
static final class SweepComparator.SimpleEdge extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
m_b_curve
(package private) boolean
m_b_horizontal
(package private) double
m_dxdy
(package private) Envelope1D
m_env
(package private) Line
m_line
(package private) Segment
m_segment
(package private) int
m_value
-
Constructor Summary
Constructors Constructor Description SimpleEdge()
-
-
-
Field Detail
-
m_value
int m_value
-
m_line
Line m_line
-
m_segment
Segment m_segment
-
m_env
Envelope1D m_env
-
m_dxdy
double m_dxdy
-
m_b_horizontal
boolean m_b_horizontal
-
m_b_curve
boolean m_b_curve
-
-