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