Skip to contents

Geoserver REST API GSInputCoverageBand

Geoserver REST API GSInputCoverageBand

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer input coverage band

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

geosapi::GSRESTResource -> GSInputCoverageBand

Public fields

coverageName

coverage name

band

band

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.

Examples

  GSInputCoverageBand$new()
#> <GSInputCoverageBand>