Geotools.Net

CoordinateSystemFactory.CreateFromXML Method 

Creates a coordinate system object from an XML string.

[Visual Basic]
NotOverridable Public Function CreateFromXML( _
   ByVal xml As String _
) As ICoordinateSystem Implements _
   ICoordinateSystemFactory.CreateFromXML
[C#]
public ICoordinateSystem CreateFromXML(
   string xml
);

Parameters

xml
XML representing the coordinate system.

Return Value

An instance of a class that implements the ICoordinateSystem.

Implements

ICoordinateSystemFactory.CreateFromXML

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateFromXML(System.String)

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace