Learn R Programming

geometa (version 0.7)

ISORangeDimension: ISORangeDimension

Description

ISORangeDimension

Arguments

Value

Object of R6Class for modelling an ISORangeDimension

Format

R6Class object.

Fields

sequenceIdentifier

[ISOMemberName] sequence identifier

descriptor

[character] description

Methods

new(xml)

This method is used to instantiate an ISORangeDimension

setSequenceIdentifier(memberName)

Sets the sequence identifier, object of class ISOMemberName

setDescriptor(descriptor ,locales)

Sets the descriptor, object of class character. Locale names can be specified as list with the locales argument.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

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

Run the code above in your browser using DataLab