コード例 #1
0
ファイル: v_net_alloc.py プロジェクト: steven37788/QGIS
def processOutputs(alg):
    outputParameter = {u"output": [u"line", 1]}
    variableOutput(alg, outputParameter, False)
コード例 #2
0
ファイル: v_net_flow.py プロジェクト: HeatherHillers/QGIS
def processOutputs(alg):
    outputParameter = {u"output": [u"line", 1],
                       u"cut": [u"line", 1]}
    variableOutput(alg, outputParameter)
コード例 #3
0
def processOutputs(alg):
    outputParameter = {u"output": [u"line", 1], u"output_point": [u"point", 2]}
    variableOutput(alg, outputParameter)
コード例 #4
0
ファイル: v_net_nodes.py プロジェクト: HeatherHillers/QGIS
def processOutputs(alg):
    outputParameter = {u"output": [u"point", 2]}
    variableOutput(alg, outputParameter)