com.vividsolutions.jts.geom
Class CoordinateArrays.ForwardComparator
java.lang.Object
com.vividsolutions.jts.geom.CoordinateArrays.ForwardComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- CoordinateArrays
public static class CoordinateArrays.ForwardComparator
- extends Object
- implements Comparator
A Comparator
for Coordinate
arrays
in the forward direction of their coordinates,
using lexicographic ordering.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinateArrays.ForwardComparator
public CoordinateArrays.ForwardComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
Copyright © 2012. All Rights Reserved.