Geotools.Net

CoordinateSystemEPSGFactory.GeoidFromWKTName Method 

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
[C#]
public string GeoidFromWKTName(
   string wkt
);

Parameters

wkt
WKT text name.

Return Value

String containing the Geoid.

Implements

ICoordinateSystemAuthorityFactory.GeoidFromWKTName

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemEPSGFactory.GeoidFromWKTName(System.String)

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace