Gets the Geoid code from a WKT name.
[Visual Basic]
Function GeoidFromWKTName( _
ByVal WKT As String _
) As String
Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.GeoidFromWKTName(System.String)
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.
ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace