ISOImageryAcquisitionInformation | R Documentation |
ISOImageryAcquisitionInformation
ISOImageryAcquisitionInformation
R6Class
object.
Object of R6Class
for modelling an ISO Imagery AcquisitionInformation
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOImageryAcquisitionInformation
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
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
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$validate()
geometa::ISOAbstractObject$wrapBaseElement()
new()
Initializes object
ISOImageryAcquisitionInformation$new(xml = NULL)
xml
object of class XMLInternalNode-class
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.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.