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
coverageName
coverage name
band
band
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSInputCoverageBand
Usage
GSInputCoverageBand$new(xml = NULL, coverageName = NULL, band = NULL)
Arguments
xml
object of class xml_node-class
coverageName
coverage name
band
band name
Method decode()
Decodes from XML
Usage
GSInputCoverageBand$decode(xml)
Arguments
xml
object of class xml_node-class
Method setCoverageName()
Set coverage name
Usage
GSInputCoverageBand$setCoverageName(coverageName)
Arguments
coverageName
coverage name
Method setBand()
Set band
Usage
GSInputCoverageBand$setBand(band)
Arguments
band
band
Method clone()
The objects of this class are cloneable with this method.
Usage
GSInputCoverageBand$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
GSInputCoverageBand$new()
[Package geosapi version 0.7-1 Index]