Uses of Class
org.meteoinfo.jts.geom.CoordinateSequenceComparator
-
Packages that use CoordinateSequenceComparator Package Description org.meteoinfo.jts.geom -
-
Uses of CoordinateSequenceComparator in org.meteoinfo.jts.geom
Methods in org.meteoinfo.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)
-