| GSAbstractStore | R Documentation |
Geoserver REST API Store
Geoserver REST API Store
R6Class object.
Object of R6Class for modelling a GeoServer store
geosapi::GSRESTResource -> GSAbstractStore
fullwhether store object is fully described
namestore name
enabledif the store is enabled or not
descriptionstore description
typestore type
workspaceworkspace name
new()initializes an abstract store
GSAbstractStore$new( xml = NULL, storeType, type = NULL, name = NULL, description = "", enabled = TRUE )
xmlan object of class xml_node-class to create object from XML
storeTypestore type
typethe type of coverage store
namecoverage store name
descriptioncoverage store description
enabledwhether the store should be enabled or not. Default is TRUE
decode()Decodes store from XML
GSAbstractStore$decode(xml)
xmlobject of class xml_node-class
setType()Set type
GSAbstractStore$setType(type)
typetype
setEnabled()Set enabled
GSAbstractStore$setEnabled(enabled)
enabledenabled
setDescription()Set description
GSAbstractStore$setDescription(description)
descriptiondescription
clone()The objects of this class are cloneable with this method.
GSAbstractStore$clone(deep = FALSE)
deepWhether 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.