ISOImagerySensor

ISOImagerySensor

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery sensor

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

hosted

hosted [0..*] : ISOImageryInstrument

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.