InternationalTerrestrialReferenceFrameTransformerConvertPoint Method (ReferenceFrame, Point) |
Converts a
Point such that the ITRF transformation is applied when it is evaluated.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point ConvertPoint(
ReferenceFrame fromFrame,
Point point
)
Public Function ConvertPoint (
fromFrame As ReferenceFrame,
point As Point
) As Point
public:
Point^ ConvertPoint(
ReferenceFrame^ fromFrame,
Point^ point
)
member ConvertPoint :
fromFrame : ReferenceFrame *
point : Point -> Point
Parameters
- fromFrame
- Type: AGI.Foundation.GeometryReferenceFrame
A reference frame that is the same frame as From.
- point
- Type: AGI.Foundation.GeometryPoint
The point to be converted.
Return Value
Type:
PointThe converted point.
Exceptions See Also