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 booleanget_paths(package private) OperatorSimplifyLocalHelperparentprivate Point2Dpt1_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 doublegetValue(int index)voiduserSort(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:
userSortin classClassicSort
-
getValue
public double getValue(int index)
- Specified by:
getValuein classClassicSort
-
-