Package | Description |
---|---|
com.vividsolutions.jts.geom |
Modifier and Type | Method and Description |
---|---|
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 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. |
protected int |
LineString.compareToSameClass(Object o,
CoordinateSequenceComparator comp) |
protected int |
Polygon.compareToSameClass(Object o,
CoordinateSequenceComparator comp) |
protected int |
GeometryCollection.compareToSameClass(Object o,
CoordinateSequenceComparator comp) |
protected int |
Point.compareToSameClass(Object other,
CoordinateSequenceComparator comp) |
Copyright © 2016. All rights reserved.