powered by
ISODimension
Object of R6Class for modelling an ISO Dimension
R6Class
R6Class object.
dimensionName
[ISODimensionNameType] dimension name
ISODimensionNameType
dimensionSize
[integer] dimension size
integer
resolution
[ISOMeasure] resolution
ISOMeasure
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$values()
setSize(size)
Sets the dimension size, object of class integer
setResolution(resolution)
Sets the resolution ie. object of class ISOMeasure or any subclass ISOLength, ISODistance, ISOAngle, ISOScale
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