主要内容

本页采用了机器翻译。点击此处可查看英文原文。

创建和管理基于 axesm 的地图

设置地图和管理地图投影

从世界区域名称、美国区域名称或 MATLAB® 定义的投影名称创建基于 axesm 的地图。通过更改基于 axesm 的地图的属性来更改地图投影的参数(如标准纬线)。

作为二维 axesm 地图的替代方案是地理坐标区和地图坐标区,它们可用于许多任务,包括探索、出版和 App 构建。有关可以使用 Mapping Toolbox™ 软件创建的二维地图显示的比较,请参阅选择二维地图显示

函数

全部展开

worldmap创建基于 axesm 的世界区域地图
usamap创建基于 axesm 的美国地图
axesm创建基于 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 的地图和图形对象的属性
ismap判断轴系是否为 axesm 为基准的坐标系
showaxes在基于 axesm 的地图上切换坐标轴的显示
clma清除当前基于 axesm 的地图
clmo从基于 axesm-的地图中清除图形对象
handlem基于 axesm 的地图上对象的句柄
handlem-uiGUI for selecting objects on axesm-based map
hidemHide objects on axesm-based map
ismapped判断对象是否投影到基于 axesm 的地图上
namem基于 axesm 的地图上的对象名称
showm在基于 axesm 的地图上显示对象
tagm在基于 axesm 的地图上设置对象的 Tag 属性

主题

创建地图

  • 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.
  • 制作世界及美国各地区的地图
    使用 worldmapusamap 函数绘制各大洲、各国以及美国各州的地图。这些函数会根据指定的区域自动选择投影方式。
  • 插页地图
    插页地图通过包含较小比例尺的概览图,为地图提供背景信息。

管理投影方式

  • 投影摘要与指南
    了解工具箱支持的地图投影类型及其分类与属性。
  • 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.
  • 使用 geoshow 时更改地图投影
    在使用 geoshow 显示栅格和向量数据后,更改基于 axesm 的地图的投影。