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
url
URL of the abstract coverage store
new()
initializes an abstract coverage store
GSAbstractCoverageStore$new( xml = NULL, type = NULL, name = NULL, description = "", enabled = TRUE, url = NULL )
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
decode()
Decodes a coverage store from XML
GSAbstractCoverageStore$decode(xml)
xml
an object of class xml_node-class
an object of class GSAbstractCoverageStore
setUrl()
set coverage store URL
GSAbstractCoverageStore$setUrl(url)
url
the store URL to set
clone()
The objects of this class are cloneable with this method.
GSAbstractCoverageStore$clone(deep = FALSE)
deep
Whether 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.