Class RepeatedPointTester
- java.lang.Object
-
- org.locationtech.jts.operation.valid.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 Summary
Constructors Constructor Description RepeatedPointTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate
getCoordinate()
boolean
hasRepeatedPoint(Coordinate[] coord)
boolean
hasRepeatedPoint(Geometry g)
-
-
-
Method Detail
-
getCoordinate
public Coordinate getCoordinate()
-
hasRepeatedPoint
public boolean hasRepeatedPoint(Geometry g)
-
hasRepeatedPoint
public boolean hasRepeatedPoint(Coordinate[] coord)
-
-