Constructor HorizontalVerticalTransformation
HorizontalVerticalTransformation(HorizontalVerticalTransformationStep)
Initializes a new instance of the HorizontalVerticalTransformation class with a single-step transformation.
Declaration
public HorizontalVerticalTransformation(HorizontalVerticalTransformationStep step)
Parameters
| Type | Name | Description |
|---|---|---|
| HorizontalVerticalTransformationStep | step | A HorizontalVerticalTransformationStep instance. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.10 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.10 - 100.12 |
| Xamarin.Android | 100.10 - 100.15 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 100.15 |
HorizontalVerticalTransformation(IEnumerable<HorizontalVerticalTransformationStep>)
Initializes a new instance of the HorizontalVerticalTransformation class from one or more HorizontalVerticalTransformationStep instances.
Declaration
public HorizontalVerticalTransformation(IEnumerable<HorizontalVerticalTransformationStep> steps)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<HorizontalVerticalTransformationStep> | steps | The IEnumerable of HorizontalVerticalTransformationStep objects used to create a HorizontalVerticalTransformation. |
Remarks
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.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.10 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.10 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.10 - 100.12 |
| Xamarin.Android | 100.10 - 100.15 |
| Xamarin.iOS | 100.10 - 100.15 |
| UWP | 100.10 - 100.14 |