ISOImageryOperation
ISOImageryOperation
ISOImageryOperation class
R6Class
object.
Object of R6Class
for modelling an ISO imagery Operation
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
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOImageryOperation
description
: description [0..1]: character|ISOLocalisedCharacterString
citation
: citation [0..1]: ISOCitation
identifier
: identifier [1..1]: ISOMetaIdentifier
status
: status [1..1]: ISOStatus
type
: type [0..1]: ISOImageryOperationType
parentOperation
: parentOperation [1..1]: ISOImageryOperation
childOperation
: childOperation [0..*]: ISOImageryOperation
platform
: platform [0..*]: ISOImageryPlatform
objective
: objective [0..*]: ISOImageryObjective
plan
: plan [0..1]: ISOImageryPlan
significantEvent
: significantEvent [0..*]: ISOImageryEvent
otherPropertyType
: otherPropertyType [0..1] : ISORecordType (=> ISO 19115-3)
otherProperty
: otherProperty [0..1] : ISORecord (=> ISO 19115-3)
new()
Initializes object
ISOImageryOperation$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setDescription()
Set description
ISOImageryOperation$setDescription(description, locales = NULL)
description
: description
locales
: list of localized texts. Default is NULL
setCitation()
Set citation
ISOImageryOperation$setCitation(citation)
citation
: object of class ISOCitation
setIdentifier()
Set identifier
ISOImageryOperation$setIdentifier(identifier)
identifier
: object of class ISOMetaIdentifier or character
setStatus()
Set status
ISOImageryOperation$setStatus(status)
status
: object of class ISOStatus or any character
among values returned by `ISOStatus$values()`
setType()
Set type
ISOImageryOperation$setType(type)
type
: object of class ISOImageryOperationType or any character
among values returned by `ISOImageryOperationType$values()`
setParentOperation()
Set parent operation
ISOImageryOperation$setParentOperation(operation)
operation
: object of class ISOImageryOperation
addChildOperation()
Adds child operation
ISOImageryOperation$addChildOperation(operation)
operation
: object of class ISOImageryOperation
TRUE
if added, FALSE
otherwise
delChildOperation()
Deletes child operation
ISOImageryOperation$delChildOperation(operation)
operation
: object of class ISOImageryOperation
TRUE
if deleted, FALSE
otherwise
addPlatform()
Adds platform
ISOImageryOperation$addPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if added, FALSE
otherwise
delPlatform()
Deletes platform
ISOImageryOperation$delPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if deleted, FALSE
otherwise
addObjective()
Adds objective
ISOImageryOperation$addObjective(objective)
objective
: object of class ISOImageryObjective
TRUE
if added, FALSE
otherwise
delObjective()
Deletes objective
ISOImageryOperation$delObjective(objective)
objective
: object of class ISOImageryObjective
TRUE
if deleted, FALSE
otherwise
setPlan()
Set plan
ISOImageryOperation$setPlan(plan)
plan
: object of class ISOImageryPlan
addSignificantEvent()
Adds significative event
ISOImageryOperation$addSignificantEvent(event)
event
: object of class ISOImageryEvent
TRUE
if added, FALSE
otherwise
delSignificantEvent()
Deletes significative event
ISOImageryOperation$delSignificantEvent(event)
event
: object of class ISOImageryEvent
TRUE
if deleted, FALSE
otherwise
setOtherPropertyType()
setOtherPropertyType
ISOImageryOperation$setOtherPropertyType(otherPropertyType)
otherPropertyType
: otherPropertyType object of class ISORecordType
setOtherProperty()
setOtherProperty
ISOImageryOperation$setOtherProperty(otherProperty)
otherProperty
: otherProperty object of class ISORecord
clone()
The objects of this class are cloneable with this method.
ISOImageryOperation$clone(deep = FALSE)
deep
: Whether to make a deep clone.