Uses of Class
com.vividsolutions.jts.geom.CoordinateSequenceComparator
-
Packages that use CoordinateSequenceComparator Package Description com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes. -
-
Uses of CoordinateSequenceComparator in com.vividsolutions.jts.geom
Methods in com.vividsolutions.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.protected abstract intGeometry. compareToSameClass(java.lang.Object o, CoordinateSequenceComparator comp)Returns whether thisGeometryis greater than, equal to, or less than anotherGeometryof the same class.protected intGeometryCollection. compareToSameClass(java.lang.Object o, CoordinateSequenceComparator comp)protected intLineString. compareToSameClass(java.lang.Object o, CoordinateSequenceComparator comp)protected intPoint. compareToSameClass(java.lang.Object other, CoordinateSequenceComparator comp)protected intPolygon. compareToSameClass(java.lang.Object o, CoordinateSequenceComparator comp)
-