InternationalTerrestrialReferenceFrameTransformerConvertPoint Method (EarthCentralBody, Point, String, ListInternationalTerrestrialReferenceFrameTransformer) |
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 . |
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). |