Click or drag to resize

InternationalTerrestrialReferenceFrameEvaluatorEvaluate Method (JulianDate)

Gets the transformation that will transform a motion expressed in the From and express it in the To.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override HelmertTransformation Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The instant at which to get the transformation.

Return Value

Type: HelmertTransformation
The transformation that will transform a motion expressed in the fixed ITRF and express it in the new ITRF.

Implements

IEvaluatorTEvaluate(JulianDate)
See Also