Package com.esri.core.geometry
Class OperatorSimplifyLocalHelper.EdgeComparerForSelfIntersection
java.lang.Object
com.esri.core.geometry.OperatorSimplifyLocalHelper.EdgeComparerForSelfIntersection
- All Implemented Interfaces:
Comparator<OperatorSimplifyLocalHelper.Edge>
- Enclosing class:
OperatorSimplifyLocalHelper
private static final class OperatorSimplifyLocalHelper.EdgeComparerForSelfIntersection
extends Object
implements Comparator<OperatorSimplifyLocalHelper.Edge>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
parent
OperatorSimplifyLocalHelper parent
-
-
Constructor Details
-
EdgeComparerForSelfIntersection
EdgeComparerForSelfIntersection(OperatorSimplifyLocalHelper parent_)
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<OperatorSimplifyLocalHelper.Edge>
-