Gets details on a conversion to WGS84.
[Visual Basic]
Function GetWGS84ConversionInfo( _
ByVal Index As Integer _
) As WGS84ConversionInfo
Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.IGeographicCoordinateSystem.GetWGS84ConversionInfo(System.Int32)
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.
IGeographicCoordinateSystem Interface | IGeographicCoordinateSystem Members | Geotools.CoordinateReferenceSystems Namespace