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
xmlan object of class xml_node-class to create object from XML
typethe type of coverage store
namecoverage store name
descriptioncoverage store description
enabledwhether the store should be enabled or not. Default is
TRUEconnectionParametersthe 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
parametersan object of class GSRESTEntrySet