QGIS Algorithm provided by SAGA Next Gen Create graticule (sagang:creategraticule). —————- Arguments —————- GRATICULE_LINE: Graticule Argument type: vectorDestination Acceptable values: - Path for new vector layer GRATICULE_RECT: Graticule Argument type: vectorDestination Acceptable values: - Path for new vector layer TYPE: Type Default value: 0 Argument type: enum Available values: - 0: (0) Lines - 1: (1) Rectangles Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' EXTENT: Extent (optional) Argument type: source Acceptable values: - Path to a vector layer DIVISION_X: Division Width Default value: 10 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 DIVISION_Y: Division Height Default value: 10 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 ALIGNMENT: Alignment Default value: 0 Argument type: enum Available values: - 0: (0) bottom-left - 1: (1) top-left - 2: (2) bottom-right - 3: (3) top-right - 4: (4) centered Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_creategraticule(
GRATICULE_LINE = qgisprocess:::qgis_default_value(),
GRATICULE_RECT = qgisprocess:::qgis_default_value(),
TYPE = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
DIVISION_X = qgisprocess:::qgis_default_value(),
DIVISION_Y = qgisprocess:::qgis_default_value(),
ALIGNMENT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
vectorDestination
- Graticule. Path for new vector layer.
vectorDestination
- Graticule. Path for new vector layer.
enum
of ("(0) Lines", "(1) Rectangles")
- Type. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
source
- Extent. Path to a vector layer.
number
- Division Width. 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.
number
- Division Height. 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) bottom-left", "(1) top-left", "(2) bottom-right", "(3) top-right", "(4) centered")
- Alignment. 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
.