powered by
ISORepresentativeFraction
Object of R6Class for modelling an ISO RepresentativeFraction
R6Class
R6Class object.
denominator
[integer] denominator
integer
new(xml, denominator)
This method is used to instantiate an ISORepresentativeFraction
setDenominator(denominator)
Sets the denominator, object of class integer
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
fr <- ISORepresentativeFraction$new(denominator = 1L) xml1 <- fr$encode() fr$setDenominator(2L) xml2 <- fr$encode()
Run the code above in your browser using DataLab