Class EdgeRing.EnvelopeComparator
java.lang.Object
org.locationtech.jts.operation.polygonize.EdgeRing.EnvelopeComparator
- All Implemented Interfaces:
Comparator
- Enclosing class:
EdgeRing
Compares EdgeRings based on their envelope,
using the standard lexicographic ordering.
This ordering is sufficient to make edge ring sorting deterministic.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
EnvelopeComparator
EnvelopeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator
-