ISOInstrumentationEventList | R Documentation |
ISOInstrumentationEventList
ISOInstrumentationEventList
R6Class
object.
Object of R6Class
for modelling an ISO imagery instrumentation event list
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOInstrumentationEventList
citation
citation [1..1] : ISOAbstractCitation
description
description [1..1] : character
locale
locale [0..1] : ISOLocale
metadataConstraints
metadataConstraints [0..*] : ISOAbstractConstraints
instrumentationEvent
instrumentationEvent [0..*] : ISOInstrumentationEvent
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
ISOInstrumentationEventList$new(xml = NULL)
xml
object of class XMLInternalNode-class
setCitation()
Set citation
ISOInstrumentationEventList$setCitation(citation)
citation
citation
setDescription()
Set description
ISOInstrumentationEventList$setDescription(description, locales = NULL)
description
description
locales
list of localized editions. Default is NULL
setLocale()
Set locale
ISOInstrumentationEventList$setLocale(locale)
locale
locale
addMetadataConstraints()
Adds metadata constraints
ISOInstrumentationEventList$addMetadataConstraints(metadataConstraints)
metadataConstraints
metadataConstraints
TRUE
if added, FALSE
otherwise
delMetadataConstraints()
Deletes metadata constraints
ISOInstrumentationEventList$delMetadataConstraints(metadataConstraints)
metadataConstraints
metadataConstraints
TRUE
if deleted, FALSE
otherwise
addInstrumentationEvent()
Adds instrumentation event
ISOInstrumentationEventList$addInstrumentationEvent(instrumentationEvent)
instrumentationEvent
instrumentationEvent
TRUE
if added, FALSE
otherwise
delInstrumentationEvent()
Deletes instrumentation event
ISOInstrumentationEventList$delInstrumentationEvent(instrumentationEvent)
instrumentationEvent
instrumentationEvent
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOInstrumentationEventList$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- 19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_InstrumentationEventList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.