sagang_coordinateconversiontable: QGIS algorithm - Coordinate conversion (table)

View source: R/sagang_coordinateconversiontable.R

sagang_coordinateconversiontableR Documentation

QGIS algorithm - Coordinate conversion (table)

Description

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

Usage

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()
)

Arguments

TABLE

source - Table. Path to a vector layer.

SOURCE_X

field - X Coordinate Source. The name of an existing field. ; delimited list of existing field names.

SOURCE_Y

field - Y Coordinate Source. The name of an existing field. ; delimited list of existing field names.

TARGET_X

field - Projected X Coordinates. The name of an existing field. ; delimited list of existing field names.

TARGET_Y

field - Projected Y Coordinates. The name of an existing field. ; delimited list of existing field names.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

No output description provided.


JanCaha/r_package_qgis documentation built on May 1, 2024, 3:30 a.m.