Class RepeatedPointTester


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

      • RepeatedPointTester

        public RepeatedPointTester()
    • Method Detail

      • getCoordinate

        public Coordinate getCoordinate()
      • hasRepeatedPoint

        public boolean hasRepeatedPoint​(Geometry g)
      • hasRepeatedPoint

        public boolean hasRepeatedPoint​(Coordinate[] coord)