R/sagang_convertpointstolines.R
sagang_convertpointstolines.Rd
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()
)
vectorDestination
- Lines. Path for new vector layer.
source
- Points. Path to a vector layer.
field
- Order by.... The name of an existing field. ; delimited list of existing field names.
field
- Separate by.... The name of an existing field. ; delimited list of existing field names.
field
- Elevation. The name of an existing field. ; delimited list of existing field names.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.