powered by
ISORepresentativeFraction
Object of R6Class for modelling an ISO RepresentativeFraction
R6Class
R6Class object.
denominator
new(xml, denominator)
This method is used to instantiate an ISORepresentativeFraction
setDenominator(denominator)
Sets the denominator
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { fr <- ISORepresentativeFraction$new(denominator = 1L) xml1 <- fr$encode() fr$setDenominator(2L) xml2 <- fr$encode() # }
Run the code above in your browser using DataLab