View source: R/qgis_definecurrentprojection.R
qgis_definecurrentprojection | R Documentation |
QGIS Algorithm provided by QGIS Define Shapefile projection (qgis:definecurrentprojection). Changes a Shapefile's projection to a new CRS without reprojecting features This algorithm sets an existing Shapefile's projection to the provided CRS. Contrary to the "Assign projection" algorithm, it will not output a new layer. The .prj and .qpj files associated with the Shapefile will be overwritten - or created if missing - to match the provided CRS.
qgis_definecurrentprojection(
INPUT = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
CRS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
INPUT - outputVector - Layer with projection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.