「ベクターデータの操作方法」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(タグ調整一旦保存(TODO:ベクタプロパティダイアログ、編集の配下を各々1ページに統合))
行1: 行1:
 
==Working with Vector Data==
 
==Working with Vector Data==
  
 +
QGISでは多くの形式のベクタ形式データをサポートします。ESRI shapefile,MapInfo MIf(交換形式)
 +
そしてMapInfo TAB(ネイティブ形式)等の形式はプラグイン形式で提供されているOGRデータプロバイダ
 +
によってサポートされています。[[Appendix A.1]]にサポートしている形式のリストがあります。
 +
 +
<!--
 
QGIS supports vector data in a number of formats, including those
 
QGIS supports vector data in a number of formats, including those
 
supported by the OGR library data provider plugin, such as ESRI shapefiles,
 
supported by the OGR library data provider plugin, such as ESRI shapefiles,
行6: 行11:
 
and MapInfo TAB (native format).
 
and MapInfo TAB (native format).
 
You find a list of OGR supported vector formats in Appendix [[サポートするデータ形式#OGR Vector Formats|A.1]].
 
You find a list of OGR supported vector formats in Appendix [[サポートするデータ形式#OGR Vector Formats|A.1]].
 +
-->
 +
さらにQGISでは
  
 
QGIS also supports PostGIS layers  
 
QGIS also supports PostGIS layers  

2009年9月11日 (金) 01:02時点における版

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.