Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISHorizontalVerticalTransformation
Since: 1.0.0
Inheritance: ArcGISDatumTransformation->ArcGISHorizontalVerticalTransformation
Summary
Used to transform coordinates of z-aware geometries between spatial references that have different geographic and/or vertical coordinate systems.
Constructors
ArcGISHorizontalVerticalTransformation(ArcGISImmutableArray<ArcGISHorizontalVerticalTransformationStep>)
Create a multi-step transformation from one or more ArcGISHorizontalVerticalTransformationStep instances.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
steps | ArcGISImmutableArray<ArcGISHorizontalVerticalTransformationStep> | An ArcGISImmutableArray<T> containing ArcGISHorizontalVerticalTransformationStep instances. |
ArcGISHorizontalVerticalTransformation(ArcGISHorizontalVerticalTransformationStep)
Create a single step transformation.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
step | A ArcGISHorizontalVerticalTransformationStep instance. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
ArcGISImmutableArray<ArcGISHorizontalVerticalTransformationStep> | No | No | The array of transformation steps that define this transformation. |
Steps
ArcGISImmutableArray<ArcGISHorizontalVerticalTransformationStep> Steps
The array of transformation steps that define this transformation.