com.vividsolutions.jts.operation.valid

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 Summary

RepeatedPointTester()

Method Summary

Coordinate
getCoordinate()
boolean
hasRepeatedPoint(Coordinate[] coord)
boolean
hasRepeatedPoint(Geometry g)

Constructor Details

RepeatedPointTester

public RepeatedPointTester()

Method Details

getCoordinate

public Coordinate getCoordinate()

hasRepeatedPoint

public boolean hasRepeatedPoint(Coordinate[] coord)

hasRepeatedPoint

public boolean hasRepeatedPoint(Geometry g)