| GSAbstractCoverageStore | R Documentation |
Geoserver REST API CoverageStore
Geoserver REST API CoverageStore
R6Class object.
Object of R6Class for modelling a GeoServer CoverageStore
geosapi::GSRESTResource -> geosapi::GSAbstractStore -> GSAbstractCoverageStore
urlURL of the abstract coverage store
new()initializes an abstract coverage store
GSAbstractCoverageStore$new( xml = NULL, type = NULL, name = NULL, description = "", enabled = TRUE, url = NULL )
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 TRUE
urlURL of the store
decode()Decodes a coverage store from XML
GSAbstractCoverageStore$decode(xml)
xmlan object of class xml_node-class
an object of class GSAbstractCoverageStore
setUrl()set coverage store URL
GSAbstractCoverageStore$setUrl(url)
urlthe store URL to set
clone()The objects of this class are cloneable with this method.
GSAbstractCoverageStore$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.