If the coordinate array has repeated points, constructs new array containing no repeated points.
[Visual Basic]
Public Shared Function RemoveRepeatedPoints( _
ByVal coord As Coordinates _
) As Coordinates
A new set of coordinates with no repeating points.
Missing <remarks> documentation for M:Geotools.Geometries.Coordinates.RemoveRepeatedPoints(Geotools.Geometries.Coordinates)
Coordinates Class | Coordinates Members | Geotools.Geometries Namespace