ISOResolution
ISOResolution
Object of R6Class
for modelling an ISO Resolution
R6Class
object.
equivalentScale
[ISORepresentativeFraction
] equivalent scale
distance
[ISODistance
] distance
new(xml, defaults)
This method is used to instantiate an ISOResolution
setEquivalentScale(equivalentScale)
Set equivalent scale. By setting an equivalent scale, the value of field 'distance' will be set to NULL.
setDistance(distance)
Set distance. By setting a distance, the value of field 'equivalentScale' will be set to NULL.
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN {
md <- ISOResolution$new()
md$setDistance(ISODistance$new(value = 1, uom = "m", useUomURI = TRUE))
xml <- md$encode()
# }
Run the code above in your browser using DataLab