GMLCOVExtension function

GMLCOVExtension

GMLCOVExtension

GMLCOVExtension

GMLCOVExtension class

Format

R6Class object.

Returns

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(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

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

Public fields

  • anyElement: anyElement

Methods

Public 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.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29