` `
グリッドを作成します。
グリッドタイプ
オプション:
0 — 長方形 (ライン)
1 — 長方形 (ポリゴン)
2 — ひし型 (ポリゴン)
3 — 六角形(ポリゴン)
デフォルト: 0
グリッドの水平範囲。
デフォルト: 360.0
グリッドの垂直範囲。
デフォルト: 180.0
ライン間のX軸間隔
デフォルト: 10.0
ライン間のY軸間隔
デフォルト: 10.0
グリッド中心のx座標
デフォルト: 0.0
グリッド中心のy座標
デフォルト: 0.0
グリッドの座標参照系
デフォルト: EPSG:4326
結果のグリッドレイヤー (ラインまたはポリゴン)。
processing.runalg('qgis:creategrid', type, width, height, hspacing, vspacing, centerx, centery, crs, output)
座標を含む列を持つジオメトリなしテーブルからポイントレイヤーを作成します。
入力テーブル
X座標を含むテーブル列
Y座標を含むテーブル列
レイヤーに使用する座標参照系。
デフォルト: EPSG:4326
結果のレイヤー。
processing.runalg('qgis:pointslayerfromtable', input, xfield, yfield, target_crs, output)
<put algorithm description here>
オプション。
<put parameter description here>
デフォルト: (設定されていません)
processing.runalg('qgis:pointstopath', vector, group_field, order_field, date_format, output_lines, output_text)
<put algorithm description here>
<put parameter description here>
デフォルト: 1
<put parameter description here>
デフォルト: 0.0
processing.runalg('qgis:randompointsalongline', vector, point_number, min_distance, output)
<put algorithm description here>
<put parameter description here>
デフォルト: 0,1,0,1
<put parameter description here>
デフォルト: 1
<put parameter description here>
デフォルト: 0.0
processing.runalg('qgis:randompointsinextent', extent, point_number, min_distance, output)
<put algorithm description here>
<put parameter description here>
デフォルト: 1
<put parameter description here>
デフォルト: 0.0
processing.runalg('qgis:randompointsinlayerbounds', vector, point_number, min_distance, output)
<put algorithm description here>
<put parameter description here>
オプション:
0 — ポイント数
1 — ポイント密度
デフォルト: 0
<put parameter description here>
デフォルト: 1.0
<put parameter description here>
デフォルト: 0.0
processing.runalg('qgis:randompointsinsidepolygonsfixed', vector, strategy, value, min_distance, output)
<put algorithm description here>
<put parameter description here>
オプション:
0 — ポイント数
1 — ポイント密度
デフォルト: 0
<put parameter description here>
デフォルト: 0.0
processing.runalg('qgis:randompointsinsidepolygonsvariable', vector, strategy, field, min_distance, output)
<put algorithm description here>
<put parameter description here>
デフォルト: 0,1,0,1
<put parameter description here>
デフォルト: 0.0001
<put parameter description here>
デフォルト: 0.0
<put parameter description here>
デフォルト:偽
<put parameter description here>
デフォルト: 真
processing.runalg('qgis:regularpoints', extent, spacing, inset, randomize, is_spacing, output)
<put algorithm description here>
<put parameter description here>
デフォルト: 0,1,0,1
<put parameter description here>
デフォルト: 0.0001
<put parameter description here>
デフォルト: 0.0001
<put parameter description here>
オプション:
0 — グリッドをポリゴンとして出力
1 — グリッドをラインとして出力
デフォルト: 0
processing.runalg('qgis:vectorgrid', extent, step_x, step_y, type, output)