Horizontal Vertical Transformation Step
Represents a step in the process of transforming between horizontal and/or vertical datums. Each HorizontalVerticalTransformationStep can be constructed from a well-known ID (WKID) that represents a horizontal (geographic) or a vertical transformation. This API supports thousands of predefined transformations, and all the supported WKIDs are documented in the 'Coordinate systems and transformations' topic in the developers guide.
One or more HorizontalVerticalTransformationStep objects are combined into a HorizontalVerticalTransformation object, and can then be used to control how coordinates are transformed in a GeometryEngine.projectOrNull(Geometry, SpatialReference, DatumTransformation) method call.
A HorizontalVerticalTransformationStep object is immutable.
Since
200.1.0
See also
Constructors
Creates a new HorizontalVerticalTransformationStep instance from a well-known ID. Occasionally, WKIDs may change, and older codes may be deprecated in favor of a new code. Both old (deprecated) and new (latest) WKIDs continue to work for instantiation, as long as they are supported by the Projection Engine. The HorizontalVerticalTransformationStep.wkid property returns the new (latest) WKID code.
Creates a new HorizontalVerticalTransformationStep instance from a well-known text string.
Properties
True if this transformation step instance is an inverted transformation. Transformations have a specific direction that is indicated by the HorizontalVerticalTransformationStep.wkText value. An inverted transformation is used to transform geometries in the opposite direction to that indicated by the well-known text. HorizontalVerticalTransformationStep has DatumTransformation.inputSpatialReference and DatumTransformation.outputSpatialReference properties that respect the inverse value of the contained transformation(s).
True if any files needed by the Projection Engine for this transformation step are missing from the local file system.
A list of the Projection Engine files required to support this transformation step. Each name in the list includes the full path. Projection Engine datasets are used in grid-based transforms.