12 lines
821 B
Plaintext
Raw Normal View History

v.voronoi
Creates a Voronoi diagram from an input vector layer containing points.
Vector (v.*)
QgsProcessingParameterFeatureSource|input|Input points layer|0|None|False
2017-12-03 16:07:21 +01:00
QgsProcessingParameterNumber|smoothness|Factor for output smoothness|QgsProcessingParameterNumber.Double|0.25|True|None|None
QgsProcessingParameterNumber|thin|Maximum dangle length of skeletons (-1 will extract the center line)|QgsProcessingParameterNumber.Double|-1.0|True|-1.0|None
*QgsProcessingParameterBoolean|-a|Create Voronoi diagram for input areas|False
*QgsProcessingParameterBoolean|-s|Extract skeletons for input areas|False
*QgsProcessingParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
2017-12-03 16:07:21 +01:00
QgsProcessingParameterVectorDestination|output|Voronoi