View source: R/qgis_adduniquevalueindexfield.R
qgis_adduniquevalueindexfield | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Add unique value index field (native:adduniquevalueindexfield). This algorithm takes a vector layer and an attribute and adds a new numeric field. Values in this field correspond to values in the specified attribute, so features with the same value for the attribute will have the same value in the new numeric field. This creates a numeric equivalent of the specified attribute, which defines the same classes. The new attribute is not added to the input layer but a new layer is generated instead. Optionally, a separate table can be output which contains a summary of the class field values mapped to the new unique numeric value.
qgis_adduniquevalueindexfield(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
FIELD_NAME = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
SUMMARY_OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD |
|
FIELD_NAME |
|
OUTPUT |
|
SUMMARY_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 - Layer with index field
SUMMARY_OUTPUT - outputVector - Class summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.