Uses of Class
org.locationtech.jts.geom.CoordinateSequenceComparator
-
Packages that use CoordinateSequenceComparator Package Description org.locationtech.jts.geom Contains theGeometryinterface 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 intGeometry. compareTo(java.lang.Object o, CoordinateSequenceComparator comp)Returns whether thisGeometryis greater than, equal to, or less than anotherGeometry, using the givenCoordinateSequenceComparator.
-