What is define projection in GIS?
Emma Johnson
Updated on April 27, 2026
Defining a projection simply attaches the information ArcGIS requires to properly display and process the data. Defining a projection for a dataset does not modify the coordinates of the data. The method for defining the projection for ArcGIS data varies by data type, for example: Geodatabase, coverage, and shapefile.
Where is define projection in ArcGIS?
To define a projection: Open ArcToolbox and select Data Management Tools > Projections and Transformations > Define Projection. Choose the appropriate coordinate system. You have to define it as what it is, not as what you want it to be.
What is the difference between define projection and project?
If your data doesn’t have a coordinate system, or you suspect it has the wrong one, you want Define Projection. If your data already has a coordinate system but you wish to convert it into a different one, you want Project.
How do you define spatial reference in Arcpy?
The spatial reference can be created in three ways:
- Using the name of the coordinate system. sr = arcpy.
- Using a projection file (.prj) sr = arcpy.
- Using a coordinate system’s factory code (or authority code) # 32145 is the code for: # NAD 1983 StatePlane Vermont FIPS 4400 (Meters) sr = arcpy.
What does the Define projection tool do?
“Define projection” changes the metadata for the protection that is associated with the file. The ArcGIS Project tool changes the physical coordinate system in the spatial file. It’s important to know when to use each tool in an ArcMap session.
What map parameters must be known to define a projection?
They are: standard points and lines, projection aspect, central Meridian, latitude of origin, and light source location. Let’s start with a standard points and lines and work our way down. Defined a standard point and line is a point or line of intersection between the developable surface and the spheroid or ellipsoid.
What is spatial reference in GIS?
A spatial reference is the coordinate system used to store each feature class and raster dataset, as well as other coordinate properties such as the coordinate resolution for x,y coordinates and optional z- and measure(m)-coordinates. For an introduction to these properties, see The properties of a spatial reference.
What is projection and its types?
Projection are defined as mapping of three-dimensional points to a two-dimensional plane. There are two type of projection parallel and perspective. 1. Parallel Projection use to display picture in its true shape and size. When projectors are perpendicular to view plane then is called orthographic projection.
What is the map projection tool used for?
This tool overwrites the coordinate system information (map projection and datum) stored with a dataset. The only use for this tool is for datsets that have an unknown or incorrect coordinate system defined. All geographic datasets have a coordinate system that is used throughout ArcGIS to display, measure, and transform geographic data.
How do I make a projection in AutoCAD?
Right-click on the “Define Projection” tool in toolbox, select “Batch”, drag-and-drop your layers into the “Input Dataset” column, right-click in the first “Coordinate System” box to fill out the correct projection, then right-click on the projection you just selected and choose “Fill” which will fill out all of the rest of the projections for you.
What is the default value for projection?
The dataset or feature class whose projection is to be defined. The coordinate system to be applied to the input. The default value is set based on the Output Coordinate System environment setting. Valid values are a SpatialReference object, a file with a .prj extension, or a string representation of a coordinate system.
How to export a spatial reference from a projection file?
Creates the SpatialReference object from a projection file. Exports the object to its string representation. Restore or update the spatial reference object using a WKT string. The exportToString method can be used to export a WKT string representation of the spatial reference.