Geotools.Net

LineString.ToString Method 

Returns a string representation of this object.

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

Return Value

A string containing the coordinates of the linestring seperated by :.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.LineString.ToString

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace