GMLAbstractGML

GMLAbstractGML

Format

R6Class object.

Value

Object of R6Class for modelling an GML abstract GML

References

ISO 19136:2007 Geographic Information – Geographic Markup Language. http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=32554

OGC Geography Markup Language. http://www.opengeospatial.org/standards/gml

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

metaDataProperty

metaDataProperty [0..*]

description

description [0..1]

descriptionReference

descriptionReference [0..1]: character

identifier

identifier [0..1]: character

name

name [0..*]: character

Methods

Inherited methods


Method new()

Initializes object

Usage

GMLAbstractGML$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 setDescription()

Set description

Usage

GMLAbstractGML$setDescription(description)

Arguments

description

description


Method setDescriptionReference()

Set description reference

Usage

GMLAbstractGML$setDescriptionReference(descriptionReference)

Arguments

descriptionReference

description reference


Method setIdentifier()

Set identifier

Usage

GMLAbstractGML$setIdentifier(identifier, codeSpace)

Arguments

identifier

identifier

codeSpace

codespace


Method addName()

Adds name

Usage

GMLAbstractGML$addName(name, codeSpace = NULL)

Arguments

name

name

codeSpace

codespace

Returns

TRUE if added, FALSE otherwise


Method delName()

Deletes name

Usage

GMLAbstractGML$delName(name, codeSpace = NULL)

Arguments

name

name

codeSpace

codespace

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

GMLAbstractGML$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.