Package com.esri.core.geometry
Class OperatorSimplifyLocalHelper.IndexSorter
- java.lang.Object
-
- com.esri.core.geometry.ClassicSort
-
- com.esri.core.geometry.OperatorSimplifyLocalHelper.IndexSorter
-
- Enclosing class:
- OperatorSimplifyLocalHelper
private static final class OperatorSimplifyLocalHelper.IndexSorter extends ClassicSort
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
get_paths
(package private) OperatorSimplifyLocalHelper
parent
private Point2D
pt1_dummy
-
Constructor Summary
Constructors Constructor Description IndexSorter(OperatorSimplifyLocalHelper parent_, boolean get_paths_)
-
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
-
parent
OperatorSimplifyLocalHelper parent
-
get_paths
private boolean get_paths
-
pt1_dummy
private Point2D pt1_dummy
-
-
Constructor Detail
-
IndexSorter
IndexSorter(OperatorSimplifyLocalHelper parent_, boolean get_paths_)
-
-
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
-
-