InternationalTerrestrialReferenceFrameTransformerConvertAxes Method (EarthCentralBody, Axes, String) |
Converts an
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.2.419.0 (24.2.419.0)
Syntax public static Axes ConvertAxes(
EarthCentralBody earth,
Axes axes,
string toFrame
)
Public Shared Function ConvertAxes (
earth As EarthCentralBody,
axes As Axes,
toFrame As String
) As Axes
public:
static Axes^ ConvertAxes(
EarthCentralBody^ earth,
Axes^ axes,
String^ toFrame
)
static member ConvertAxes :
earth : EarthCentralBody *
axes : Axes *
toFrame : string -> Axes
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 axes is being converted into.
Return Value
Type:
AxesThe converted axes.
Exceptions See Also