Geotools.Net

CoordinateSystemFactory.CreateFromWKT Method 

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

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

Parameters

wkt
Missing <param> documentation for wkt

Return Value

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

Implements

ICoordinateSystemFactory.CreateFromWKT

Remarks

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

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace