主要内容

本页面提供的是上一版软件的文档。当前版本中已删除对应的英文页面。

地图创建

创建地图坐标轴和基于 axesm 的地图;设置地图属性

Mapping Toolbox™ 提供了多种创建地图显示的方式,包括地图坐标轴 (自 R2023a 版本起) 和基于 axesm 的地图。

有关地图坐标区与基于 axesm 的地图的比较(包括何时使用每种显示类型),请参阅选择二维地图显示

函数

全部展开

newmapSet up new map (自 R2023a 起)
mapaxesCreate map axes (自 R2023a 起)
MapAxes PropertiesMap axes appearance and behavior (自 R2023a 起)
gca当前坐标区或图
hold添加新绘图时保留当前绘图
cla清空坐标区
MapAxesInteractionOptions PropertiesMap axes interaction behavior for apps (自 R2024a 起)
axesm创建基于 axesm 的地图
usamap创建基于 axesm 的美国地图
worldmap创建基于 axesm 的世界区域地图
axesm-Based Map PropertiesControl axesm-based map appearance and behavior
axesmuiDefine axesm-based map and modify projection and display properties
gcm当前基于 axesm 的地图的查询投影结构
getmQuery properties of axesm-based map
setm设置基于 axesm 的地图和图形对象的属性
ismapDetermine if axes is axesm-based map
showaxesToggle display of coordinate axes on axesm-based map
clma清除当前基于 axesm 的地图
clmoClear graphics objects from axesm-based map
handlemHandles of objects on axesm-based map
handlem-uiGUI for selecting objects on axesm-based map
hidemHide objects on axesm-based map
ismappedDetermine if object is projected on axesm-based map
namemNames of objects on axesm-based map
showm在基于 axesm 的地图上显示对象
tagm在基于 axesm 的地图上设置对象的 Tag 属性

主题

地图坐标轴

基于 axesm 的地图

  • axesm-Based Maps
    An axesm-based map contains the standard properties of a MATLAB® graphics axes and additional properties related to projections, scale, and positioning in geographic coordinates.
  • Create Maps of World and US Regions
    Create maps of continents, countries, and US states by using the worldmap and usamap functions. The functions automatically select projections based on the specified region.
  • Switch Between Projections
    Change the projection of an axesm-based map. Usually the new map projection displays the same part of the world. Refine the map appearance by adjusting the properties of the axesm-based map.
  • Reprojection of Graphics Objects
    axesm-based maps automatically reproject many types of plotted objects based on changes to the map projection or to some map properties.
  • Change Map Projections When Using geoshow
    Change the projection of an axesm-based map after using geoshow to display raster and vector data.

相关信息