igeo
Class IGeometryZComparator<T extends IGeometry>

java.lang.Object
  extended by igeo.IValueComparator<T>
      extended by igeo.IGeometryZComparator<T>
All Implemented Interfaces:
IComparator<T>
Direct Known Subclasses:
IBrepZComparator, ICurveZComparator, ISurfaceZComparator

public class IGeometryZComparator<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
IGeometryZComparator()
           
 
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

IGeometryZComparator

public IGeometryZComparator()
Method Detail

value

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