Geotools.Net

CoordinateSystemEPSGFactory.WktGeoidName Method 

Gets the Geoid code from a WKT name.

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

Parameters

wkt
The WKT name.

Return Value

String with Geoid code.

Implements

ICoordinateSystemAuthorityFactory.WktGeoidName

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

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace