Package com.esri.core.geometry
Class Boundary.MultiPathImplBoundarySorter
- java.lang.Object
-
- com.esri.core.geometry.ClassicSort
-
- com.esri.core.geometry.Boundary.MultiPathImplBoundarySorter
-
- Enclosing class:
- Boundary
private static final class Boundary.MultiPathImplBoundarySorter extends ClassicSort
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
Boundary.MultiPathImplBoundarySorter.CompareIndices
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeStreamOfDbl
m_xy
-
Constructor Summary
Constructors Constructor Description MultiPathImplBoundarySorter(AttributeStreamOfDbl xy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue(int index)
void
userSort(int begin, int end, AttributeStreamOfInt32 indices)
-
-
-
Field Detail
-
m_xy
AttributeStreamOfDbl m_xy
-
-
Constructor Detail
-
MultiPathImplBoundarySorter
MultiPathImplBoundarySorter(AttributeStreamOfDbl xy)
-
-
Method Detail
-
userSort
public void userSort(int begin, int end, AttributeStreamOfInt32 indices)
- Specified by:
userSort
in classClassicSort
-
getValue
public double getValue(int index)
- Specified by:
getValue
in classClassicSort
-
-