7.2 Projected Coordinate Systems & Map Projections
Key Takeaways
- A Projected Coordinate System (PCS) projects 3D spherical coordinates from a GCS onto a 2D planar map surface using mathematical projection equations and linear units of measurement.
- The three primary developable projection surfaces are Cylindrical, Conic, and Planar (Azimuthal), each best suited for specific geographic extents and shapes.
- Every map projection distorts at least one of four fundamental spatial properties: Shape (Conformality), Area (Equivalency), Distance (Equidistance), or Direction (Azimuthality).
- The State Plane Coordinate System (SPCS) uses Lambert Conformal Conic for east-west trending zones and Transverse Mercator for north-south trending zones to minimize scale distortion.
- The Universal Transverse Mercator (UTM) system divides the globe into 60 longitudinal zones of 6 degrees each, using false eastings and northings to maintain positive planar coordinates.
7.2 Projected Coordinate Systems & Map Projections
While a Geographic Coordinate System (GCS) defines positions on a 3D ellipsoidal model of the Earth using angular units, computer display monitors and physical paper maps are two-dimensional flat surfaces. A Projected Coordinate System (PCS) mathematically converts 3D spherical coordinates (latitude and longitude) into 2D Cartesian coordinates ($X$ and $Y$) on a flat plane. Every Projected Coordinate System is built upon an underlying Geographic Coordinate System and utilizes linear units of measurement (such as meters or feet). Mastering map projections, distortion trade-offs, and standardized projection grids—such as State Plane and UTM—is critical for passing the Esri ArcGIS Pro Foundation certification exam.
The Structure of a Projected Coordinate System
A Projected Coordinate System consists of two essential components:
- An underlying Geographic Coordinate System (GCS) (which specifies the ellipsoid, datum, and prime meridian).
- A Map Projection (a set of mathematical formulas that projects spherical coordinates onto a 2D Cartesian coordinate plane).
Linear Units of Measurement
Unlike a GCS, which measures positions in angular units (decimal degrees), a PCS uses linear units measured from a designated origin point $(0,0)$. Common linear units include:
- Meters (m): The international standard metric unit used in UTM and global projections.
- International Feet (ft): Defined exactly as $1\text{ foot} = 0.3048\text{ meters}$.
- US Survey Feet (ftUS): Historically defined as $1\text{ meter} = 39.37\text{ inches}$ (approximately $1\text{ foot} \approx 0.3048006096\text{ meters}$).
Note for GIS Practice: The minute distinction between US Survey Feet and International Feet amounts to approximately 2 feet per million feet. In high-precision engineering and surveying projects, selecting the wrong foot definition can cause noticeable dataset offsets.
Developable Projection Surfaces
To visualize how a map projection works, cartographers project features from a transparent 3D globe onto a 2D geometric surface that can be flattened without stretching, tearing, or creasing. These geometric shapes are known as developable surfaces. The three primary developable surfaces are:
1. Cylindrical Projections
A cylinder is wrapped around the globe touching along a line of tangency (typically the Equator) or intersecting the globe along two lines (secant case). When unrolled, the grid of latitude and longitude forms a rectangular grid of parallel straight lines.
- Characteristics: Excellent for global mapping and north-south trending strips.
- Examples: Mercator, Transverse Mercator, Cassini.
2. Conic Projections
A cone is placed over the globe like a hat, touching along a single parallel line of latitude (tangent case) or intersecting along two parallel lines (secant case, known as standard parallels).
- Characteristics: Ideal for mid-latitude regions with broad east-west extents (e.g., the continental United States or Canada).
- Examples: Lambert Conformal Conic, Albers Equal Area Conic, Equidistant Conic.
3. Planar (Azimuthal) Projections
A flat plane touches the globe at a single point (tangent case) or intersects along a circle (secant case). The point of contact is often placed at the North Pole, South Pole, or a specific city.
- Characteristics: Ideal for polar mapping, circular regions, and aviation route planning.
- Examples: Stereographic, Orthographic, Azimuthal Equidistant.
Distorted Spatial Properties: The Core Cartographic Trade-off
It is mathematically impossible to flatten a 3D curved surface onto a 2D plane without distorting geometric properties (a principle formalized by Carl Friedrich Gauss as Theorema Egregium). Every map projection distorts at least one of four fundamental spatial properties:
| Spatial Property | Preservation Description | Ideal Projection Family & Examples |
|---|---|---|
| Shape (Conformality) | Preserves local feature shapes and angles; latitude and longitude lines intersect at right angles ($90^\circ$). Scale is equal in all directions at any point. Distorts area significantly near edges. | Conformal Projections: Lambert Conformal Conic, Mercator, Transverse Mercator |
| Area (Equivalency) | Preserves the relative size/area of landmasses and features across the map. A square inch on the map represents the exact same ground area anywhere on the map. Distorts feature shapes. | Equal Area Projections: Albers Equal Area Conic, Gall-Peters, Mollweide |
| Distance (Equidistance) | Preserves true scale and distance along specific lines (e.g., along standard parallels or radiating from the center point). No map preserves distance in all directions everywhere. | Equidistant Projections: Equidistant Conic, Azimuthal Equidistant |
| Direction (Azimuthality) | Preserves true compass directions from a central point to all other points on the map. | Azimuthal Projections: Polar Stereographic, Gnomic |
Exam Tip: For quantitative spatial analysis measuring total area (such as calculating square kilometers of forest loss), analysts must use an Equal Area projection. For navigation or local survey mapping where local angles and shapes matter, analysts choose a Conformal projection.
Projection Parameters
Map projections are customized using specific mathematical parameters:
- Central Meridian ($X_0$): The line of longitude chosen as the origin for X-coordinates.
- Latitude of Origin ($Y_0$): The line of latitude chosen as the origin for Y-coordinates.
- Standard Parallels: Lines of latitude where the projection surface intersects or touches the globe. Scale distortion is exactly zero ($1.0$) along standard parallels.
- False Easting: A linear value added to X-coordinates to eliminate negative coordinate values within the mapping extent.
- False Northing: A linear value added to Y-coordinates to eliminate negative coordinate values.
State Plane Coordinate System (SPCS)
Developed in the 1930s to provide a unified high-accuracy grid for surveying across the United States, the State Plane Coordinate System (SPCS) divides the US into over 120 distinct geographic zones. Each zone uses a customized projection designed to maintain scale distortion below 1 part in 10,000 ($0.01%$).
To achieve minimal distortion, SPCS selects the developable surface based on zone geometry:
- Lambert Conformal Conic: Used for states or zones elongated in an east-to-west direction (e.g., North Carolina, Tennessee, Pennsylvania).
- Transverse Mercator: Used for states or zones elongated in a north-to-south direction (e.g., Illinois, Indiana, Georgia).
- Hotine Oblique Mercator: Used for the Alaska panhandle due to its diagonal alignment.
Universal Transverse Mercator (UTM)
The Universal Transverse Mercator (UTM) system is a worldwide projected coordinate system covering the Earth from latitude $84^\circ\text{N}$ to $80^\circ\text{S}$.
UTM key parameters:
- Divides the globe into 60 longitudinal zones, each spanning 6 degrees of longitude wide. Zones are numbered 1 through 60, starting at $180^\circ\text{W}$ longitude and moving eastward.
- Uses a Secant Transverse Mercator projection within each 6-degree zone.
- Assigns a False Easting of 500,000 meters to the central meridian of each zone, ensuring that all X-coordinates remain positive.
- In the Northern Hemisphere, the Equator has a False Northing of 0 meters. In the Southern Hemisphere, the Equator is assigned a False Northing of 10,000,000 meters to prevent negative Y-coordinates.
A GIS analyst is tasked with calculating the exact total area in square meters of all agricultural land parcels in a state. Which family of map projections must be used to ensure accurate area calculations?
Under the State Plane Coordinate System (SPCS), which projection surface is selected for states or zones that extend predominantly north-to-south, such as Indiana or Illinois?
How wide is each longitudinal zone in the Universal Transverse Mercator (UTM) system, and what False Easting value is assigned to the central meridian of each zone?