Package com.esri.core.geometry
Class Boundary.MultiPathImplBoundarySorter.CompareIndices
- java.lang.Object
-
- com.esri.core.geometry.AttributeStreamOfInt32.IntComparator
-
- com.esri.core.geometry.Boundary.MultiPathImplBoundarySorter.CompareIndices
-
- Enclosing class:
- Boundary.MultiPathImplBoundarySorter
static final class Boundary.MultiPathImplBoundarySorter.CompareIndices extends AttributeStreamOfInt32.IntComparator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeStreamOfDbl
m_xy
(package private) Point2D
pt1_helper
(package private) Point2D
pt2_helper
-
Constructor Summary
Constructors Constructor Description CompareIndices(AttributeStreamOfDbl xy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(int v1, int v2)
-
-
-
Field Detail
-
m_xy
AttributeStreamOfDbl m_xy
-
pt1_helper
Point2D pt1_helper
-
pt2_helper
Point2D pt2_helper
-
-
Constructor Detail
-
CompareIndices
CompareIndices(AttributeStreamOfDbl xy)
-
-
Method Detail
-
compare
public int compare(int v1, int v2)
- Specified by:
compare
in classAttributeStreamOfInt32.IntComparator
-
-