org.geotools.data.shapefile.indexed
Class DataComparator
Object
DataComparator
- All Implemented Interfaces:
- Comparator
public class DataComparator
- extends Object
- implements Comparator
A Comparator for sortin search results in ascending record number. So we can
read dbf & shape file forward only
- Author:
- Tommaso Nolli
- Module:
modules/plugin/shapefile (gt-shapefile.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataComparator
public DataComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
- See Also:
Comparator.compare(java.lang.Object, java.lang.Object)
Copyright © 1996-2009 Geotools. All Rights Reserved.