Geotools.Net

GeometryWktReader.Create Method (TextReader)

Converts a Well-known Text representation to a Geometry.

[Visual Basic]
Overloads Public Function Create( _
   ByVal reader As TextReader _
) As Geometry
[C#]
public Geometry Create(
   TextReader reader
);

Parameters

reader
A Reader which will return a Geometry Tagged Text string (see the OpenGIS Simple Features Specification)

Return Value

Returns a Geometry read from StreamReader. An exception will be thrown if there is a parsing problem.

Remarks

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

See Also

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