powered by
ISODimension
Object of R6Class for modelling an ISO Dimension
R6Class
R6Class object.
resolution
new(xml,value)
This method is used to instantiate an ISODimension
setName(name)
Sets the dimension name. Object of class ISODimensionNameType or any value from ISODimensionNameType$values()
ISODimensionNameType
ISODimensionNameType$values()
setSize(size)
Sets the dimension size, object of class integer
integer
setResolution(resolution)
Sets the resolution ie. object of class ISOMeasure or any subclass ISOLength, ISODistance, ISOAngle, ISOScale
ISOMeasure
ISOLength
ISODistance
ISOAngle
ISOScale
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { #create dimension md <- ISODimension$new() md$setName("row") md$setSize(1) md$setResolution(ISOLength$new(value=1,uom="m")) xml <- md$encode() # }
Run the code above in your browser using DataLab