ISOImageryAcquisitionInformation
Object of R6Class
for modelling an ISO Imagery AcquisitionInformation
R6Class
object.
instrument
[list
of ISOImageryInstrument
]
operation
[list
of ISOImageryOperation
]
platform
[list
of ISOImageryPlatform
]
acquisitionPlan
[list
of ISOImageryPlan
]
objective
[list
of ISOImageryObjective
]
acquisitionRequirement
[list
of ISOImageryRequirement
]
environmentConditions
[ISOImageryEnvironmentalRecord
]
new(xml)
This method is used to instantiate an ISOImageryAcquisitionInformation
addInstrument(instrument)
Adds instrument, object of class ISOImageryInstrument
delInstrument(instrument)
Deletes instrument, object of class ISOImageryInstrument
addOperation(operation)
Adds instrument, object of class ISOImageryOperation
delOperation(operation)
Deletes operation, object of class ISOImageryOperation
addPlatform(platform)
Adds platform, object of class ISOImageryPlatform
delPlatform(platform)
Deletes platform, object of class ISOImageryPlatform
addPlan(plan)
Adds plan, object of class ISOImageryPlan
delPlan(plan)
Deletes plan, object of class ISOImageryPlan
addObjective(objective)
Adds objective, object of class ISOImageryObjective
delObjective(objective)
Deletes objective, object of class ISOImageryObjective
addRequirement(requirement)
Adds requirement, object of class ISOImageryRequirement
delRequirement(requirement)
Deletes requirement, object of class ISOImageryRequirement
setEnvironmentConditions(conditions)
Set environment conditions, object of class ISOImageryEnvironmentalRecord
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115-2:2009 - Geographic information -- AcquisitionInformation -- Part 2: Extensions for imagery and gridded data
md = ISOImageryAcquisitionInformation$new()
xml <- md$encode()
Run the code above in your browser using DataLab