Uses of Class
org.locationtech.jts.geom.CoordinateSequenceComparator
-
Packages that use CoordinateSequenceComparator Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
Uses of CoordinateSequenceComparator in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceComparator Modifier and Type Method Description int
Geometry. compareTo(Object o, CoordinateSequenceComparator comp)
Returns whether thisGeometry
is greater than, equal to, or less than anotherGeometry
, using the givenCoordinateSequenceComparator
.protected abstract int
Geometry. compareToSameClass(Object o, CoordinateSequenceComparator comp)
Returns whether thisGeometry
is greater than, equal to, or less than anotherGeometry
of the same class.protected int
GeometryCollection. compareToSameClass(Object o, CoordinateSequenceComparator comp)
protected int
LineString. compareToSameClass(Object o, CoordinateSequenceComparator comp)
protected int
Point. compareToSameClass(Object other, CoordinateSequenceComparator comp)
protected int
Polygon. compareToSameClass(Object o, CoordinateSequenceComparator comp)
-