Geoserver REST API Store
Geoserver REST API Store
Object of R6Class
for modelling a GeoServer store
R6Class
object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
geosapi::GSRESTResource
-> GSAbstractStore
full
whether store object is fully described
name
store name
enabled
if the store is enabled or not
description
store description
type
store type
workspace
workspace name
new()
initializes an abstract store
GSAbstractStore$new(
xml = NULL,
storeType,
type = NULL,
name = NULL,
description = "",
enabled = TRUE
)
xml
an object of class xml_node-class to create object from XML
storeType
store type
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
decode()
Decodes store from XML
GSAbstractStore$decode(xml)
xml
object of class xml_node-class
setType()
Set type
GSAbstractStore$setType(type)
type
type
setEnabled()
Set enabled
GSAbstractStore$setEnabled(enabled)
enabled
enabled
setDescription()
Set description
GSAbstractStore$setDescription(description)
description
description
clone()
The objects of this class are cloneable with this method.
GSAbstractStore$clone(deep = FALSE)
deep
Whether to make a deep clone.