Geotools.Net

Coordinates.RemoveRepeatedPoints Method 

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
[C#]
public static Coordinates RemoveRepeatedPoints(
   Coordinates coord
);

Parameters

coord
The set of coordinates to be examined.

Return Value

A new set of coordinates with no repeating points.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Coordinates.RemoveRepeatedPoints(Geotools.Geometries.Coordinates)

See Also

Coordinates Class | Coordinates Members | Geotools.Geometries Namespace