Geotools.Net

GeometryWktReader.Create Method (String)

Converts a Well-known text representation to a Geometry.

[Visual Basic]
Overloads Public Function Create( _
   ByVal wellKnownText As String _
) As Geometry
[C#]
public Geometry Create(
   string wellKnownText
);

Parameters

wellKnownText
A Geometry tagged text string ( see the OpenGIS Simple Features Specification.

Return Value

Returns a Geometry specified by wellKnownText. Throws an exception if there is a parsing problem.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometryWktReader.Create(System.String)

See Also

GeometryWktReader Class | GeometryWktReader Members | Geotools.IO Namespace | GeometryWktReader.Create Overload List