Class EdgeRing.EnvelopeComparator

java.lang.Object
org.locationtech.jts.operation.polygonize.EdgeRing.EnvelopeComparator
All Implemented Interfaces:
Comparator
Enclosing class:
EdgeRing

static class EdgeRing.EnvelopeComparator extends Object implements Comparator
Compares EdgeRings based on their envelope, using the standard lexicographic ordering. This ordering is sufficient to make edge ring sorting deterministic.
  • Constructor Details

    • EnvelopeComparator

      EnvelopeComparator()
  • Method Details