igeo.io
Class IAIExporter.IViewSort

java.lang.Object
  extended by igeo.io.IAIExporter.IViewSort
All Implemented Interfaces:
IComparator<IGeometry>
Enclosing class:
IAIExporter

public static class IAIExporter.IViewSort
extends java.lang.Object
implements IComparator<IGeometry>


Field Summary
 IView view
           
 
Constructor Summary
IAIExporter.IViewSort(IView v)
           
 
Method Summary
 int compare(IGeometry o1, IGeometry o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

public IView view
Constructor Detail

IAIExporter.IViewSort

IAIExporter.IViewSort(IView v)
Method Detail

compare

public int compare(IGeometry o1,
                   IGeometry o2)
Specified by:
compare in interface IComparator<IGeometry>