View source: R/sagang_clippointswithpolygons.R
sagang_clippointswithpolygons | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Clip points with polygons (sagang:clippointswithpolygons). —————- Arguments —————- POINTS: Points Argument type: source Acceptable values: - Path to a vector layer POLYGONS: Polygons Argument type: source Acceptable values: - Path to a vector layer FIELD: Add Attribute to Clipped Points Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names CLIPS: Clipped Points Argument type: vectorDestination Acceptable values: - Path for new vector layer METHOD: Clipping Options Default value: 0 Argument type: enum Available values: - 0: (0) one layer for all points - 1: (1) separate layer for each polygon Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_clippointswithpolygons(
POINTS = qgisprocess:::qgis_default_value(),
POLYGONS = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
CLIPS = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POINTS |
|
POLYGONS |
|
FIELD |
|
CLIPS |
|
METHOD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CLIPS - outputVector - Clipped Points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.