View source: R/qgis_projectpointcartesian.R
qgis_projectpointcartesian | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Project points (Cartesian) (native:projectpointcartesian). This algorithm projects point geometries by a specified distance and bearing (azimuth), creating a new point layer with the projected points. The distance is specified in layer units, and the bearing in degrees clockwise from North.
qgis_projectpointcartesian(
INPUT = qgisprocess:::qgis_default_value(),
BEARING = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
BEARING |
|
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 - Projected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.