GSInputCoverageBand: Geoserver REST API GSInputCoverageBand

GSInputCoverageBandR 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

Methods

new(xml, coverageName, band)

This method is used to instantiate a GSInputCoverageBand

decode(xml)

This method is used to decode a GSInputCoverageBand from XML

setCoverageName(coverageName)

Sets the coverage name

setBand(band)

Sets the 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 XMLInternalNode-class

coverageName

coverage name

band

band name


Method decode()

Decodes from XML

Usage
GSInputCoverageBand$decode(xml)
Arguments
xml

object of class XMLInternalNode-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()


geosapi documentation built on Oct. 4, 2023, 5:06 p.m.