View source: R/sagang_linecrossings.R
sagang_linecrossings | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Line crossings (sagang:linecrossings). —————- Arguments —————- LINES_A: 1st Lines Layer Argument type: source Acceptable values: - Path to a vector layer LINES_B: 2nd Lines Layer Argument type: source Acceptable values: - Path to a vector layer CROSSINGS: Crossings Argument type: vectorDestination Acceptable values: - Path for new vector layer ATTRIBUTES: Parent Attributes Default value: 2 Argument type: enum Available values: - 0: (0) index - 1: (1) attributes - 2: (2) index and attributes Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_linecrossings(
LINES_A = qgisprocess:::qgis_default_value(),
LINES_B = qgisprocess:::qgis_default_value(),
CROSSINGS = qgisprocess:::qgis_default_value(),
ATTRIBUTES = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LINES_A |
|
LINES_B |
|
CROSSINGS |
|
ATTRIBUTES |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CROSSINGS - outputVector - Crossings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.