GMLCOVExtension

GMLCOVExtension

Format

R6Class object.

Value

Object of R6Class for modelling a GMLCOV Extension

Note

Internal binding for OGC services

References

GML 3.2.1 Application Schema for Coverages http://www.opengis.net/gmlcov/1.0

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> GMLCOVExtension

Public fields

anyElement

anyElement

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLCOVExtension$new(
  xml = NULL,
  element = NULL,
  attrs = list(),
  defaults = list(),
  wrap = TRUE
)

Arguments

xml

object of class XMLInternalNode-class

element

element name

attrs

list of attributes

defaults

list of default values

wrap

wrap element?


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLCOVExtension$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.