WCSGSElevationDomain {ows4R}R Documentation

WCSGSElevationDomain

Description

WCSGSElevationDomain

WCSGSElevationDomain

Format

R6Class object.

Value

Object of R6Class modelling a WCS geoserver elevation domain object

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> WCSGSElevationDomain

Public fields

SingleValue

single values

Methods

Public methods

Inherited methods

Method decode()

Decodes from XML

Usage
WCSGSElevationDomain$decode(xml)
Arguments
xml

object of class XMLInternalNode-class from XML


Method clone()

The objects of this class are cloneable with this method.

Usage
WCSGSElevationDomain$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Experimental

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


[Package ows4R version 0.3-6 Index]