Click or drag to resize

InternationalTerrestrialReferenceFrameEvaluator.Evaluate 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: 25.1.421.0 (25.1.421.0)
Syntax
public override HelmertTransformation Evaluate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
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

IEvaluator<T>.Evaluate(JulianDate)
See Also