ISOImageryAcquisitionInformation
ISOImageryAcquisitionInformation
ISOImageryAcquisitionInformation class
R6Class
object.
Object of R6Class
for modelling an ISO Imagery AcquisitionInformation
md = ISOImageryAcquisitionInformation$new() xml <- md$encode()
19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_MI_AcquisitionInformation
19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_AcquisitionInformation
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOAbstractAcquisitionInformation
-> ISOImageryAcquisitionInformation
scope
: scope [0..1]: ISOScope
instrument
: instrument [0..*]: ISOImageryInstrument
operation
: operation [0..*]: ISOImageryOperation
platform
: platform [0..*]: ISOImageryPlatform
acquisitionPlan
: acquisitionPlan [0..*]: ISOImageryPlan
objective
: objective [0..*]: ISOImageryObjective
acquisitionRequirement
: acquisitionRequirement [0..*]: ISOImageryRequirement
environmentalConditions
: environmentalConditions [0..1]: ISOImageryEnvironmentalRecord
new()
Initializes object
ISOImageryAcquisitionInformation$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setScope()
Set scope
ISOImageryAcquisitionInformation$setScope(scope)
scope
: object of class ISOScope
addInstrument()
Adds instrument
ISOImageryAcquisitionInformation$addInstrument(instrument)
instrument
: object of class ISOImageryInstrument
TRUE
if added, FALSE
otherwise
delInstrument()
Deletes instrument
ISOImageryAcquisitionInformation$delInstrument(instrument)
instrument
: object of class ISOImageryInstrument
TRUE
if deleted, FALSE
otherwise
addOperation()
Adds operation
ISOImageryAcquisitionInformation$addOperation(operation)
operation
: object of class ISOImageryOperation
TRUE
if added, FALSE
otherwise
delOperation()
Deletes operation
ISOImageryAcquisitionInformation$delOperation(operation)
operation
: object of class ISOImageryOperation
TRUE
if deleted, FALSE
otherwise
addPlatform()
Adds platform
ISOImageryAcquisitionInformation$addPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if added, FALSE
otherwise
delPlatform()
Deletes platform
ISOImageryAcquisitionInformation$delPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if deleted, FALSE
otherwise
addPlan()
Adds plan
ISOImageryAcquisitionInformation$addPlan(plan)
plan
: object of class ISOImageryPlan
TRUE
if added, FALSE
otherwise
delPlan()
Deletes plan
ISOImageryAcquisitionInformation$delPlan(plan)
plan
: object of class ISOImageryPlan
TRUE
if deleted, FALSE
otherwise
addObjective()
Adds objective
ISOImageryAcquisitionInformation$addObjective(objective)
objective
: object of class ISOImageryObjective
TRUE
if added, FALSE
otherwise
delObjective()
Deletes objective
ISOImageryAcquisitionInformation$delObjective(objective)
objective
: object of class ISOImageryObjective
TRUE
if deleted, FALSE
otherwise
addRequirement()
Adds requirement
ISOImageryAcquisitionInformation$addRequirement(requirement)
requirement
: object of class ISOImageryRequirement
TRUE
if added, FALSE
otherwise
delRequirement()
Deletes requirement
ISOImageryAcquisitionInformation$delRequirement(requirement)
requirement
: object of class ISOImageryRequirement
TRUE
if deleted, FALSE
otherwise
setEnvironmentConditions()
Set environment conditions
ISOImageryAcquisitionInformation$setEnvironmentConditions(conditions)
conditions
: object of class ISOImageryEnvironmentalRecord
clone()
The objects of this class are cloneable with this method.
ISOImageryAcquisitionInformation$clone(deep = FALSE)
deep
: Whether to make a deep clone.