ISOImagerySensor: ISOImagerySensor

ISOImagerySensorR Documentation

ISOImagerySensor

Description

ISOImagerySensor

ISOImagerySensor

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery sensor

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOImageryInstrument -> ISOImagerySensor

Public fields

hosted

hosted [0..*] : ISOImageryInstrument

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOImagerySensor$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method addInstrument()

Adds instrument

Usage
ISOImagerySensor$addInstrument(instrument)
Arguments
instrument

object of class ISOImageryInstrument

Returns

TRUE if added, FALSE otherwise


Method delInstrument()

Deletes instrument

Usage
ISOImagerySensor$delInstrument(instrument)
Arguments
instrument

object of class ISOImageryInstrument

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOImagerySensor$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- 19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_Sensor


eblondel/geometa documentation built on Oct. 10, 2024, 4:46 p.m.