Geoserver REST API CoverageStore
Geoserver REST API CoverageStore
Value
Object of R6Class
for modelling a GeoServer CoverageStore
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Public fields
url
URL of the abstract coverage store
Methods
Inherited methods
Method new()
initializes an abstract coverage store
Arguments
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
url
URL of the store
Method decode()
Decodes a coverage store from XML
Usage
GSAbstractCoverageStore$decode(xml)
Arguments
xml
an object of class xml_node-class
Returns
an object of class GSAbstractCoverageStore
Method setUrl()
set coverage store URL
Usage
GSAbstractCoverageStore$setUrl(url)
Method clone()
The objects of this class are cloneable with this method.
Usage
GSAbstractCoverageStore$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.