ISOFormat
ISOFormat
ISOFormat class
R6Class
object.
Object of R6Class
for modelling an ISOFormat
md <- ISOFormat$new() md$setName("name") md$setVersion("1.0") md$setAmendmentNumber("2") md$setSpecification("specification")
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Format
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mrd/1.0/mrd/#element_MD_Format
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOFormat
name
: name : CharacterString (ISO 19139)
formatSpecificationCitation
: format specification citation [1]: ISOCitation
version
: version : CharacterString (ISO 19139)
amendmentNumber
: amendmentNumber [0..1] : CharacterString
specification
: specification [0..1] : CharacterString (ISO 19139)
fileDecompressionTechnique
: fileDecompressionTechnique [0..1] : CharacterString
medium
: medium [0..] : ISOMedium [0..] (ISO 19115-3)
formatDistributor
: formatDistributor [0..*]: ISODistributor
new()
Initializes object
ISOFormat$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setName()
Set name
ISOFormat$setName(name, locales = NULL)
name
: name
locales
: list of localized names. Default is NULL
setFormatSpecificationCitation()
Set format specification citation
ISOFormat$setFormatSpecificationCitation(citation)
citation
: citation
setVersion()
Set version
ISOFormat$setVersion(version)
version
: version
setAmendmentNumber()
Set amendment number
ISOFormat$setAmendmentNumber(amendmentNumber)
amendmentNumber
: amendment number
setSpecification()
Set specification
ISOFormat$setSpecification(specification, locales = NULL)
specification
: specification
locales
: list of localized specifications. Default is NULL
setFileDecompressionTechnique()
Set file decompression technique
ISOFormat$setFileDecompressionTechnique(technique)
technique
: technique
addDistributor()
Adds distributor
ISOFormat$addDistributor(distributor)
distributor
: object of class ISODistributor
TRUE
if added, FALSE
otherwise
addMedium()
Adds medium
ISOFormat$addMedium(medium)
medium
: object of class ISOMedium
TRUE
if added, FALSE
otherwise
delMedium()
Deletes medium
ISOFormat$delMedium(medium)
medium
: object of class ISOMedium
TRUE
if deleted, FALSE
otherwise
delDistributor()
Deletes distributor
ISOFormat$delDistributor(distributor)
distributor
: object of class ISODistributor
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOFormat$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Downloads (last 30 days):