ISORepresentativeFraction
ISORepresentativeFraction
ISORepresentativeFraction class
R6Class
object.
Object of R6Class
for modelling an ISO RepresentativeFraction
fr <- ISORepresentativeFraction$new(denominator = 1L) xml1 <- fr$encode() fr$setDenominator(2L) xml2 <- fr$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_RepresentativeFraction
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mri/1.0/mri/#element_MD_RepresentativeFraction
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISORepresentativeFraction
denominator
: denominator
new()
Initializes object
ISORepresentativeFraction$new(xml = NULL, denominator)
xml
: object of class XMLInternalNode-class
denominator
: denominator
setDenominator()
Set denominator
ISORepresentativeFraction$setDenominator(denominator)
denominator
: object of class integer
clone()
The objects of this class are cloneable with this method.
ISORepresentativeFraction$clone(deep = FALSE)
deep
: Whether to make a deep clone.