GeographicTransformationStep

constructor(wkid: Int)

Creates a new GeographicTransformationStep 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 GeographicTransformationStep.wkid property returns the new (latest) WKID code.

Since

200.1.0

Parameters

wkid

The well-known ID of the geographic transformation step to create.


constructor(wkText: String)

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

Since

200.1.0

Parameters

wkText

The well-known text of the geographic transformation step to create.