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
GSCoverageBanddecode(xml)This method is used to decode a
GSCoverageBandfrom XMLencode()This method is used to encode a
GSCoverageBandto XMLsetDefinition(definition)Sets the coverage band definition
setIndex(index)Sets the coverage band index
setCompositionTypeSets the composition type. Only 'BAND_SELECT' is supported by GeoServer for now.
addInputBand(band)Adds a input coverage band, object of class
GSInputCoverageBanddelInputBand(band)Removes a input coverage band, object of class
GSInputCoverageBand
Super class
geosapi::GSRESTResource -> GSCoverageBand
Public fields
inputCoverageBandslist of input coverage bands
definitioncoverage band definition
indexcoverage band index
compositionTypecoverage band composition type
Methods
Method new()
Initalizes a GSCoverageBand
Usage
GSCoverageBand$new(xml = NULL)Arguments
xmlobject of class xml_node-class