Geotools.Net

ICoordinateSystemAuthorityFactory.GeoidFromWKTName Method 

Gets the Geoid code from a WKT name.

[Visual Basic]
Function GeoidFromWKTName( _
   ByVal WKT As String _
) As String
[C#]
string GeoidFromWKTName(
   string WKT
);

Parameters

WKT
wkt Name of geoid defined by OGC (e.g. "European_Datum_1950")

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.GeoidFromWKTName(System.String)

Remarks

In the OGC definition of WKT horizontal datums, the geoid is referenced by a quoted string, which is used as a key value. This method converts the key value string into a code recognized by this authority.

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace