GSAbstractDataStore | R Documentation |
Geoserver REST API DataStore
Geoserver REST API DataStore
R6Class
object.
Object of R6Class
for modelling a GeoServer dataStore
geosapi::GSRESTResource
-> geosapi::GSAbstractStore
-> GSAbstractDataStore
connectionParameters
the list of connection parameters
new()
initializes an abstract data store
GSAbstractDataStore$new( xml = NULL, type = NULL, name = NULL, description = "", enabled = TRUE, connectionParameters )
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
decode()
Decodes a data store from XML
GSAbstractDataStore$decode(xml)
xml
an object of class xml_node-class
an object of class GSAbstractDataStore
setConnectionParameters()
Set list connection parameters. The argument should be an object
of class GSRESTEntrySet
giving a list of key/value parameter entries.
GSAbstractDataStore$setConnectionParameters(parameters)
parameters
an object of class GSRESTEntrySet
addConnectionParameter()
Adds a connection parameter
GSAbstractDataStore$addConnectionParameter(key, value)
key
connection parameter key
value
connection parameter value
TRUE
if added, FALSE
otherwise
setConnectionParameter()
Sets a connection parameter
GSAbstractDataStore$setConnectionParameter(key, value)
key
connection parameter key
value
connection parameter value
delConnectionParameter()
Removes a connection parameter
GSAbstractDataStore$delConnectionParameter(key)
key
connection parameter key
value
connection parameter value
TRUE
if removed, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSAbstractDataStore$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.