Geotools.Net

Geometry.ToText Method 

Returns the Well-known Text representation of this Geometry.

[Visual Basic]
Overridable Public Function ToText() As String Implements _
   IGeometry.ToText
[C#]
public virtual string ToText();

Return Value

Returns the Well-known Text representation of this Geometry

Implements

IGeometry.ToText

Remarks

For a definition of the Well-known Text format, see the OpenGIS Simple Features Specification.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace