GMLElement

GMLElement

Format

R6Class object.

Value

Object of R6Class for modelling an GML element

Note

Class used by geometa internal XML decoder/encoder

References

ISO/TS 19103:2005 Geographic information – Conceptual schema language

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLElement$new(
  xml = NULL,
  element = NULL,
  attrs = list(),
  defaults = list(),
  xmlNamespacePrefix = "GML"
)

Arguments

xml

object of class XMLInternalNode-class

element

element

attrs

attrs

defaults

default values

xmlNamespacePrefix

xmlNamespacePrefix Default is 'GML'


Method decode()

Decodes the XML

Usage

GMLElement$decode(xml)

Arguments

xml

object of class XMLInternalNode-class


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLElement$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.