Geotools.Net

ICoordinateSystemAuthorityFactory.WktGeoidName Method 

Gets the WKT name of a Geoid.

[Visual Basic]
Function WktGeoidName( _
   ByVal Geoid As String _
) As String
[C#]
string WktGeoidName(
   string Geoid
);

Parameters

Geoid
Missing <param> documentation for Geoid

Return Value

geoid Code value for geoid allocated by authority.

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 gets the OGC WKT key value from a geoid code.

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace