View source: R/sagang_polartocartesiancoordinates.R
sagang_polartocartesiancoordinates | R Documentation |
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()
)
POLAR |
|
F_EXAGG |
|
D_EXAGG |
|
CARTES |
|
RADIUS |
|
DEGREE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CARTES - outputVector - Cartesion Coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.