View source: R/sagang_convertpointstolines.R
sagang_convertpointstolines | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Convert points to line(s) (sagang:convertpointstolines). —————- Arguments —————- LINES: Lines Argument type: vectorDestination Acceptable values: - Path for new vector layer POINTS: Points Argument type: source Acceptable values: - Path to a vector layer ORDER: Order by... Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SEPARATE: Separate by... Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names ELEVATION: Elevation Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names
sagang_convertpointstolines(
LINES = qgisprocess:::qgis_default_value(),
POINTS = qgisprocess:::qgis_default_value(),
ORDER = qgisprocess:::qgis_default_value(),
SEPARATE = qgisprocess:::qgis_default_value(),
ELEVATION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LINES |
|
POINTS |
|
ORDER |
|
SEPARATE |
|
ELEVATION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LINES - outputVector - Lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.