View source: R/qgis_randompointsinlayerbounds.R
qgis_randompointsinlayerbounds | R Documentation |
QGIS Algorithm provided by QGIS Random points in layer bounds (qgis:randompointsinlayerbounds). This algorithm creates a new point layer with a given number of random points, all of them within the extent of a given layer. A distance factor can be specified, to avoid points being too close to each other. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_randompointsinlayerbounds(
INPUT = qgisprocess:::qgis_default_value(),
POINTS_NUMBER = qgisprocess:::qgis_default_value(),
MIN_DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
POINTS_NUMBER |
|
MIN_DISTANCE |
|
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 - Random points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.