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