igeo
Class ICurveXComparator

java.lang.Object
  extended by igeo.IValueComparator<T>
      extended by igeo.IGeometryXComparator<ICurve>
          extended by igeo.ICurveXComparator
All Implemented Interfaces:
IComparator<ICurve>

public class ICurveXComparator
extends IGeometryXComparator<ICurve>

A class to define order of IVec in X to be used in sorting with ISort.

Author:
Satoru Sugihara
See Also:
ISort

Constructor Summary
ICurveXComparator()
           
 
Method Summary
 
Methods inherited from class igeo.IGeometryXComparator
value
 
Methods inherited from class igeo.IValueComparator
compare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICurveXComparator

public ICurveXComparator()