View source: R/sagang_creategraticule.R
sagang_creategraticule | R Documentation |
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()
)
GRATICULE_LINE |
|
GRATICULE_RECT |
|
TYPE |
|
EXTENT |
|
DIVISION_X |
|
DIVISION_Y |
|
ALIGNMENT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
GRATICULE_LINE - outputVector - Graticule
GRATICULE_RECT - outputVector - Graticule
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.