| ISOImageryAcquisitionInformation | R Documentation |
ISOImageryAcquisitionInformation
ISOImageryAcquisitionInformation
R6Class object.
Object of R6Class for modelling an ISO Imagery AcquisitionInformation
geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractAcquisitionInformation -> ISOImageryAcquisitionInformation
scopescope [0..1]: ISOScope
instrumentinstrument [0..*]: ISOImageryInstrument
operationoperation [0..*]: ISOImageryOperation
platformplatform [0..*]: ISOImageryPlatform
acquisitionPlanacquisitionPlan [0..*]: ISOImageryPlan
objectiveobjective [0..*]: ISOImageryObjective
acquisitionRequirementacquisitionRequirement [0..*]: ISOImageryRequirement
environmentalConditionsenvironmentalConditions [0..1]: ISOImageryEnvironmentalRecord
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
ISOImageryAcquisitionInformation$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setScope()Set scope
ISOImageryAcquisitionInformation$setScope(scope)
scopeobject of class ISOScope
addInstrument()Adds instrument
ISOImageryAcquisitionInformation$addInstrument(instrument)
instrumentobject of class ISOImageryInstrument
TRUE if added, FALSE otherwise
delInstrument()Deletes instrument
ISOImageryAcquisitionInformation$delInstrument(instrument)
instrumentobject of class ISOImageryInstrument
TRUE if deleted, FALSE otherwise
addOperation()Adds operation
ISOImageryAcquisitionInformation$addOperation(operation)
operationobject of class ISOImageryOperation
TRUE if added, FALSE otherwise
delOperation()Deletes operation
ISOImageryAcquisitionInformation$delOperation(operation)
operationobject of class ISOImageryOperation
TRUE if deleted, FALSE otherwise
addPlatform()Adds platform
ISOImageryAcquisitionInformation$addPlatform(platform)
platformobject of class ISOImageryPlatform
TRUE if added, FALSE otherwise
delPlatform()Deletes platform
ISOImageryAcquisitionInformation$delPlatform(platform)
platformobject of class ISOImageryPlatform
TRUE if deleted, FALSE otherwise
addPlan()Adds plan
ISOImageryAcquisitionInformation$addPlan(plan)
planobject of class ISOImageryPlan
TRUE if added, FALSE otherwise
delPlan()Deletes plan
ISOImageryAcquisitionInformation$delPlan(plan)
planobject of class ISOImageryPlan
TRUE if deleted, FALSE otherwise
addObjective()Adds objective
ISOImageryAcquisitionInformation$addObjective(objective)
objectiveobject of class ISOImageryObjective
TRUE if added, FALSE otherwise
delObjective()Deletes objective
ISOImageryAcquisitionInformation$delObjective(objective)
objectiveobject of class ISOImageryObjective
TRUE if deleted, FALSE otherwise
addRequirement()Adds requirement
ISOImageryAcquisitionInformation$addRequirement(requirement)
requirementobject of class ISOImageryRequirement
TRUE if added, FALSE otherwise
delRequirement()Deletes requirement
ISOImageryAcquisitionInformation$delRequirement(requirement)
requirementobject of class ISOImageryRequirement
TRUE if deleted, FALSE otherwise
setEnvironmentConditions()Set environment conditions
ISOImageryAcquisitionInformation$setEnvironmentConditions(conditions)
conditionsobject of class ISOImageryEnvironmentalRecord
clone()The objects of this class are cloneable with this method.
ISOImageryAcquisitionInformation$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_AcquisitionInformation
- 19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_AcquisitionInformation
md = ISOImageryAcquisitionInformation$new()
xml <- md$encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.