Projected coordinate reference system
A projected coordinate reference system (CRS) provides information that assigns
Cartesian x and y map coordinates to physical
locations. Projected CRSs consist of a geographic CRS and several parameters that are used to
transform coordinates to and from the geographic CRS. For more information about geographic
CRSs, see geocrs
.
There are several ways to create projected CRS objects, including:
Import raster data by using readgeoraster
,
and then query the ProjectedCRS
property of the returned raster
reference object.
Get information about a shapefile by using the shapeinfo
function, and then query the
CoordinateReferenceSystem
field of the returned structure.
Use the projcrs
function (described here).
Even when the property values of two projcrs
objects are the same, the
WKT for the objects might be different. As a result, when you compare two
projcrs
or ProjectionParameters
objects by using the
isequal
function, the function might return 0 (false)
, even
when the property and parameter values are the same. Compare projcrs
or
ProjectionParameters
objects by directly comparing their property and
parameter values instead.