Package com.esri.core.geometry
Class RingOrientationFixer.RingOrientationTestComparator
- java.lang.Object
-
- com.esri.core.geometry.Treap.Comparator
-
- com.esri.core.geometry.RingOrientationFixer.RingOrientationTestComparator
-
- Enclosing class:
- RingOrientationFixer
class RingOrientationFixer.RingOrientationTestComparator extends Treap.Comparator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RingOrientationFixer
m_helper
(package private) int
m_left_elm
(package private) double
m_leftx
(package private) Line
m_line_1
(package private) Line
m_line_2
(package private) Segment
m_seg_1
-
Constructor Summary
Constructors Constructor Description RingOrientationTestComparator(RingOrientationFixer helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
compare(Treap treap, int left, int node)
(package private) void
reset()
-
Methods inherited from class com.esri.core.geometry.Treap.Comparator
onAddUniqueElementFailed, onAddUniqueElementFailedImpl_, onDelete, onDeleteImpl_, onEndSearch, onEndSearchImpl_, onSet, onSetImpl_
-
-
-
-
Field Detail
-
m_helper
RingOrientationFixer m_helper
-
m_line_1
Line m_line_1
-
m_line_2
Line m_line_2
-
m_left_elm
int m_left_elm
-
m_leftx
double m_leftx
-
m_seg_1
Segment m_seg_1
-
-
Constructor Detail
-
RingOrientationTestComparator
RingOrientationTestComparator(RingOrientationFixer helper)
-
-
Method Detail
-
compare
int compare(Treap treap, int left, int node)
- Specified by:
compare
in classTreap.Comparator
-
reset
void reset()
-
-