View source: R/qgis_atlaslayouttoimage.R
qgis_atlaslayouttoimage | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export atlas layout as image (native:atlaslayouttoimage). Exports an atlas layout as a set of images. This algorithm outputs an atlas layout to a set of image files (e.g. PNG or JPEG images). If a coverage layer is set, the selected layout's atlas settings exposed in this algorithm will be overwritten. In this case, an empty filter or sort by expression will turn those settings off.
qgis_atlaslayouttoimage(
LAYOUT = qgisprocess:::qgis_default_value(),
COVERAGE_LAYER = qgisprocess:::qgis_default_value(),
FILTER_EXPRESSION = qgisprocess:::qgis_default_value(),
SORTBY_EXPRESSION = qgisprocess:::qgis_default_value(),
SORTBY_REVERSE = qgisprocess:::qgis_default_value(),
FILENAME_EXPRESSION = qgisprocess:::qgis_default_value(),
FOLDER = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
EXTENSION = qgisprocess:::qgis_default_value(),
DPI = qgisprocess:::qgis_default_value(),
GEOREFERENCE = qgisprocess:::qgis_default_value(),
INCLUDE_METADATA = qgisprocess:::qgis_default_value(),
ANTIALIAS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYOUT |
|
COVERAGE_LAYER |
|
FILTER_EXPRESSION |
|
SORTBY_EXPRESSION |
|
SORTBY_REVERSE |
|
FILENAME_EXPRESSION |
|
FOLDER |
|
LAYERS |
|
EXTENSION |
|
DPI |
|
GEOREFERENCE |
|
INCLUDE_METADATA |
|
ANTIALIAS |
|
... |
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.