Click or drag to resize

HelmertTransformationCompose Method

Forms a new KinematicTransformation as the composition of this transformation and the provided transformation. If this transformation represents the transformation between International Terrestrial Reference Frame (ITRF) "B" and International Terrestrial Reference Frame (ITRF) "C" and the provided transformation represents the transformation between ITRF "A" and ITRF "B", the result represents the transformation between ITRF "A" and ITRF "C".

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HelmertTransformation Compose(
	HelmertTransformation other
)

Parameters

other
Type: AGI.Foundation.CoordinatesHelmertTransformation
The transformation between ITRF "A" and ITRF "B".

Return Value

Type: HelmertTransformation
The transformation between ITRF "A" and ITRF "C".
See Also