InternationalTerrestrialReferenceFrameTransformerConvertAxes Method (EarthCentralBody, Axes, String, ListInternationalTerrestrialReferenceFrameTransformer) |
Namespace: AGI.Foundation.Geometry
public static Axes ConvertAxes( EarthCentralBody earth, Axes axes, string toFrame, List<InternationalTerrestrialReferenceFrameTransformer> itrfList )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when earth, axes, toFrame, or itrfList is . |
InvalidOperationException | Thrown when the OrientationParameters of earth are or do not contain a NativeItrfFrame. |
InvalidDataException | Thrown when itrfList 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). |