ISORangeDimension
ISORangeDimension
ISORangeDimension class
R6Class
object.
Object of R6Class
for modelling an ISORangeDimension
#create dimension md <- ISORangeDimension$new() md$setSequenceIdentifier(ISOMemberName$new(aName = "name", attributeType = "type")) md$setDescriptor("descriptor") xml <- md$encode()
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
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISORangeDimension
sequenceIdentifier
: sequenceIdentifier
descriptor
: descriptor (=> ISO 19139)
description
: description (=> ISO 19115-3)
name
: name (=> ISO 19115-3)
new()
Initializes object
ISORangeDimension$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setSequenceIdentifier()
Set sequence identifier
ISORangeDimension$setSequenceIdentifier(memberName)
memberName
: object of class ISOMemberName
setDescriptor()
Set descriptor
ISORangeDimension$setDescriptor(descriptor, locales = NULL)
descriptor
: descriptor
locales
: list of localized texts. Default is NULL
setDescription()
Set description
ISORangeDimension$setDescription(description, locales = NULL)
description
: description
locales
: list of localized texts. Default is NULL
setName()
Set name
ISORangeDimension$setName(name, locales = NULL)
name
: name
locales
: list of localized texts. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISORangeDimension$clone(deep = FALSE)
deep
: Whether to make a deep clone.