View source: R/qgis_creategrid.R
qgis_creategrid | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create grid (native:creategrid). This algorithm creates a vector layer with a grid covering a given extent. Elements in the grid can be points, lines or polygons. The size and/or placement of each element in the grid is defined using a horizontal and vertical spacing. The CRS of the output layer must be defined. The grid extent and the spacing values must be expressed in the coordinates and units of this CRS. The top-left point (minX, maxY) is used as the reference point. That means that, at that point, an element is guaranteed to be placed. Unless the width and height of the selected extent is a multiple of the selected spacing, that is not true for the other points that define that extent.
qgis_creategrid(
TYPE = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
HSPACING = qgisprocess:::qgis_default_value(),
VSPACING = qgisprocess:::qgis_default_value(),
HOVERLAY = qgisprocess:::qgis_default_value(),
VOVERLAY = 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()
)
TYPE |
|
EXTENT |
|
HSPACING |
|
VSPACING |
|
HOVERLAY |
|
VOVERLAY |
|
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 - Grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.