OGR geoprocessing

領域でベクタをクリップする

説明

与えられた範囲で任意のOGR-サポートベクトルファイルをクリップ。アルゴリズムは、_ `` ogr2ogrユーティリティ<http://www.gdal.org/ogr2ogr.html>に由来しています。

パラメーター

Input layer [vector: any]

入力ベクトル層。

Clip extent [extent]

出力ベクトルファイルに使用されなければならないバウンディングボックスを定義します。これは、ターゲットCRS単位で定義する必要があります。

Default: 0,1,0,1

Additional creation Options [string]

Optional.

<put parameter description here>

Default: (not set)

Outputs

Output layer [vector]
Output vector layer.

Console usage

processing.runalg('gdalogr:clipvectorsbyextent', input_layer, clip_extent, options, output_layer)

See also

ポリゴンでベクタをクリップする

説明

ポリゴンによって任意OGR-サポートベクター層をクリップ。アルゴリズムは、_ `` ogr2ogrユーティリティ<http://www.gdal.org/ogr2ogr.html>に由来しています。

パラメーター

Input layer [vector: any]

入力ベクトル層。

Clip layer [vector: polygon]
Layer to be used as clipping extent for the input vector layer.
Additional creation Options [string]

Optional.

<put parameter description here>

Default: (not set)

Outputs

Output layer [vector]
Output vector layer. By default this is an ESRI Shapefile.

Console usage

processing.runalg('gdalogr:clipvectorsbypolygon', input_layer, clip_layer, options, output_layer)

See also