
Last chance! 50% off unlimited learning
Sale ends in
ISOFormat
Object of R6Class
for modelling an ISOFormat
R6Class
object.
name
[character
] format name
version
[character
] format version
amendmentNumber
[character
] format amendment number
specification
[character
] format specification
fileDecompressionTechnique
[character
] technique for file decompression
formatDistributor
[ISODistributor
] format distributor
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.
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
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
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