com.vividsolutions.jts.geom
Class CoordinateArrays.BidirectionalComparator
java.lang.Object
com.vividsolutions.jts.geom.CoordinateArrays.BidirectionalComparator
- CoordinateArrays
- Comparator
public static class CoordinateArrays.BidirectionalComparator
extends java.lang.Object
implements Comparator
A
Comparator
for
Coordinate
arrays
modulo their directionality.
E.g. if two coordinate arrays are identical but reversed
they will compare as equal under this ordering.
If the arrays are not equal, the ordering returned
is the ordering in the forward direction.
OLDcompare
public int OLDcompare(Object o1,
Object o2)
compare
public int compare(Object o1,
Object o2)