| ISOImageryOperation | R Documentation |
ISOImageryOperation
ISOImageryOperation
R6Class object.
Object of R6Class for modelling an ISO imagery Operation
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOImageryOperation
descriptiondescription [0..1]: character|ISOLocalisedCharacterString
citationcitation [0..1]: ISOCitation
identifieridentifier [1..1]: ISOMetaIdentifier
statusstatus [1..1]: ISOStatus
typetype [0..1]: ISOImageryOperationType
parentOperationparentOperation [1..1]: ISOImageryOperation
childOperationchildOperation [0..*]: ISOImageryOperation
platformplatform [0..*]: ISOImageryPlatform
objectiveobjective [0..*]: ISOImageryObjective
planplan [0..1]: ISOImageryPlan
significantEventsignificantEvent [0..*]: ISOImageryEvent
otherPropertyTypeotherPropertyType [0..1] : ISORecordType (=> ISO 19115-3)
otherPropertyotherProperty [0..1] : ISORecord (=> ISO 19115-3)
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
ISOImageryOperation$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setDescription()Set description
ISOImageryOperation$setDescription(description, locales = NULL)
descriptiondescription
localeslist of localized texts. Default is NULL
setCitation()Set citation
ISOImageryOperation$setCitation(citation)
citationobject of class ISOCitation
setIdentifier()Set identifier
ISOImageryOperation$setIdentifier(identifier)
identifierobject of class ISOMetaIdentifier or character
setStatus()Set status
ISOImageryOperation$setStatus(status)
statusobject of class ISOStatus or any character
among values returned by ISOStatus$values()
setType()Set type
ISOImageryOperation$setType(type)
typeobject of class ISOImageryOperationType or any character
among values returned by ISOImageryOperationType$values()
setParentOperation()Set parent operation
ISOImageryOperation$setParentOperation(operation)
operationobject of class ISOImageryOperation
addChildOperation()Adds child operation
ISOImageryOperation$addChildOperation(operation)
operationobject of class ISOImageryOperation
TRUE if added, FALSE otherwise
delChildOperation()Deletes child operation
ISOImageryOperation$delChildOperation(operation)
operationobject of class ISOImageryOperation
TRUE if deleted, FALSE otherwise
addPlatform()Adds platform
ISOImageryOperation$addPlatform(platform)
platformobject of class ISOImageryPlatform
TRUE if added, FALSE otherwise
delPlatform()Deletes platform
ISOImageryOperation$delPlatform(platform)
platformobject of class ISOImageryPlatform
TRUE if deleted, FALSE otherwise
addObjective()Adds objective
ISOImageryOperation$addObjective(objective)
objectiveobject of class ISOImageryObjective
TRUE if added, FALSE otherwise
delObjective()Deletes objective
ISOImageryOperation$delObjective(objective)
objectiveobject of class ISOImageryObjective
TRUE if deleted, FALSE otherwise
setPlan()Set plan
ISOImageryOperation$setPlan(plan)
planobject of class ISOImageryPlan
addSignificantEvent()Adds significative event
ISOImageryOperation$addSignificantEvent(event)
eventobject of class ISOImageryEvent
TRUE if added, FALSE otherwise
delSignificantEvent()Deletes significative event
ISOImageryOperation$delSignificantEvent(event)
eventobject of class ISOImageryEvent
TRUE if deleted, FALSE otherwise
setOtherPropertyType()setOtherPropertyType
ISOImageryOperation$setOtherPropertyType(otherPropertyType)
otherPropertyTypeotherPropertyType object of class ISORecordType
setOtherProperty()setOtherProperty
ISOImageryOperation$setOtherProperty(otherProperty)
otherPropertyotherProperty object of class ISORecord
clone()The objects of this class are cloneable with this method.
ISOImageryOperation$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- 19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_MI_Operation
- 19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_Operation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.