Geotools.Net

IGeometry.ToText Method 

Returns the well-known text representation of this geometry. For a definition of the well-known text format, see the OpenGIS Simple Features Specification.

[Visual Basic]
Function ToText() As String
[C#]
string ToText();

Return Value

Returns the well-known text representation of this geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.ToText

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace