与えられた範囲で任意の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)
Output layer
[vector]processing.runalg('gdalogr:clipvectorsbyextent', input_layer, clip_extent, options, output_layer)
ポリゴンによって任意OGR-サポートベクター層をクリップ。アルゴリズムは、_ `` ogr2ogrユーティリティ<http://www.gdal.org/ogr2ogr.html>に由来しています。
Input layer
[vector: any]入力ベクトル層。
Clip layer
[vector: polygon]Additional creation Options
[string]Optional.
<put parameter description here>
Default: (not set)
Output layer
[vector]processing.runalg('gdalogr:clipvectorsbypolygon', input_layer, clip_layer, options, output_layer)