Skip To Content
ArcGIS Developer
Dashboard

Using spatial references

Description

Features on a map refer to the actual locations of the objects they represent in the real world. The positions of objects on the earth's spherical surface are measured in degrees of latitude and longitude, also known as geographic coordinates. Though latitude and longitude can locate exact positions on the surface of the earth, they are not uniform units of measure; only along the equator does the distance represented by one degree of longitude approximate the distance represented by one degree of latitude. To overcome measurement difficulties, data is often transformed from the three-dimensional geographic coordinate system to the two-dimensional planar surface in a projected coordinate system. Projected coordinate systems describe the distance from an origin (0,0) along two separate axes: a horizontal x-axis representing east-west and a vertical y-axis representing north-south.

Because the earth is round and maps are flat, getting information from the curved surface to a flat one involves a mathematical formula called a map projection. A map projection transforms latitude and longitude to x,y coordinates in a projected coordinate system.

The term coordinate system, which includes both geographic and projected coordinate systems, is used to describe the information about the projection, as well as other specifics such as datum, units, and meridians.

Datum transformations are available for projecting spatial data from one geographic coordinate system to another. For a complete list of supported transformations, including WKIDs and WKTs, see the following:

Coordinate systems PDFs

Each coordinate system is defined by both a well-known ID (WKID) and a definition strings (WKT1 and WKT2). For a complete list of supported IDs and their corresponding definition strings, see the following:

Transformation PDFs