HorizontalVerticalTransformation.withSteps constructor

HorizontalVerticalTransformation.withSteps(
  1. List<HorizontalVerticalTransformationStep> steps
)

Create a multi-step transformation from one or more HorizontalVerticalTransformationStep instances.

Use this constructor to create a horizontal-vertical transformation that has multiple steps. The output SpatialReference of each step should match the input SpatialReference of the following step.

Parameters: