R/sagang_polartocartesiancoordinates.R
sagang_polartocartesiancoordinates.Rd
QGIS Algorithm provided by SAGA Next Gen Polar to cartesian coordinates (sagang:polartocartesiancoordinates). —————- Arguments —————- POLAR: Polar Coordinates Argument type: source Acceptable values: - Path to a vector layer F_EXAGG: Exaggeration Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names D_EXAGG: Exaggeration Factor Default value: 1 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression CARTES: Cartesion Coordinates Argument type: vectorDestination Acceptable values: - Path for new vector layer RADIUS: Radius Default value: 6371000 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DEGREE: Degree Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_polartocartesiancoordinates(
POLAR = qgisprocess:::qgis_default_value(),
F_EXAGG = qgisprocess:::qgis_default_value(),
D_EXAGG = qgisprocess:::qgis_default_value(),
CARTES = qgisprocess:::qgis_default_value(),
RADIUS = qgisprocess:::qgis_default_value(),
DEGREE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
source
- Polar Coordinates. Path to a vector layer.
field
- Exaggeration. The name of an existing field. ; delimited list of existing field names.
number
- Exaggeration Factor. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
vectorDestination
- Cartesion Coordinates. Path for new vector layer.
number
- Radius. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
boolean
- Degree. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
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
.