Click or drag to resize

InternationalTerrestrialReferenceFrameTransformerConvertAxes Method (EarthCentralBody, Axes, String)

Converts a Axes such that an ITRF transformation is applied when it is evaluated. ItrfDefinitions is used to provide ITRF transformations.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Axes ConvertAxes(
	EarthCentralBody earth,
	Axes axes,
	string toFrame
)

Parameters

earth
Type: AGI.Foundation.CelestialEarthCentralBody
An EarthCentralBody configured with OrientationParameters that have a NativeItrfFrame.
axes
Type: AGI.Foundation.GeometryAxes
The axes to be converted.
toFrame
Type: SystemString
The name of the ITRF that the point is being converted into.

Return Value

Type: Axes
The converted axes.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if earth or toFrame is .
InvalidOperationExceptionThrown if the OrientationParameters of earth are or do not contain a NativeItrfFrame.
InvalidDataExceptionThrown if ItrfDefinitions does not contain the necessary transformation to go from the NativeItrfFrame of the OrientationParameters of the earth to the toFrame (if the two frames are not the same).
See Also