powered by
ISOFormat
Object of R6Class for modelling an ISOFormat
R6Class
R6Class object.
name
[character] format name
character
version
[character] format version
amendmentNumber
[character] format amendment number
specification
[character] format specification
fileDecompressionTechnique
[character] technique for file decompression
formatDistributor
[ISODistributor] format distributor
ISODistributor
new(xml)
This method is used to instantiate an ISOFormat
setName(name, locales)
Sets the format name. Locale names can be specified as list with the locales argument.
list
locales
setVersion(version)
Sets the format version
setAmendmentNumber(amendmentNumber)
Sets an admenment number
setSpecification(specification, locales)
Sets the format specification. Locale names can be specified as list with the locales argument.
setFileDecompressionTechnique(technique)
Sets the file decompression technique
addDistributor(distributor)
Adds a distributor, object of class 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