ベクターデータの操作方法

提供: OSGeo.JP Wiki
2009年9月11日 (金) 01:02時点におけるKayama (トーク | 投稿記録)による版

移動: 案内検索

Working with Vector Data

QGISでは多くの形式のベクタ形式データをサポートします。ESRI shapefile,MapInfo MIf(交換形式) そしてMapInfo TAB(ネイティブ形式)等の形式はプラグイン形式で提供されているOGRデータプロバイダ によってサポートされています。Appendix A.1にサポートしている形式のリストがあります。

さらにQGISでは

QGIS also supports PostGIS layers in a PostgreSQL database using the PostgreSQL data provider plugin. Support for additional data types (eg. delimited text) is provided by additional data provider plugins.

This section describes how to work with several common formats: ESRI shapefiles, PostGIS layers, and SpatialLite layers. Many of the features available in QGIS work the same, regardless of the vector data source. This is by design and includes the identify, select, labeling and attributes functions.

Working with GRASS vector data is described in Section 9.