com.vividsolutions.jts.operation.valid
Class RepeatedPointTester
java.lang.Object
com.vividsolutions.jts.operation.valid.RepeatedPointTester
public class RepeatedPointTester
- extends Object
Implements the appropriate checks for repeated points
(consecutive identical coordinates) as defined in the
JTS spec.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeatedPointTester
public RepeatedPointTester()
getCoordinate
public Coordinate getCoordinate()
hasRepeatedPoint
public boolean hasRepeatedPoint(Geometry g)
hasRepeatedPoint
public boolean hasRepeatedPoint(Coordinate[] coord)
Copyright © 2012. All Rights Reserved.