ISOSecurityConstraints | R Documentation |
ISOSecurityConstraints
ISOSecurityConstraints
R6Class
object.
Object of R6Class
for modelling an ISO SecurityConstraints
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOConstraints
-> ISOSecurityConstraints
classification
classification: ISOClassification
userNote
userNote [0..1]: character
classificationSystem
classificationSystem [0..1]: character
handlingDescription
handlingDescription [0..1]: character
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
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$validate()
geometa::ISOAbstractObject$wrapBaseElement()
geometa::ISOConstraints$addUseLimitation()
geometa::ISOConstraints$delUseLimitation()
geometa::ISOConstraints$setUseLimitation()
new()
Initializes object
ISOSecurityConstraints$new(xml = NULL)
xml
object of class XMLInternalNode-class
setClassification()
Set classification
ISOSecurityConstraints$setClassification(classification)
classification
object of class ISOClassification or any character
among values returned by ISOClassification$values()
setUserNote()
Set user note
ISOSecurityConstraints$setUserNote(userNote, locales = NULL)
userNote
user note
locales
list of localized texts. Default is NULL
setClassificationSystem()
Set classification system
ISOSecurityConstraints$setClassificationSystem( classificationSystem, locales = NULL )
classificationSystem
classification system
locales
list of localized texts. Default is NULL
setHandlingDescription()
Set handling description
ISOSecurityConstraints$setHandlingDescription( handlingDescription, locales = NULL )
handlingDescription
handling description
locales
list of localized texts. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOSecurityConstraints$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information – Metadata
#create object
md <- ISOSecurityConstraints$new()
md$setClassification("secret")
md$setUserNote("ultra secret")
md$setClassificationSystem("no classification in particular")
md$setHandlingDescription("description")
xml <- md$encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.