Methods in com.vividsolutions.jts.geom with parameters of type CoordinateSequenceComparator |
int |
Geometry.compareTo(Object o,
CoordinateSequenceComparator comp)
Returns whether this Geometry is greater than, equal to,
or less than another Geometry ,
using the given CoordinateSequenceComparator . |
protected int |
Polygon.compareToSameClass(Object o,
CoordinateSequenceComparator comp)
|
protected int |
Point.compareToSameClass(Object other,
CoordinateSequenceComparator comp)
|
protected int |
LineString.compareToSameClass(Object o,
CoordinateSequenceComparator comp)
|
protected int |
GeometryCollection.compareToSameClass(Object o,
CoordinateSequenceComparator comp)
|
protected abstract int |
Geometry.compareToSameClass(Object o,
CoordinateSequenceComparator comp)
Returns whether this Geometry is greater than, equal to,
or less than another Geometry of the same class. |