| Methods in com.vividsolutions.jts.geom with parameters of type CoordinateSequenceComparator |
int |
Geometry.compareTo(java.lang.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(java.lang.Object o,
CoordinateSequenceComparator comp)
|
protected int |
Point.compareToSameClass(java.lang.Object other,
CoordinateSequenceComparator comp)
|
protected int |
LineString.compareToSameClass(java.lang.Object o,
CoordinateSequenceComparator comp)
|
protected int |
GeometryCollection.compareToSameClass(java.lang.Object o,
CoordinateSequenceComparator comp)
|
protected abstract int |
Geometry.compareToSameClass(java.lang.Object o,
CoordinateSequenceComparator comp)
Returns whether this Geometry is greater than, equal to,
or less than another Geometry of the same class. |