powered by
ISORangeDimension
Object of R6Class for modelling an ISORangeDimension
R6Class
R6Class object.
sequenceIdentifier
[ISOMemberName] sequence identifier
ISOMemberName
descriptor
[character] description
character
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.
list
locales
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
#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