Geotools.Net

IHorizontalDatum.WGS84Parameters Property

Gets preferred parameters for a Bursa Wolf transformation into WGS84.

[Visual Basic]
Property WGS84Parameters As WGS84ConversionInfo
[C#]
WGS84ConversionInfo WGS84Parameters {get;}

Property Value

Missing <value> documentation for P:Geotools.CoordinateReferenceSystems.IHorizontalDatum.WGS84Parameters

Remarks

The 7 returned values correspond to (dx,dy,dz) in meters, (ex,ey,ez) in arc-seconds, and scaling in parts-per-million. This method will always fail for horizontal datums with type CS_HD_Other. This method may also fail if no suitable transformation is available. Failures are indicated using the normal failing behavior of the DCP (e.g. throwing an exception).

See Also

IHorizontalDatum Interface | IHorizontalDatum Members | Geotools.CoordinateReferenceSystems Namespace