| GSAbstractStore {geosapi} | R Documentation |
Geoserver REST API Store
Description
Geoserver REST API Store
Geoserver REST API Store
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer store
Super class
geosapi::GSRESTResource -> GSAbstractStore
Public fields
fullwhether store object is fully described
namestore name
enabledif the store is enabled or not
descriptionstore description
typestore type
workspaceworkspace name
Methods
Public methods
Inherited methods
Method new()
initializes an abstract store
Usage
GSAbstractStore$new( xml = NULL, storeType, type = NULL, name = NULL, description = "", enabled = TRUE )
Arguments
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
Method decode()
Decodes store from XML
Usage
GSAbstractStore$decode(xml)
Arguments
xmlobject of class xml_node-class
Method setType()
Set type
Usage
GSAbstractStore$setType(type)
Arguments
typetype
Method setEnabled()
Set enabled
Usage
GSAbstractStore$setEnabled(enabled)
Arguments
enabledenabled
Method setDescription()
Set description
Usage
GSAbstractStore$setDescription(description)
Arguments
descriptiondescription
Method clone()
The objects of this class are cloneable with this method.
Usage
GSAbstractStore$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>