R/sagang_pointtolinedistances.R
sagang_pointtolinedistances.Rd
QGIS Algorithm provided by SAGA Next Gen Point to line distances (sagang:pointtolinedistances). —————- Arguments —————- POINTS: Points Argument type: source Acceptable values: - Path to a vector layer RESULT: Result Argument type: vectorDestination Acceptable values: - Path for new vector layer DISTANCES: Distances Argument type: vectorDestination Acceptable values: - Path for new vector layer LINES: Lines Argument type: source Acceptable values: - Path to a vector layer LINE_ID: Identifier Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names
sagang_pointtolinedistances(
POINTS = qgisprocess:::qgis_default_value(),
RESULT = qgisprocess:::qgis_default_value(),
DISTANCES = qgisprocess:::qgis_default_value(),
LINES = qgisprocess:::qgis_default_value(),
LINE_ID = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
source
- Points. Path to a vector layer.
vectorDestination
- Result. Path for new vector layer.
vectorDestination
- Distances. Path for new vector layer.
source
- Lines. Path to a vector layer.
field
- Identifier. 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
.