ISOConstraint: ISOConstraint

ISOConstraintR Documentation

ISOConstraint

Description

ISOConstraint

ISOConstraint

Format

R6Class object.

Value

Object of R6Class for modelling an ISOConstraint

Super classes

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

Public fields

description

description: character

Methods

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

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

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

geometa documentation built on Oct. 29, 2022, 1:06 a.m.