Creates a transform by concatenating two existing transforms.
[Visual Basic]
Function CreateConcatenatedTransform( _
ByVal transform1 As IMathTransform, _
ByVal transform2 As IMathTransform _
) As IMathTransform
Missing <returns> documentation for M:Geotools.CoordinateTransformations.IMathTransformFactory.CreateConcatenatedTransform(Geotools.CoordinateTransformations.IMathTransform,Geotools.CoordinateTransformations.IMathTransform)
A concatenated transform acts in the same way as applying two transforms, one after the other. The dimension of the output space of the first transform must match the dimension of the input space in the second transform. If you wish to concatenate more than two transforms, then you can repeatedly use this method.
IMathTransformFactory Interface | IMathTransformFactory Members | Geotools.CoordinateTransformations Namespace