Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Point ConvertPoint(
	ReferenceFrame fromFrame,
	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: Point
The converted point.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if fromFrame or point is .
PropertyInvalidExceptionThrown if the Epoch is .
See Also