Class HorizontalVerticalTransformation
Used to transform coordinates of z-aware geometries between spatial references that have different geographic and/or vertical coordinate systems.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class HorizontalVerticalTransformation : DatumTransformation
Remarks
The inverse of this transformation, used to transform in the opposite direction, is returned from the Get
A Horizontal
You can get a list of suitable transformations for a given input and output spatial reference using one of the methods on the Transformation
Some transformations require that certain Projection Engine data files be present on the local file system, and vertical transformation steps are
especially likely to use such files, which can be very large in size. The Is
A Horizontal
Constructors
Name | Description |
---|---|
Horizontal |
Initializes a new instance of the Horizontal |
HorizontalVerticalTransformation(IEnumerable<HorizontalVerticalTransformationStep>) | Initializes a new instance of the Horizontal |
Properties
Name | Description |
---|---|
Steps | Gets the list of transformation steps that define this transformation. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |