Class CoordinateArrays.BidirectionalComparator

java.lang.Object
org.locationtech.jts.geom.CoordinateArrays.BidirectionalComparator
All Implemented Interfaces:
Comparator
Enclosing class:
CoordinateArrays

public static class CoordinateArrays.BidirectionalComparator extends Object implements Comparator
A Comparator for Coordinate arrays modulo their directionality. E.g. if two coordinate arrays are identical but reversed they will compare as equal under this ordering. If the arrays are not equal, the ordering returned is the ordering in the forward direction.
  • Constructor Details

    • BidirectionalComparator

      public BidirectionalComparator()
  • Method Details