| GSAbstractCoverageStore {geosapi} | R Documentation |
Geoserver REST API CoverageStore
Description
Geoserver REST API CoverageStore
Geoserver REST API CoverageStore
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer CoverageStore
Super classes
geosapi::GSRESTResource -> geosapi::GSAbstractStore -> GSAbstractCoverageStore
Public fields
urlURL of the abstract coverage store
Methods
Public methods
Inherited methods
Method new()
initializes an abstract coverage store
Usage
GSAbstractCoverageStore$new( xml = NULL, type = NULL, name = NULL, description = "", enabled = TRUE, url = NULL )
Arguments
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
TRUEurlURL of the store
Method decode()
Decodes a coverage store from XML
Usage
GSAbstractCoverageStore$decode(xml)
Arguments
xmlan object of class xml_node-class
Returns
an object of class GSAbstractCoverageStore
Method setUrl()
set coverage store URL
Usage
GSAbstractCoverageStore$setUrl(url)
Arguments
urlthe store URL to set
Method clone()
The objects of this class are cloneable with this method.
Usage
GSAbstractCoverageStore$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>