ISOConstraint

ISOConstraint

Format

R6Class object.

Value

Object of R6Class for modelling an ISOConstraint

References

ISO 19110:2005 Methodology for Feature cataloguing

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOConstraint

Public fields

description

description: character

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOConstraint$new(xml = NULL, description = NULL)

Arguments

xml

object of class XMLInternalNode-class

description

description


Method setDescription()

Set description

Usage

ISOConstraint$setDescription(description, locales = NULL)

Arguments

description

description

locales

a list of localized descriptions. Defaut is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOConstraint$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  md <- ISOConstraint$new(description = "description")
  xml <- md$encode()
#> [geometa][WARN] Element '{http://www.isotc211.org/2005/gfc}FC_Constraint': No matching global declaration available for the validation root at line 1. 
#> [geometa][WARN] Object 'ISOConstraint' is INVALID according to ISO 19139 XML schemas!