ISOResolution
ISOResolution
ISOResolution class
R6Class
object.
Object of R6Class
for modelling an ISO Resolution
md <- ISOResolution$new() md$setDistance(ISODistance$new(value = 1, uom = "m", useUomURI = TRUE)) xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Resolution
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mri/1.0/mri/#element_MD_Resolution
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOResolution
equivalentScale
: equivalentScale
distance
: distance
new()
Initializes object
ISOResolution$new(xml = NULL, defaults = list())
xml
: object of class XMLInternalNode-class
defaults
: list of defaults
setEquivalentScale()
Set equivalent scale
ISOResolution$setEquivalentScale(equivalentScale)
equivalentScale
: object of class ISORepresentativeFraction or numeric
setDistance()
Set distance
ISOResolution$setDistance(distance)
distance
: object of class ISODistance
clone()
The objects of this class are cloneable with this method.
ISOResolution$clone(deep = FALSE)
deep
: Whether to make a deep clone.