Packagecom.esri.aws.services
Classpublic class CoordSys

The coordinate system being used. Default value is projection "4326" except for New Zealand geocoding which uses "2193" by default.



Public Properties
 PropertyDefined by
  datumTransformation : String
The conversion of the data between two geographic coordinate systems.
CoordSys
  projection : String
The projection of the data.
CoordSys
Property detail
datumTransformationproperty
public var datumTransformation:String

The conversion of the data between two geographic coordinate systems. See Coordinate systems for valid values.

projectionproperty 
public var projection:String

The projection of the data. Value can be either a projection string or a projection ID. See Coordinate systems for valid values.