| GSWorldImageCoverageStore | R Documentation |
Geoserver REST API WorldImageCoverageStore
Geoserver REST API WorldImageCoverageStore
R6Class object.
Object of R6Class for modelling a GeoServer WorldImage CoverageStore
geosapi::GSRESTResource -> geosapi::GSAbstractStore -> geosapi::GSAbstractCoverageStore -> GSWorldImageCoverageStore
urlurl
geosapi::GSRESTResource$encode()geosapi::GSRESTResource$getClassName()geosapi::GSRESTResource$print()geosapi::GSAbstractStore$setDescription()geosapi::GSAbstractStore$setEnabled()geosapi::GSAbstractStore$setType()geosapi::GSAbstractCoverageStore$decode()geosapi::GSAbstractCoverageStore$setUrl()new()Initializes an WorldImage coverage store
GSWorldImageCoverageStore$new( xml = NULL, name = NULL, description = "", enabled = TRUE, url = NULL )
xmlan object of class xml_node-class to create object from XML
namecoverage store name
descriptioncoverage store description
enabledwhether the store should be enabled or not. Default is TRUE
urlurl
clone()The objects of this class are cloneable with this method.
GSWorldImageCoverageStore$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.