Geotools.Net

CoordinateSystemWktReader.Create Method 

Creates the appropriate object given a string containing XML.

[Visual Basic]
Public Shared Function Create( _
   ByVal wkt As String _
) As Object
[C#]
public static object Create(
   string wkt
);

Parameters

wkt
String containing XML.

Return Value

Object representation of the XML.

Remarks

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

Exceptions

Exception TypeCondition
ParseExceptionIf a token is not recognised.

See Also

CoordinateSystemWktReader Class | CoordinateSystemWktReader Members | Geotools.IO Namespace