HorizontalVerticalTransformationStep

constructor(wkid: Int)

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.

Since

200.1.0


constructor(wkText: String)

Creates a new HorizontalVerticalTransformationStep instance from a well-known text string.

Since

200.1.0