ISOConstraint function

ISOConstraint

ISOConstraint

ISOConstraint

ISOConstraint class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOConstraint

Examples

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

References

ISO 19110:2005 Methodology for Feature cataloguing

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

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

Public fields

  • description: description: character

Methods

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

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