Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
dojo.require("esri.geometry.GeographicTransformation")
See also:
SpatialReference References Guide
What are map projections
Choosing an appropriate transformation
Geographic transformation methods
| Name | Summary |
|---|---|
| new esri.geometry.GeographicTransformation(params?) | Creates a new GeographicTransformation object. |
| Name | Type | Summary |
|---|---|---|
| steps | GeographicTransformationStep[] | Geographic transformation steps. |
| Name | Return type | Summary |
|---|---|---|
| getInverse() | GeographicTransformation | Returns the inverse of the geographic transformation, calling this method or null if the transformation is not invertible. |
<> params |
Optional | See options descriptions for further information. |
params properties: <> steps |
Optional | Geographic transformation steps. Each step represents a geographic transformation that will be used in the process of transforming coordinates from one geographic coordinate system to another. |
GeographicTransformationStep[]> stepsnull if the transformation is not invertible. The inverse of a transformation converts coordinates using the same method and parameters, but in the opposite direction of the original object. For example, if the original object represents the NAD_1983_HARN_To_NAD_1983_NSRS2007_1 transformation, then the inverse will transform from NAD 83 (NSRS 2007) to NAD 83 (HARN).GeographicTransformation