igeo
Class IGeometryYComparator<T extends IGeometry>

java.lang.Object
  extended by igeo.IValueComparator<T>
      extended by igeo.IGeometryYComparator<T>
All Implemented Interfaces:
IComparator<T>
Direct Known Subclasses:
IBrepYComparator, ICurveYComparator, ISurfaceYComparator

public class IGeometryYComparator<T extends IGeometry>
extends IValueComparator<T>

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

Author:
Satoru Sugihara
See Also:
ISort

Constructor Summary
IGeometryYComparator()
           
 
Method Summary
 double value(T g)
           
 
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

IGeometryYComparator

public IGeometryYComparator()
Method Detail

value

public double value(T g)
Specified by:
value in class IValueComparator<T extends IGeometry>