Package com.esri.core.geometry
Class OperatorSimplifyLocalHelper.VertexComparer
- java.lang.Object
-
- com.esri.core.geometry.AttributeStreamOfInt32.IntComparator
-
- com.esri.core.geometry.OperatorSimplifyLocalHelper.VertexComparer
-
- Enclosing class:
- OperatorSimplifyLocalHelper
private static final class OperatorSimplifyLocalHelper.VertexComparer extends AttributeStreamOfInt32.IntComparator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
get_paths
(package private) OperatorSimplifyLocalHelper
parent
-
Constructor Summary
Constructors Constructor Description VertexComparer(OperatorSimplifyLocalHelper parent_, boolean get_paths_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(int i1, int i2)
-
-
-
Field Detail
-
parent
OperatorSimplifyLocalHelper parent
-
get_paths
boolean get_paths
-
-
Constructor Detail
-
VertexComparer
VertexComparer(OperatorSimplifyLocalHelper parent_, boolean get_paths_)
-
-
Method Detail
-
compare
public int compare(int i1, int i2)
- Specified by:
compare
in classAttributeStreamOfInt32.IntComparator
-
-