Geoserver REST API GSCoverageBand
Geoserver REST API GSCoverageBand
Format
R6Class
object.
Value
Object of R6Class
for modelling a GeoServer coverage band
Methods
new(xml)
This method is used to instantiate a
GSCoverageBand
decode(xml)
This method is used to decode a
GSCoverageBand
from XMLencode()
This method is used to encode a
GSCoverageBand
to XMLsetDefinition(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
Super class
geosapi::GSRESTResource
-> GSCoverageBand
Public fields
inputCoverageBands
list of input coverage bands
definition
coverage band definition
index
coverage band index
compositionType
coverage band composition type
Methods
Method new()
Initalizes a GSCoverageBand
Usage
GSCoverageBand$new(xml = NULL)
Arguments
xml
object of class xml_node-class