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.2.419.0 (24.2.419.0)
Syntax public HelmertTransformation Compose(
HelmertTransformation other
)
Public Function Compose (
other As HelmertTransformation
) As HelmertTransformation
public:
HelmertTransformation Compose(
HelmertTransformation other
)
member Compose :
other : HelmertTransformation -> HelmertTransformation
Parameters
- other
- Type: AGI.Foundation.CoordinatesHelmertTransformation
The transformation between ITRF "A" and ITRF "B".
Return Value
Type:
HelmertTransformationThe transformation between ITRF "A" and ITRF "C".
See Also