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


constructor(wkText: String)

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

Since

200.1.0