Gets the Geoid code from a WKT name.
[Visual Basic]
NotOverridable Public Function WktGeoidName( _
ByVal wkt As String _
) As String Implements _
ICoordinateSystemAuthorityFactory.WktGeoidName
String with Geoid code.
ICoordinateSystemAuthorityFactory.WktGeoidName
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.
CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace