View source: R/sagang_coordinateconversiontable.R
sagang_coordinateconversiontable | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Coordinate conversion (table) (sagang:coordinateconversiontable). —————- Arguments —————- TABLE: Table Argument type: source Acceptable values: - Path to a vector layer SOURCE_X: X Coordinate Source Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SOURCE_Y: Y Coordinate Source Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names TARGET_X: Projected X Coordinates Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names TARGET_Y: Projected Y Coordinates Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names
sagang_coordinateconversiontable(
TABLE = qgisprocess:::qgis_default_value(),
SOURCE_X = qgisprocess:::qgis_default_value(),
SOURCE_Y = qgisprocess:::qgis_default_value(),
TARGET_X = qgisprocess:::qgis_default_value(),
TARGET_Y = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TABLE |
|
SOURCE_X |
|
SOURCE_Y |
|
TARGET_X |
|
TARGET_Y |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.