View source: R/qgis_regularpoints.R
qgis_regularpoints | R Documentation |
QGIS Algorithm provided by QGIS Regular points (qgis:regularpoints). This algorithm creates a point layer with a given number of regular points, all of them within a given extent.
qgis_regularpoints(
EXTENT = qgisprocess:::qgis_default_value(),
SPACING = qgisprocess:::qgis_default_value(),
INSET = qgisprocess:::qgis_default_value(),
RANDOMIZE = qgisprocess:::qgis_default_value(),
IS_SPACING = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
EXTENT |
|
SPACING |
|
INSET |
|
RANDOMIZE |
|
IS_SPACING |
|
CRS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Regular points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.