| ISOLocaleContainer | R Documentation |
ISOLocaleContainer
ISOLocaleContainer
R6Class object.
Object of R6Class for modelling an ISO LocaleContainer
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOLocaleContainer
languagelanguage [1..1]: ISOLanguage
countrycountry [0..1]: ISOCountry
characterEncodingcharacter encoding [0..1]: ISOCharacterSet
descriptiondescription [1..1]
localelocale [1..1]
datedate [1..*]
responsiblePartyresponsibleParty [1..*]
localisedStringlocalisedString [1..*]
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
ISOLocaleContainer$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setLanguage()Set language
ISOLocaleContainer$setLanguage(language)
languageobject of class ISOLanguage or character
setCountry()Set country
ISOLocaleContainer$setCountry(country)
countryobject of class ISOCountry or character
setCharacterEncoding()Set character encoding
ISOLocaleContainer$setCharacterEncoding(characterEncoding)
characterEncodingobject of class ISOCharacterSet or character
setDescription()Set description
ISOLocaleContainer$setDescription(description, locales = NULL)
descriptiondescription
localeslist of localized texts. Default is NULL
setLocale()Set locale
ISOLocaleContainer$setLocale(locale)
localeobject of class ISOLocale
addDate()Adds date
ISOLocaleContainer$addDate(date)
dateobject of class ISODate
TRUE if added, FALSE otherwise
delDate()Deletes date
ISOLocaleContainer$delDate(date)
dateobject of class ISODate
TRUE if deleted, FALSE otherwise
addResponsibleParty()Adds responsible party
ISOLocaleContainer$addResponsibleParty(responsibleParty)
responsiblePartyobject of class ISOResponsibleParty (in ISO 19139) or ISOResponsibility (in ISO 19115-3)
TRUE if added, FALSE otherwise
delResponsibleParty()Deletes responsible party
ISOLocaleContainer$delResponsibleParty(responsibleParty)
responsiblePartyobject of class ISOResponsibleParty (in ISO 19139) or ISOResponsibility (in ISO 19115-3)
TRUE if deleted, FALSE otherwise
addLocalisedString()Adds localised string
ISOLocaleContainer$addLocalisedString(string)
stringobject of class character
TRUE if added, FALSE otherwise
delLocalisedString()Deletes localised string
ISOLocaleContainer$delLocalisedString(string)
stringobject of class character
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOLocaleContainer$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_PT_LocaleContainer
- ISO 19115-3 https://schemas.isotc211.org/19115/-3/lan/1.0/lan/#element_PT_LocaleContainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.