Geotools.Net

IGeographicCoordinateSystem.GetWGS84ConversionInfo Method 

Gets details on a conversion to WGS84.

[Visual Basic]
Function GetWGS84ConversionInfo( _
   ByVal Index As Integer _
) As WGS84ConversionInfo
[C#]
WGS84ConversionInfo GetWGS84ConversionInfo(
   int Index
);

Parameters

Index
Zero based index of conversion to fetch.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.IGeographicCoordinateSystem.GetWGS84ConversionInfo(System.Int32)

Remarks

Some geographic coordinate systems provide several transformations into WGS84, which are designed to provide good accuracy in different areas of interest. The first conversion (with index=0) should provide acceptable accuracy over the largest possible area of interest.

See Also

IGeographicCoordinateSystem Interface | IGeographicCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace