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