Geotools.Net

Coordinates.ToString Method 

Returns a string representation of the Coordinates object.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A string containing the set of coordinates.

Remarks

The format is: (x1, y1, NaN),(x2, y2, NaN)...

See Also

Coordinates Class | Coordinates Members | Geotools.Geometries Namespace