ISORangeDimension: ISORangeDimension

ISORangeDimensionR Documentation

ISORangeDimension

Description

ISORangeDimension

ISORangeDimension

Format

R6Class object.

Value

Object of R6Class for modelling an ISORangeDimension

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISORangeDimension

Public fields

sequenceIdentifier

sequenceIdentifier

descriptor

descriptor (=> ISO 19139)

description

description (=> ISO 19115-3)

name

name (=> ISO 19115-3)

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISORangeDimension$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setSequenceIdentifier()

Set sequence identifier

Usage
ISORangeDimension$setSequenceIdentifier(memberName)
Arguments
memberName

object of class ISOMemberName


Method setDescriptor()

Set descriptor

Usage
ISORangeDimension$setDescriptor(descriptor, locales = NULL)
Arguments
descriptor

descriptor

locales

list of localized texts. Default is NULL


Method setDescription()

Set description

Usage
ISORangeDimension$setDescription(description, locales = NULL)
Arguments
description

description

locales

list of localized texts. Default is NULL


Method setName()

Set name

Usage
ISORangeDimension$setName(name, locales = NULL)
Arguments
name

name

locales

list of localized texts. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage
ISORangeDimension$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_RangeDimension

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mrc/1.0/mrc/#element_MD_RangeDimension

Examples

   #create dimension
   md <- ISORangeDimension$new()
   md$setSequenceIdentifier(ISOMemberName$new(aName = "name", attributeType = "type"))
   md$setDescriptor("descriptor")
   xml <- md$encode()
   

eblondel/geometa documentation built on Oct. 10, 2024, 4:46 p.m.