Main Content

坐标参考系统

Representing coordinate reference systems, projecting and unprojecting coordinates, analyzing distortion

A coordinate reference system (CRS) provides a framework for defining real-world locations. Represent latitude-longitude data using a geographic CRS orx-ymap data using a projected CRS.

Transform coordinates between systems using various projection methods. Though all projection methods cause distortion, you can preserve attributes such as area, shape, or direction by choosing an appropriate projection method.

Functions

expand all

CRS Objects

geocrs Geographic coordinate reference system object
projcrs Projected coordinate reference system object
wktstring Well-known text string

Map Projection Structures

defaultm Initialize or reset map projection structure
geotiff2mstruct Convert GeoTIFF information to map projection structure
maplist Map projection support for map axes and map projection structures
maps List map projections for map axes and map projection structures
projlist GeoTIFF info structure support forprojfwdandprojinv
utmgeoid Select ellipsoids for given UTM zone
utmzone Select UTM zone given latitude and longitude
utmzoneui Choose or identify UTM zone by clicking map
projfwd Project latitude-longitude coordinates tox-ymap coordinates
projinv Unprojectx-y坐标映射到经度坐标
vfwdtran Transform azimuth on ellipsoid to direction on map
vinvtran Transform direction on map to azimuth on ellipsoid
clipdata Clip data at+/-piin longitude,+/-piin latitude
mdistort Display contours of constant map distortion
distortcalc Distortion parameters for map projections
tissot Project Tissot indicatrices on map axes
rotatem Transform vector map data to new origin and orientation
newpole Origin vector to place specific point at pole
putpole Origin vector to place north pole at specified point
org2pol Location of north pole in rotated map

Topics

Map Projections

Project Data

Universal Transverse Mercator (UTM) System

  • Create a UTM Map
    Create a map for a zone in the Universal Transverse Mercator (UTM) system.
  • Set UTM Parameters Interactively
    You can interact with a map of the world to select a UTM zone and adjust map settings, such as the limits, origin, parallels, and aspect.
  • Work in UTM Without a Displayed Map
    This example shows how to select a UTM zone by specifying the coordinate of a location. You can then create a UTM coordinate system using the suggested ellipsoid vector of the zone.
  • Use the Transverse Aspect to Map Across UTM Zones
    This example shows how to display areas that extend across more than one UTM zone by using the Mercator projection in a transverse aspect.

Analyze Distortion

Rotate Orientation of Map Display

  • Projection Aspect
    A projection aspect is the orientation of a map on the page or display screen. An orientation vector controls the map projection aspect.
  • Rotational Transformations on the Globe
    You can redefine a coordinate system and transform all points to the new coordinate system. The transformation can be useful independent of map displays.