View source: R/qgis_importintospatialite.R
qgis_importintospatialite | R Documentation |
QGIS Algorithm provided by QGIS Export to SpatiaLite (qgis:importintospatialite). Exports a vector layer to a SpatiaLite database This algorithm imports a vector layer into a SpatiaLite database, creating a new table.
qgis_importintospatialite(
INPUT = qgisprocess:::qgis_default_value(),
DATABASE = qgisprocess:::qgis_default_value(),
TABLENAME = qgisprocess:::qgis_default_value(),
PRIMARY_KEY = qgisprocess:::qgis_default_value(),
GEOMETRY_COLUMN = qgisprocess:::qgis_default_value(),
ENCODING = qgisprocess:::qgis_default_value(),
OVERWRITE = qgisprocess:::qgis_default_value(),
CREATEINDEX = qgisprocess:::qgis_default_value(),
LOWERCASE_NAMES = qgisprocess:::qgis_default_value(),
DROP_STRING_LENGTH = qgisprocess:::qgis_default_value(),
FORCE_SINGLEPART = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DATABASE |
|
TABLENAME |
|
PRIMARY_KEY |
|
GEOMETRY_COLUMN |
|
ENCODING |
|
OVERWRITE |
|
CREATEINDEX |
|
LOWERCASE_NAMES |
|
DROP_STRING_LENGTH |
|
FORCE_SINGLEPART |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.