View source: R/qgis_wedgebuffers.R
qgis_wedgebuffers | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create wedge buffers (native:wedgebuffers). This algorithm creates wedge shaped buffers from input points. The azimuth parameter gives the angle (in degrees) for the middle of the wedge to point. The buffer width (in degrees) is specified by the width parameter. Note that the wedge will extend to half of the angular width either side of the azimuth direction. The outer radius of the buffer is specified via outer radius, and optionally an inner radius can also be specified. The native output from this algorithm are CurvePolygon geometries, but these may be automatically segmentized to Polygons depending on the output format.
qgis_wedgebuffers(
INPUT = qgisprocess:::qgis_default_value(),
AZIMUTH = qgisprocess:::qgis_default_value(),
WIDTH = qgisprocess:::qgis_default_value(),
OUTER_RADIUS = qgisprocess:::qgis_default_value(),
INNER_RADIUS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
AZIMUTH |
|
WIDTH |
|
OUTER_RADIUS |
|
INNER_RADIUS |
|
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 - Buffers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.