Package com.esri.core.geometry
Class ClassicSort
- java.lang.Object
-
- com.esri.core.geometry.ClassicSort
-
- Direct Known Subclasses:
Boundary.MultiPathImplBoundarySorter,EditShape.EditShapeBucketSortHelper,Envelope2DIntersectorImpl.Envelope2DBucketSortHelper,IntervalTreeImpl.IntervalTreeBucketSortHelper,OperatorSimplifyLocalHelper.IndexSorter,QuadTreeImpl.QuadTreeSortedIteratorImpl.Sorter
abstract class ClassicSort extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClassicSort()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract doublegetValue(int index)abstract voiduserSort(int begin, int end, AttributeStreamOfInt32 indices)
-
-
-
Method Detail
-
userSort
public abstract void userSort(int begin, int end, AttributeStreamOfInt32 indices)
-
getValue
public abstract double getValue(int index)
-
-