| GSInputCoverageBand | R Documentation |
Geoserver REST API GSInputCoverageBand
Geoserver REST API GSInputCoverageBand
R6Class object.
Object of R6Class for modelling a GeoServer input coverage band
geosapi::GSRESTResource -> GSInputCoverageBand
coverageNamecoverage name
bandband
new()Initializes an object of class GSInputCoverageBand
GSInputCoverageBand$new(xml = NULL, coverageName = NULL, band = NULL)
xmlobject of class xml_node-class
coverageNamecoverage name
bandband name
decode()Decodes from XML
GSInputCoverageBand$decode(xml)
xmlobject of class xml_node-class
setCoverageName()Set coverage name
GSInputCoverageBand$setCoverageName(coverageName)
coverageNamecoverage name
setBand()Set band
GSInputCoverageBand$setBand(band)
bandband
clone()The objects of this class are cloneable with this method.
GSInputCoverageBand$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSInputCoverageBand$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.