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
coverageName
coverage name
band
band
new()
Initializes an object of class GSInputCoverageBand
GSInputCoverageBand$new(xml = NULL, coverageName = NULL, band = NULL)
xml
object of class xml_node-class
coverageName
coverage name
band
band name
decode()
Decodes from XML
GSInputCoverageBand$decode(xml)
xml
object of class xml_node-class
setCoverageName()
Set coverage name
GSInputCoverageBand$setCoverageName(coverageName)
coverageName
coverage name
setBand()
Set band
GSInputCoverageBand$setBand(band)
band
band
clone()
The objects of this class are cloneable with this method.
GSInputCoverageBand$clone(deep = FALSE)
deep
Whether 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.