Determines if this set of coordinates contains repeating points.
[Visual Basic]
Public Shared Function HasRepeatedPoints( _
ByVal coord As Coordinates _
) As Boolean
A bool based on the presence of repeating points.
Missing <remarks> documentation for M:Geotools.Geometries.Coordinates.HasRepeatedPoints(Geotools.Geometries.Coordinates)
Coordinates Class | Coordinates Members | Geotools.Geometries Namespace