ISOTelephone: ISOTelephone

ISOTelephoneR Documentation

ISOTelephone

Description

ISOTelephone

ISOTelephone

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Telephone

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOTelephone

Public fields

voice

voice

facsimile

facsimile

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOTelephone$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setVoice()

Set voice

Usage
ISOTelephone$setVoice(voice, locales = NULL)
Arguments
voice

voice

locales

list of localized voices. Default is NULL


Method setFacsimile()

Set facsimile

Usage
ISOTelephone$setFacsimile(facsimile, locales = NULL)
Arguments
facsimile

facsimile

locales

list of localized facsimiles. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOTelephone$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata

Examples

  md <- ISOTelephone$new()
  md$setVoice("myphonenumber")
  md$setFacsimile("myfacsimile")
  xml <- md$encode()
  

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