ISOInstrumentationEvent | R Documentation |
ISOInstrumentationEvent
ISOInstrumentationEvent
R6Class
object.
Object of R6Class
for modelling an ISO imagery instrumentation event
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOInstrumentationEvent
citation
citation [0..*] : ISOAbstractCitation
description
description [1..1] : character
extent
extent [0..*] : ISOAbstractExtent
type
type [1..*] : ISOInstrumentationEventType
revisionHistory
revisionHistory [0..*] : ISOImageryRevision
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
ISOInstrumentationEvent$new(xml = NULL)
xml
object of class XMLInternalNode-class
addCitation()
Adds citation
ISOInstrumentationEvent$addCitation(citation)
citation
citation object of class ISOAbstractCitation
TRUE
if added, FALSE
otherwise
delCitation()
Deletes citation
ISOInstrumentationEvent$delCitation(citation)
citation
citation object of class ISOAbstractCitation
TRUE
if deleted, FALSE
otherwise
setDescription()
Set description
ISOInstrumentationEvent$setDescription(description, locales = NULL)
description
description
locales
list of localized editions. Default is NULL
addExtent()
Adds extent
ISOInstrumentationEvent$addExtent(extent)
extent
extent object of class ISOAbstractExtent
TRUE
if added, FALSE
otherwise
delExtent()
Deletes extent
ISOInstrumentationEvent$delExtent(extent)
extent
extent object of class ISOAbstractExtent
TRUE
if deleted, FALSE
otherwise
addType()
Adds type
ISOInstrumentationEvent$addType(type)
type
type object of class ISOInstrumentationEventType or any character value
listed by ISOInstrumentationEventType$values()
TRUE
if added, FALSE
otherwise
delType()
Deletes type
ISOInstrumentationEvent$delType(type)
type
type object of class ISOInstrumentationEventType or any character value
listed by ISOInstrumentationEventType$values()
TRUE
if deleted, FALSE
otherwise
addRevision()
Adds revision
ISOInstrumentationEvent$addRevision(revision)
revision
revision object of class ISOImageryRevision
TRUE
if added, FALSE
otherwise
delRevision()
Deletes revision
ISOInstrumentationEvent$delRevision(revision)
revision
revision object of class ISOImageryRevision
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOInstrumentationEvent$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_InstrumentationEvent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.