ISOImageryPlatform
ISOImageryPlatform
ISOImageryPlatform class
R6Class
object.
Object of R6Class
for modelling an ISO imagery platform
md <- ISOImageryInstrument$new() md$setIdentifier("identifier") md$setType("type") md$setDescription("description") xml <- md$encode()
19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_MI_Instrument
19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_Instrument
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOImageryInstrument
citation
: citation [0..*]: ISOCitation
identifier
: identifier [1..1]: ISOMetaIdentifier
type
: type [1..1]: character|ISOLocalisedCharacterString
description
: description [0..1]: character|ISOLocalisedCharacterString
mountedOn
: mountedOn [0..*]: ISOImageryPlatform
otherPropertyType
: otherPropertyType [0..1] : ISORecordType (=> ISO 19115-3)
otherProperty
: otherProperty [0..1] : ISORecord (=> ISO 19115-3)
sensor
: sensor [0..*] : ISOImagerySensor (=> ISO 19115-3)
history
: history [0..*] : ISOInstrumentationEventList (=> ISO 19115-3)
new()
Initializes object
ISOImageryInstrument$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addCitation()
Adds citation
ISOImageryInstrument$addCitation(citation)
citation
: object of class ISOCitation
TRUE
if added, FALSE
otherwise
delCitation()
Deletes citation
ISOImageryInstrument$delCitation(citation)
citation
: object of class ISOCitation
TRUE
if deleted, FALSE
otherwise
setIdentifier()
Set identifier
ISOImageryInstrument$setIdentifier(identifier)
identifier
: object of class ISOMetaIdentifier or character
setType()
Set type
ISOImageryInstrument$setType(type, locales = NULL)
type
: type
locales
: list of localized texts. Default is NULL
setDescription()
Set description
ISOImageryInstrument$setDescription(description, locales = NULL)
description
: description
locales
: list of localized texts. Default is NULL
addPlatform()
Adds platform
ISOImageryInstrument$addPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if added, FALSE
otherwise
delPlatform()
Deletes platform
ISOImageryInstrument$delPlatform(platform)
platform
: object of class ISOImageryPlatform
TRUE
if deleted, FALSE
otherwise
setOtherPropertyType()
setOtherPropertyType
ISOImageryInstrument$setOtherPropertyType(otherPropertyType)
otherPropertyType
: otherPropertyType object of class ISORecordType
setOtherProperty()
setOtherProperty
ISOImageryInstrument$setOtherProperty(otherProperty)
otherProperty
: otherProperty object of class ISORecord
addSensor()
Adds sensor
ISOImageryInstrument$addSensor(sensor)
sensor
: object of class ISOImagerySensor
TRUE
if added, FALSE
otherwise
delSensor()
Deletes sensor
ISOImageryInstrument$delSensor(sensor)
sensor
: object of class ISOImagerySensor
TRUE
if deleted, FALSE
otherwise
addInstrumentationEventList()
Adds instrumentation event list
ISOImageryInstrument$addInstrumentationEventList(instrumentEventList)
instrumentEventList
: object of class ISOInstrumentationEventList
TRUE
if added, FALSE
otherwise
delInstrumentationEventList()
Adds instrumentation event list
ISOImageryInstrument$delInstrumentationEventList(instrumentEventList)
instrumentEventList
: object of class ISOInstrumentationEventList
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOImageryInstrument$clone(deep = FALSE)
deep
: Whether to make a deep clone.