このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。
ベクトル データ
ポイント、ライン、ポリゴンデータを解析および変換
ベクトル データは、ポイント、ライン、ポリゴン、およびそれらの非空間属性を使用して、現実世界のオブジェクト、場所、イベントを記述します。たとえば、都市は点を使用して、川はラインを使用して、国は多角形を使用して表すことができます。ポイント、ライン、ポリゴンの頂点は、地理座標 (緯度-経度) または投影座標 (x-y) で表すことができます。
関数
オブジェクト
トピック
ベクトル データ表現
- Create Geospatial Tables
Geospatial tables contain shapes and attributes for point, line, and polygon data. Import geospatial tables from vector data files, convert tables to geospatial tables, or create geospatial tables from arrays. - Geographic Data Structures
A geographic data structure stores geographic features as elements in a structure array. The structure has fields such as the geometry of the feature and the coordinates of points in the vector.
ベクトル データの変更と解析
- Combine Vector Data Using Table Joins
Link vector data in tables and geospatial tables according to shared attributes. - Create and Display Polygons
Display polygons using map or geographic coordinates. - Compare Polygons and Line Segments
Geographic objects represented by vector data might or might not be formatted as polygons. Imagine two variables,latcoastandloncoast, that correspond to a sequence of points that caricature the coast of the island of Great Britain. If this data returns to its starting point, then a polygon describing Great Britain exists. This data might be plotted as a patch or as a line, and it might be logically employed in calculations as either. - Simplify Vector Coordinate Data
Eliminate visually redundant coordinates to remove unnecessary detail, and to speed and stylize map displays. - Geographic Interpolation of Vectors
Geographic data interpolation infers the value of geographic data at locations between sampled data points. - Find Vector Intersection Points
Calculate the intersection points of lines, polygons, and circles that are represented by coordinate arrays.