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(java.lang.Object o, CoordinateSequenceComparator comp)
Returns whether thisGeometry
is greater than, equal to, or less than anotherGeometry
, using the givenCoordinateSequenceComparator
.
-