GSCoverageBand | R Documentation |
Geoserver REST API GSCoverageBand
Geoserver REST API GSCoverageBand
R6Class
object.
Object of R6Class
for modelling a GeoServer coverage band
new(xml)
This method is used to instantiate a GSCoverageBand
decode(xml)
This method is used to decode a GSCoverageBand
from XML
encode()
This method is used to encode a GSCoverageBand
to XML
setDefinition(definition)
Sets the coverage band definition
setIndex(index)
Sets the coverage band index
setCompositionType
Sets the composition type. Only 'BAND_SELECT' is supported by GeoServer for now.
addInputBand(band)
Adds a input coverage band, object of class GSInputCoverageBand
delInputBand(band)
Removes a input coverage band, object of class GSInputCoverageBand
geosapi::GSRESTResource
-> GSCoverageBand
inputCoverageBands
list of input coverage bands
definition
coverage band definition
index
coverage band index
compositionType
coverage band composition type
new()
Initalizes a GSCoverageBand
GSCoverageBand$new(xml = NULL)
xml
object of class xml_node-class
decode()
Decodes from XML
GSCoverageBand$decode(xml)
xml
object of class xml_node-class
setName()
Set name
GSCoverageBand$setName(name)
name
name
setDefinition()
Set definition
GSCoverageBand$setDefinition(definition)
definition
definition
setIndex()
Set index
GSCoverageBand$setIndex(index)
index
index
setCompositionType()
Set composition type
GSCoverageBand$setCompositionType(compositionType)
compositionType
composition type
addInputBand()
Adds an input band
GSCoverageBand$addInputBand(band)
band
object of class GSInputCoverageBand
TRUE
if added, FALSE
otherwise
delInputBand()
Deletes an input band
GSCoverageBand$delInputBand(band)
band
object of class GSInputCoverageBand
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSCoverageBand$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSCoverageBand$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.