当前位置: 首页>>代码示例>>Python>>正文


Python processing.execAlgorithmDialog方法代码示例

本文整理汇总了Python中processing.execAlgorithmDialog方法的典型用法代码示例。如果您正苦于以下问题:Python processing.execAlgorithmDialog方法的具体用法?Python processing.execAlgorithmDialog怎么用?Python processing.execAlgorithmDialog使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在processing的用法示例。


在下文中一共展示了processing.execAlgorithmDialog方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1: field2geom

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def field2geom(self):
        '''Convert layer containing a point x & y coordinate to a new point layer'''
        processing.execAlgorithmDialog('latlontools:field2geom', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-latlontools-plugin,代码行数:5,代码来源:latLonTools.py

示例2: geom2Field

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def geom2Field(self):
        '''Convert layer geometry to a text string'''
        processing.execAlgorithmDialog('latlontools:geom2field', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-latlontools-plugin,代码行数:5,代码来源:latLonTools.py

示例3: toMGRS

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def toMGRS(self):
        '''Display the to MGRS  dialog box'''
        processing.execAlgorithmDialog('latlontools:point2mgrs', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-latlontools-plugin,代码行数:5,代码来源:latLonTools.py

示例4: MGRStoLayer

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def MGRStoLayer(self):
        '''Display the to MGRS  dialog box'''
        processing.execAlgorithmDialog('latlontools:mgrs2point', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-latlontools-plugin,代码行数:5,代码来源:latLonTools.py

示例5: toPlusCodes

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def toPlusCodes(self):
        processing.execAlgorithmDialog('latlontools:point2pluscodes', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-latlontools-plugin,代码行数:4,代码来源:latLonTools.py

示例6: showDialog

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def showDialog(self):
        """Display the KML Dialog window."""
        processing.execAlgorithmDialog('kmltools:importkml', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-kmltools-plugin,代码行数:5,代码来源:kmltools.py

示例7: clipNetwork

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def clipNetwork(self):
        processing.execAlgorithmDialog('omm:clip_network', {}) 
开发者ID:jagodki,项目名称:Offline-MapMatching,代码行数:4,代码来源:offline_map_matching.py

示例8: reduceDensity

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def reduceDensity(self):
        processing.execAlgorithmDialog('omm:reduce_trajectory_density', {}) 
开发者ID:jagodki,项目名称:Offline-MapMatching,代码行数:4,代码来源:offline_map_matching.py

示例9: xyLineTool

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def xyLineTool(self):
        processing.execAlgorithmDialog('shapetools:xy2line', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例10: geodesicDensifyTool

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def geodesicDensifyTool(self):
        processing.execAlgorithmDialog('shapetools:geodesicdensifier', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例11: pointDecimateTool

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def pointDecimateTool(self):
        processing.execAlgorithmDialog('shapetools:geodesicpointdecimate', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例12: lineDecimateTool

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def lineDecimateTool(self):
        processing.execAlgorithmDialog('shapetools:geodesiclinedecimate', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例13: geodesicLineBreakTool

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def geodesicLineBreakTool(self):
        processing.execAlgorithmDialog('shapetools:linebreak', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例14: createDonut

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def createDonut(sefl):
        processing.execAlgorithmDialog('shapetools:createdonut', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py

示例15: createEllipse

# 需要导入模块: import processing [as 别名]
# 或者: from processing import execAlgorithmDialog [as 别名]
def createEllipse(sefl):
        processing.execAlgorithmDialog('shapetools:createellipse', {}) 
开发者ID:NationalSecurityAgency,项目名称:qgis-shapetools-plugin,代码行数:4,代码来源:shapeTools.py


注:本文中的processing.execAlgorithmDialog方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。