Uses of Class
org.locationtech.jts.geom.CoordinateSequenceComparator
Packages that use CoordinateSequenceComparator
Package
Description
Contains the
Geometry interface hierarchy and supporting classes.-
Uses of CoordinateSequenceComparator in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom with parameters of type CoordinateSequenceComparatorModifier and TypeMethodDescriptionintGeometry.compareTo(Object o, CoordinateSequenceComparator comp) Returns whether thisGeometryis greater than, equal to, or less than anotherGeometry, using the givenCoordinateSequenceComparator.protected abstract intGeometry.compareToSameClass(Object o, CoordinateSequenceComparator comp) Returns whether thisGeometryis greater than, equal to, or less than anotherGeometryof the same class.protected intGeometryCollection.compareToSameClass(Object o, CoordinateSequenceComparator comp) protected intLineString.compareToSameClass(Object o, CoordinateSequenceComparator comp) protected intPoint.compareToSameClass(Object other, CoordinateSequenceComparator comp) protected intPolygon.compareToSameClass(Object o, CoordinateSequenceComparator comp)