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