projcrs
Projected coordinate reference system object
Description
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.
Creation
You can create a projected CRS object in several ways:
- Import raster data by using - readgeoraster, and then query the- ProjectedCRSproperty of the returned raster reference object.
- Import vector data by using the - readgeotablefunction, and then query the- ProjectedCRSproperty of the shape objects in the returned geospatial table.
- Get information about a shapefile by using the - shapeinfofunction, and then query the- CoordinateReferenceSystemfield of the returned structure.
- Use the - projcrsfunction (described here).
Description
Input Arguments
Properties
Object Functions
Examples
Tips
When you compare two ProjectionParameters objects by using the isequal function, the function might return 0
        (false), even when the parameter values are the same. Instead, compare
        ProjectionParameters objects by comparing the projcrs
      objects or by comparing the parameter values directly.