Learn R Programming

geometa (version 0.7)

ISOConstraint: ISOConstraint

Description

ISOConstraint

Arguments

Value

Object of R6Class for modelling an ISOConstraint

Format

R6Class object.

Fields

description

[character]

Methods

new(xml, description)

This method is used to instantiate an ISOConstraint

setDescription(description, locales)

Sets the description. Locale names can be specified as list with the locales argument.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

Run this code
  md <- ISOConstraint$new(description = "description")
  xml <- md$encode()
 

Run the code above in your browser using DataLab