powered by
ISOFormat
Object of R6Class for modelling an ISOFormat
R6Class
R6Class object.
name
version
amendmentNumber
specification
fileDecompressionTechnique
new(xml)
This method is used to instantiate an ISOFormat
setName(name)
Sets the format name
setVersion(version)
Sets the format version
setAmendmentNumber(amendmentNumber)
Sets an admenment number
setSpecification(specification)
Sets the format specification
setFileDecompressionTechnique(technique)
Sets the file decompression technique
addDistributor(distributor)
Adds a distributor, object of class ISODistributor
ISODistributor
delDistributor(distributor)
Deletes a distributor, object of class ISODistributor
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOFormat$new() md$setName("name") md$setVersion("1.0") md$setAmendmentNumber("2") md$setSpecification("specification") # }
Run the code above in your browser using DataLab