ISOMemberName: ISOMemberName

ISOMemberNameR Documentation

ISOMemberName

Description

ISOMemberName

ISOMemberName

Format

R6Class object.

Value

Object of R6Class for modelling an ISOMemberName

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOMemberName

Public fields

aName

name

attributeType

attribute type

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOMemberName$new(xml = NULL, aName = NULL, attributeType = NULL)
Arguments
xml

object of class XMLInternalNode-class

aName

a name

attributeType

attribute type


Method setName()

Set name

Usage
ISOMemberName$setName(aName, locales = NULL)
Arguments
aName

name

locales

list of localized texts. Default is NULL


Method setAttributeType()

Set attribute type

Usage
ISOMemberName$setAttributeType(attributeType, locales = NULL)
Arguments
attributeType

attribute type

locales

list of localized texts. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOMemberName$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO/TS 19103:2005 Geographic information – Conceptual schema language


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