Package com.esri.core.geometry
Class EditShape.EditShapeBucketSortHelper
- java.lang.Object
-
- com.esri.core.geometry.ClassicSort
-
- com.esri.core.geometry.EditShape.EditShapeBucketSortHelper
-
- Enclosing class:
- EditShape
static class EditShape.EditShapeBucketSortHelper extends ClassicSort
-
-
Constructor Summary
Constructors Constructor Description EditShapeBucketSortHelper(EditShape shape)
-
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_shape
EditShape m_shape
-
-
Constructor Detail
-
EditShapeBucketSortHelper
EditShapeBucketSortHelper(EditShape shape)
-
-
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
-
-