Geotools.Net

ICoordinateSystemFactory.CreateFromXML Method 

Creates a coordinate system object from an XML string.

[Visual Basic]
Function CreateFromXML( _
   ByVal xml As String _
) As ICoordinateSystem
[C#]
ICoordinateSystem CreateFromXML(
   string xml
);

Parameters

xml
Coordinate system encoded in XML format.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreateFromXML(System.String)

Remarks

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

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace