Customer Service | Training | Contact Us
Welcome!
Login
Search Options   products areas display

Which products should be considered?

All Products

ArcCAD
ArcEditor
ArcExplorer
ArcGIS Engine
ArcGIS Explorer
ArcGIS Image Server
ArcGIS Mobile
ArcGIS Server
ArcIMS
ArcInfo Desktop
ArcInfo Workstation
ArcLogistics Route
ArcPad
ArcPad Application Builder
ArcReader
ArcSDE
ArcView
ArcView 3.x
ArcWeb Services APIs
ArcWeb Toolbar for ArcGIS
Atlas GIS
BusinessMap
BusinessMap Pro
GIS Portal Toolkit
Job Tracking for ArcGIS
MapIt
Maplex
MapObjects -- Java
MapObjects -- Windows
MapObjects IMS
MapObjects LT
MapStudio
Military Overlay Editor
NetEngine
PC ARC/INFO & DAK
PLTS
RouteMap
RouteMap IMS
SDE
Tracking Server

    Remember these settings for each visit More info
You are here:

Technical Article   FAQ:  Projection Basics: What the GIS professional needs to know

Article ID: 23025
Software:  ArcGIS - ArcEditor 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1 ArcGIS - ArcInfo 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1 ArcGIS - ArcView 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1 ArcInfo Workstation 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3
Platforms: N/A

Question

Projection Basics: What the GIS professional needs to know

Answer

The following concepts are fundamental to understanding the use of map projections in ArcGIS.

1. Coordinate systems, also known as map projections, are arbitrary designations for spatial data. Their purpose is to provide a common basis for communication about a particular place or area on the earth's surface. The most critical issue in dealing with map projections is knowing what the projection is and having the correct coordinate system information associated with a dataset.

2. When the first map projections were devised, it was assumed, incorrectly, that the earth was flat. Later the assumption was revised, and the earth was assumed to be a perfect sphere. In the 18th century, people began to realize that the earth was not perfectly round. This was the beginning of the concept of the cartographic spheroid.

3. To more accurately represent locations on the earth's surface, map makers studied the shape of the earth (geodesy) and created the concept of the spheroid. Then geographic coordinate systems (GCS) were devised, which include a datum, units of measure, and a prime meridian. A datum links a spheroid to a particular portion of the earth's surface. Recent datums are designed to fit the entire earth's surface well.

4. The most commonly used datums in North America are:

NAD 1927 (North American Datum 1927) using the Clarke 1866 spheroid

NAD 1983 (North American Datum 1983) using the GRS 1980 spheroid
WGS 1984 (World Geodetic Survey 1984) using the WGS 1984 spheroid

Newer spheroids are developed from satellite measurements and are more accurate than those developed by Clarke in 1866.

The terms 'geographic coordinate system' and 'datum' are used interchangeably.

5. The coordinates for data change depend on the datum and spheroid on which those coordinates are based, even if they are using the same map projection and parameters.

For example, the geographic coordinates below are for the city of Bellingham, Washington using 3 different datums:

DATUM		X-Coordinate               Y-Coordinate 

NAD_1927 -122.466903686523 48.7440490722656
NAD_1983 -122.46818353793 48.7438798543649
WGS_1984 -122.46818353793 48.7438798534299

6. A principal of good data management is to obtain the projection parameters from the data source providing the data. Do not make an educated guess about the projection of data, because an inaccurate GIS database will be the result. The necessary parameters are the following:

Projection

Units of measure
ZONE (for UTM)
FIPS zone (for State Plane)
Datum

Other parameters may be required, depending on the projection. For example, Albers and Lambert projections require the following parameters:

1st standard parallel, in degrees, minutes and seconds (DMS)

2nd standard parallel (DMS)
Central meridian (DMS)
Latitude of projections origin (DMS)
False easting and units of measure
False northing and units of measure
X-shift and units of measure
Y-shift and units of measure

7. Projections can be defined for data using the following options:

For special instructions for the ArcInfo coverage, at 9.x, access Knowledge Base article 27108 -show me-
Summary
To use the ArcToolBox > Coverage Tools > Projections > Define Projection, or the Project Tool, a projection file formatted is necessary as required by the ArcInfo Workstation PROJECTDEFINE or PROJECT commands.

 The PROJECT command must be followed by BUILD for all feature classes in the coverage in order to restore coverage topology.

Procedure
Two different file formats are required. One enables the coverage projections to be defined while the other allows coverages to be projected to another coordinate system.

Both files must be created using NotePad.

 WordPad cannot be used. WordPad adds invisible formatting characters to the file, which the commands PROJECTDEFINE and PROJECT cannot read. The process fails.



  • Below is a sample of a projection file read by the Define Projection Tool:

    Projection ALBERS
    Units METERS
    Datum NAD83
    Parameters
    29 30 0.000 /* 1st standard parallel
    45 30 0.000 /* 2nd standard parallel
    -96 0 0.000 /* central meridian
    23 0 0.000 /* latitude of projection's origin
    0.00000 /* false easting (meters)
    0.00000 /* false northing (meters)
  • Below is a sample of a projection file read by the Project Tool:

    input
    projection geographic
    units dd
    datum nad83
    parameters
    output
    projection albers
    units meters
    datum nad27
    parameters
    29 30 00
    45 30 00
    -96 00 00
    23 00 00
    0
    0
    end

    For further information, refer to the ArcInfo Workstation Online Help in the ArcDoc. Go to the Index tab, type in the name of the input or output projection required, and Display the results. The Help page displays the required projection parameters.

     To open the ArcInfo Workstation Online Help, go to Start > Programs > ArcGIS > ArcInfo Workstation > ArcDOC.

    Alternatively, type the word "help", without quotes, at the ArcInfo command prompt.



- ARCINFO COVERAGE: -show me-

ArcInfo Workstation - All versions
Use PROJECTDEFINE command to define the projection parameters for coverages, grids, and tins.

ArcGIS 8.0 to 8.3 - ArcInfo only
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (coverages, grids, and tins)

ArcGIS 9.x - ArcInfo only
ArcToolBox > Coverage Tools > Data Management > Projections > Define Projection tool.

- SHAPEFILE: -show me-

ArcGIS 8.0 to 8.3 - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (shapefiles, geodatabase)

ArcGIS 9.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection tool.

- GEODATABASE FEATURE DATASET/FEATURE CLASS: -show me-

ArcGIS 8.0 to 8.3 - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (shapefiles, geodatabase)

ArcGIS 9.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection tool.


8. If the data has a projection definition, but the projection does not match the typical projection used by an organization, reproject the data.

- ARCINFO COVERAGE: -show me-

ArcInfo Workstation - All versions
Use the PROJECT command to project coverages and grids to new coordinate systems.

ArcGIS 8.0 to 8.3 - ArcInfo only
ArcToolBox > Data Management Tools > Projections > Projection Wizard (coverages, grids)

ArcGIS 9.x - ArcInfo only
ArcToolBox > Coverage Tools > Data Management > Projections > Project tool.

 Project must be followed by a build. This applies to both the workstation command, and the project tools in ArcToolbox.


- SHAPEFILE: -show me-

ArcGIS 8.0 to 8.3 - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Project Wizard (shapefiles, geodatabase)

ArcGIS 9.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Feature > Project OR Batch Project.

- GEODATABASE FEATURE DATASETS/FEATURE CLASSES: -show me-

ArcGIS 8.0 to 8.3 - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Project Wizard (shapefiles, geodatabase)

ArcGIS 9.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Feature > Project OR Batch Project.

Related Information


Created: 8/6/2002
Last Modified: 1/20/2010

This website's graphical display is now viewable only with W3C standards-compliant browsers, but the content is accessible to all browsers and Internet devices. View our supported browser matrix for more information on our website display.