Geographic Transformation
Create a multi-step transformation from one or more GeographicTransformationStep instances. Use this when the multi-step transformation is known in advance. The output of each step should match the input of the following step. Then, you can use the new multi-step transformation where you would use a single-step transformation.
Since
200.1.0
Parameters
steps
A List containing GeographicTransformationStep instances.
Create a single step transformation.
Since
200.1.0
Parameters
step
A GeographicTransformationStep instance.