| GSInputCoverageBand {geosapi} | R Documentation |
Geoserver REST API GSInputCoverageBand
Description
Geoserver REST API GSInputCoverageBand
Geoserver REST API GSInputCoverageBand
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer input coverage band
Super class
geosapi::GSRESTResource -> GSInputCoverageBand
Public fields
coverageNamecoverage name
bandband
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSInputCoverageBand
Usage
GSInputCoverageBand$new(xml = NULL, coverageName = NULL, band = NULL)
Arguments
xmlobject of class xml_node-class
coverageNamecoverage name
bandband name
Method decode()
Decodes from XML
Usage
GSInputCoverageBand$decode(xml)
Arguments
xmlobject of class xml_node-class
Method setCoverageName()
Set coverage name
Usage
GSInputCoverageBand$setCoverageName(coverageName)
Arguments
coverageNamecoverage name
Method setBand()
Set band
Usage
GSInputCoverageBand$setBand(band)
Arguments
bandband
Method clone()
The objects of this class are cloneable with this method.
Usage
GSInputCoverageBand$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
GSInputCoverageBand$new()
[Package geosapi version 0.7-1 Index]