Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes an object that represents a datum transform for projecting between different spatial references. A valid datum tranform requires a parameter of each type (transform, from, and to).

Hierarchy

  • DatumTransform

Index

Properties

Optional fromWkid

fromWkid: number

The well-known ID of the spatial reference that you are projecting from.

Optional fromWkt

fromWkt: string

The well-known text of the spatial reference that you are projecting from. This is ignored if fromWkid is also specified.

Optional toWkid

toWkid: number

The well-known ID of the spatial reference that you are projecting to.

Optional toWkt

toWkt: string

The well-known text of the spatial reference that you are projecting to. This is ignored if toWkid is also specified.

Optional transformWkid

transformWkid: number

The well-known ID of the datum transform to use.

Optional transformWkt

transformWkt: string

The well-known text of the datum transform to use. This is ignored if transformWkid is also specified.