View source: R/qgis_removenullgeometries.R
qgis_removenullgeometries | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Remove null geometries (native:removenullgeometries). This algorithm removes any features which do not have a geometry from a vector layer. All other features will be copied unchanged. Optionally, the features with null geometries can be saved to a separate output. If 'Also remove empty geometries' is checked, the algorithm removes features whose geometries have no coordinates, i.e., geometries that are empty. In that case, also the null output will reflect this option, containing both null and empty geometries.
qgis_removenullgeometries(
INPUT = qgisprocess:::qgis_default_value(),
REMOVE_EMPTY = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
NULL_OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
REMOVE_EMPTY |
|
OUTPUT |
|
NULL_OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
NULL_OUTPUT - outputVector - Null geometries
OUTPUT - outputVector - Non null geometries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.