| ISOInstrumentationEventList | R Documentation |
ISOInstrumentationEventList
ISOInstrumentationEventList
R6Class object.
Object of R6Class for modelling an ISO imagery instrumentation event list
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOInstrumentationEventList
citationcitation [1..1] : ISOAbstractCitation
descriptiondescription [1..1] : character
localelocale [0..1] : ISOLocale
metadataConstraintsmetadataConstraints [0..*] : ISOAbstractConstraints
instrumentationEventinstrumentationEvent [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)
xmlobject of class XMLInternalNode-class
setCitation()Set citation
ISOInstrumentationEventList$setCitation(citation)
citationcitation
setDescription()Set description
ISOInstrumentationEventList$setDescription(description, locales = NULL)
descriptiondescription
localeslist of localized editions. Default is NULL
setLocale()Set locale
ISOInstrumentationEventList$setLocale(locale)
localelocale
addMetadataConstraints()Adds metadata constraints
ISOInstrumentationEventList$addMetadataConstraints(metadataConstraints)
metadataConstraintsmetadataConstraints
TRUE if added, FALSE otherwise
delMetadataConstraints()Deletes metadata constraints
ISOInstrumentationEventList$delMetadataConstraints(metadataConstraints)
metadataConstraintsmetadataConstraints
TRUE if deleted, FALSE otherwise
addInstrumentationEvent()Adds instrumentation event
ISOInstrumentationEventList$addInstrumentationEvent(instrumentationEvent)
instrumentationEventinstrumentationEvent
TRUE if added, FALSE otherwise
delInstrumentationEvent()Deletes instrumentation event
ISOInstrumentationEventList$delInstrumentationEvent(instrumentationEvent)
instrumentationEventinstrumentationEvent
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOInstrumentationEventList$clone(deep = FALSE)
deepWhether 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.