Geotools.Net

ICoordinateSystemFactory.CreateFromWKT Method 

Creates a coordinate system object from a Well-Known Text string.

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

Parameters

wellKnownText
Coordinate system encoded in Well-Known Text format.

Return Value

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

Remarks

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

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace