ISOImageryEnvironmentalRecord function

ISOImageryEnvironmentalRecord

ISOImageryEnvironmentalRecord

ISOImageryEnvironmentalRecord

ISOImageryEnvironmentalRecord class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO imagery environmental record

Examples

md <- ISOImageryEnvironmentalRecord$new() md$setAverageAirTemperature(3) md$setMaxRelativeHumidity(67) md$setMaxAltitude(400) md$setMeterologicalConditions("some conditions") xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOImageryEnvironmentalRecord

Public fields

  • averageAirTemperature: averageAirTemperature

  • maxRelativeHumidity: maxRelativeHumidity

  • maxAltitude: maxAltitude

  • meterologicalConditions: meterologicalConditions

  • solarAzimuth: solarAzimuth

  • solarElevation: solarElevation

Methods

Public methods

Method new()

Initializes object

Usage

ISOImageryEnvironmentalRecord$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setAverageAirTemperature()

Set average air temperature

Usage

ISOImageryEnvironmentalRecord$setAverageAirTemperature(temperature)

Arguments

  • temperature: object of class numeric

Method setMaxRelativeHumidity()

Set max relative humidity

Usage

ISOImageryEnvironmentalRecord$setMaxRelativeHumidity(humidity)

Arguments

  • humidity: object of class numeric

Method setMaxAltitude()

Set max altitude

Usage

ISOImageryEnvironmentalRecord$setMaxAltitude(altitude)

Arguments

  • altitude: object of class numeric

Method setMeterologicalConditions()

Set meterological conditions

Usage

ISOImageryEnvironmentalRecord$setMeterologicalConditions(
  conditions,
  locales = NULL
)

Arguments

  • conditions: conditions

  • locales: list of localized texts. Default is NULL

Method setSolarAzimuth()

Set solar azimuth

Usage

ISOImageryEnvironmentalRecord$setSolarAzimuth(solarAzimuth)

Arguments

  • solarAzimuth: object of class numeric

Method setSolarElevation()

Set solar elevation

Usage

ISOImageryEnvironmentalRecord$setSolarElevation(solarElevation)

Arguments

  • solarElevation: object of class numeric

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOImageryEnvironmentalRecord$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29