Geoserver REST API DataStore
Geoserver REST API DataStore
Format
R6Class
object.
Value
Object of R6Class
for modelling a GeoServer dataStore
Super classes
geosapi::GSRESTResource
-> geosapi::GSAbstractStore
-> GSAbstractDataStore
Methods
Method new()
initializes an abstract data store
Usage
GSAbstractDataStore$new(
xml = NULL,
type = NULL,
name = NULL,
description = "",
enabled = TRUE,
connectionParameters
)
Arguments
xml
an object of class xml_node-class to create object from XML
type
the type of coverage store
name
coverage store name
description
coverage store description
enabled
whether the store should be enabled or not. Default is
TRUE
connectionParameters
the list of connection parameters
Method setConnectionParameters()
Set list connection parameters. The argument should be an object
of class GSRESTEntrySet
giving a list of key/value parameter entries.
Arguments
parameters
an object of class GSRESTEntrySet