JTS Core 1.17.1
Packages
Classes
Search
About
Top
RepeatedPointTester()
getCoordinate(): Coordinate
hasRepeatedPoint(Geometry): boolean
hasRepeatedPoint(Coordinate[]): boolean
Bottom
Source
Classic
org.locationtech.jts.operation.valid
Class RepeatedPointTester
Hierarchy:
Object
, RepeatedPointTester
public class RepeatedPointTester
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined in the JTS spec.
Other
version: 1.7
public
RepeatedPointTester()
public
Coordinate
getCoordinate()
public
boolean hasRepeatedPoint(
Geometry
g)
public
boolean hasRepeatedPoint(Coordinate[] coord)