InternationalTerrestrialReferenceFrameTransformer.ConvertPoint Method (EarthCentralBody, Point, String, List<InternationalTerrestrialReferenceFrameTransformer>) |
Namespace: AGI.Foundation.Geometry
public static Point ConvertPoint( EarthCentralBody earth, Point point, string toFrame, List<InternationalTerrestrialReferenceFrameTransformer> itrfList )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when earth, point, toFrame, or itrfList is null. |
InvalidOperationException | Thrown when the OrientationParameters of earth are null 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). |