Class RepeatedPointTester



  • public class RepeatedPointTester
    extends Object
    Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.
    • Constructor Detail

      • RepeatedPointTester

        public RepeatedPointTester()
    • Method Detail

      • getCoordinate

        public Coordinate getCoordinate()
      • hasRepeatedPoint

        public boolean hasRepeatedPoint(Geometry g)
      • hasRepeatedPoint

        public boolean hasRepeatedPoint(Coordinate[] coord)