メインコンテンツ

このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。

ベクトルおよびラスター地図表示

地図上にベクトルまたはラスター データを表示する

ベクトル データは、ポイント、ライン、ポリゴンを使用してイベント、場所、オブジェクトを表します。たとえば、都市は点を使用して、川はラインを使用して、国は多角形を使用して表すことができます。ラスター データは、衛星画像や地形の標高グリッドなどのグリッド データをマトリックス形式で保存します。これらの関数を使用して、ベクトル データとラスター データをマップ上に表示します。

関数

すべて展開する

geoshow地図の緯度と経度のデータを表示する
mapshowDisplay map data without projection
makesymbolspecCreate vector layer symbol specification
displaymDisplay geographic data from display structure on axesm-based map

マップ軸

geoplotPlot points, lines, and polygons on map (R2022a 以降)
geoiconchartIcon chart in geographic coordinates (R2024b 以降)
lineプリミティブ ラインの作成
animatedlineアニメーション化されたラインの作成
comet2 次元コメット プロット

axesmベースのマップ

plotmaxesmベースのマップに 2D のラインと点を投影する
plot3mProject 3-D lines and points on axesm-based map
linemProject line on axesm-based map
fillmaxesmベースのマップ上に塗りつぶされた2Dパッチを投影する
fill3mProject filled 3-D patches on axesm-based map
patchmProject patches on axesm-based map
patchesmProject patches as individual objects on axesm-based map
pcolormProject geolocated data grid in h = 0 plane on axesm-based map
meshmProject regular data grid on axesm-based map
surfmProject geolocated data grid on axesm-based map
grid2imageDisplay regular data grid as image
cart2grnTransform projected coordinates on axesm-based map to Greenwich system
grn2eqaConvert from Greenwich to equal area coordinates
eqa2grnConvert from equal area to Greenwich coordinates

プロパティ

Point PropertiesGeographic point appearance and behavior (R2022a 以降)
Line PropertiesGeographic chart line appearance and behavior (R2022a 以降)
Polygon PropertiesGeographic polygon appearance and behavior (R2022a 以降)
IconChart PropertiesIcon chart appearance and behavior (R2024b 以降)

トピック

ベクトル地図表示

ラスター地図表示

  • Types of Data Grids and Raster Display Functions
    You can display regular and geolocated data grids in many ways, such as a 2-D indexed image where color represents the data value, or as a 3-D surface with light shading.
  • Fit Gridded Data to the Graticule
    A graticule is a grid of meridians and parallels used to guide the placement of features on a map. Using a finer graticule can give greater precision at the cost of more effort and time.
  • Create 3-D Displays with Raster Data
    This example shows how to create a 3-D display of raster data, where the z-coordinate represents the data values. Change the viewpoint to get the appearance of depth in the map.

注目の例