Geotools.Net

CoordinateSystemXmlReader.Create Method (String)

Creates the appropriate object given a string containing XML.

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

Parameters

xml
String containing XML.

Return Value

Object representation of the XML.

Remarks

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

Exceptions

Exception TypeCondition
ParseExceptionIf a token is not recognised.

See Also

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