| ISOFormat | R Documentation |
ISOFormat
ISOFormat
R6Class object.
Object of R6Class for modelling an ISOFormat
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOFormat
namename : CharacterString (ISO 19139)
formatSpecificationCitationformat specification citation [1]: ISOCitation
versionversion : CharacterString (ISO 19139)
amendmentNumberamendmentNumber [0..1] : CharacterString
specificationspecification [0..1] : CharacterString (ISO 19139)
fileDecompressionTechniquefileDecompressionTechnique [0..1] : CharacterString
mediummedium [0..*] : ISOMedium [0..*] (ISO 19115-3)
formatDistributorformatDistributor [0..*]: ISODistributor
geometa::geometaLogger$ERROR()geometa::geometaLogger$INFO()geometa::geometaLogger$WARN()geometa::ISOAbstractObject$addFieldAttrs()geometa::ISOAbstractObject$addListElement()geometa::ISOAbstractObject$checkMetadataStandardCompliance()geometa::ISOAbstractObject$contains()geometa::ISOAbstractObject$createLocalisedProperty()geometa::ISOAbstractObject$decode()geometa::ISOAbstractObject$delListElement()geometa::ISOAbstractObject$encode()geometa::ISOAbstractObject$getClass()geometa::ISOAbstractObject$getClassName()geometa::ISOAbstractObject$getNamespaceDefinition()geometa::ISOAbstractObject$isDocument()geometa::ISOAbstractObject$isFieldInheritedFrom()geometa::ISOAbstractObject$print()geometa::ISOAbstractObject$save()geometa::ISOAbstractObject$setAttr()geometa::ISOAbstractObject$setCodeList()geometa::ISOAbstractObject$setCodeListValue()geometa::ISOAbstractObject$setCodeSpace()geometa::ISOAbstractObject$setHref()geometa::ISOAbstractObject$setId()geometa::ISOAbstractObject$setIsNull()geometa::ISOAbstractObject$setValue()geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()geometa::ISOAbstractObject$validate()geometa::ISOAbstractObject$wrapBaseElement()new()Initializes object
ISOFormat$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setName()Set name
ISOFormat$setName(name, locales = NULL)
namename
localeslist of localized names. Default is NULL
setFormatSpecificationCitation()Set format specification citation
ISOFormat$setFormatSpecificationCitation(citation)
citationcitation
setVersion()Set version
ISOFormat$setVersion(version)
versionversion
setAmendmentNumber()Set amendment number
ISOFormat$setAmendmentNumber(amendmentNumber)
amendmentNumberamendment number
setSpecification()Set specification
ISOFormat$setSpecification(specification, locales = NULL)
specificationspecification
localeslist of localized specifications. Default is NULL
setFileDecompressionTechnique()Set file decompression technique
ISOFormat$setFileDecompressionTechnique(technique)
techniquetechnique
addDistributor()Adds distributor
ISOFormat$addDistributor(distributor)
distributorobject of class ISODistributor
TRUE if added, FALSE otherwise
addMedium()Adds medium
ISOFormat$addMedium(medium)
mediumobject of class ISOMedium
TRUE if added, FALSE otherwise
delMedium()Deletes medium
ISOFormat$delMedium(medium)
mediumobject of class ISOMedium
TRUE if deleted, FALSE otherwise
delDistributor()Deletes distributor
ISOFormat$delDistributor(distributor)
distributorobject of class ISODistributor
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOFormat$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- 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
md <- ISOFormat$new()
md$setName("name")
md$setVersion("1.0")
md$setAmendmentNumber("2")
md$setSpecification("specification")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.