View source: R/sagang_convexhull.R
sagang_convexhull | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Convex hull (sagang:convexhull). —————- Arguments —————- SHAPES: Points Argument type: source Acceptable values: - Path to a vector layer HULLS: Convex Hull Argument type: vectorDestination Acceptable values: - Path for new vector layer BOXES: Minimum Bounding Box Argument type: vectorDestination Acceptable values: - Path for new vector layer POLYPOINTS: Hull Construction Default value: 1 Argument type: enum Available values: - 0: (0) one hull for all shapes - 1: (1) one hull per shape - 2: (2) one hull per shape part Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' POLYGONCVX: Polygon Convexity Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_convexhull(
SHAPES = qgisprocess:::qgis_default_value(),
HULLS = qgisprocess:::qgis_default_value(),
BOXES = qgisprocess:::qgis_default_value(),
POLYPOINTS = qgisprocess:::qgis_default_value(),
POLYGONCVX = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SHAPES |
|
HULLS |
|
BOXES |
|
POLYPOINTS |
|
POLYGONCVX |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
BOXES - outputVector - Minimum Bounding Box
HULLS - outputVector - Convex Hull
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.