R/sagang_gradientvectorfrompolartocartesiancoordinates.R
sagang_gradientvectorfrompolartocartesiancoordinates.Rd
QGIS Algorithm provided by SAGA Next Gen Gradient vector from polar to cartesian coordinates (sagang:gradientvectorfrompolartocartesiancoordinates). —————- Arguments —————- DIR: Direction Argument type: raster Acceptable values: - Path to a raster layer LEN: Length Argument type: raster Acceptable values: - Path to a raster layer DX: X Component Argument type: rasterDestination Acceptable values: - Path for new raster layer DY: Y Component Argument type: rasterDestination Acceptable values: - Path for new raster layer UNITS: Polar Angle Units Default value: 0 Argument type: enum Available values: - 0: (0) radians - 1: (1) degree Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' SYSTEM: Polar Coordinate System Default value: 1 Argument type: enum Available values: - 0: (0) mathematical - 1: (1) geographical - 2: (2) user defined Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' SYSTEM_ZERO: User defined Zero Direction Default value: 0 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 SYSTEM_ORIENT: User defined Orientation Default value: 0 Argument type: enum Available values: - 0: (0) clockwise - 1: (1) counterclockwise Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_gradientvectorfrompolartocartesiancoordinates(
DIR = qgisprocess:::qgis_default_value(),
LEN = qgisprocess:::qgis_default_value(),
DX = qgisprocess:::qgis_default_value(),
DY = qgisprocess:::qgis_default_value(),
UNITS = qgisprocess:::qgis_default_value(),
SYSTEM = qgisprocess:::qgis_default_value(),
SYSTEM_ZERO = qgisprocess:::qgis_default_value(),
SYSTEM_ORIENT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
raster
- Direction. Path to a raster layer.
raster
- Length. Path to a raster layer.
rasterDestination
- X Component. Path for new raster layer.
rasterDestination
- Y Component. Path for new raster layer.
enum
of ("(0) radians", "(1) degree")
- Polar Angle Units. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
enum
of ("(0) mathematical", "(1) geographical", "(2) user defined")
- Polar Coordinate System. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
number
- User defined Zero Direction. 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.
enum
of ("(0) clockwise", "(1) counterclockwise")
- User defined Orientation. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
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
.