ISOImagerySource function

ISOImagerySource

ISOImagerySource

ISOImagerySource

ISOImagerySource class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO imagery source

Examples

md <- ISOImagerySource$new() md$setProcessedLevel("identifier") res <- ISOImageryNominalResolution$new() d <- ISODistance$new(value = 1, uom = "m", useUomURI = TRUE) res$setScanningResolution(d) md$setResolution(res) xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOImagerySource

Public fields

  • processedLevel: processedLevel [0..1]: ISOMetaIdentifier

  • resolution: resolution [0..1]: ISOImageryNominalResolution

Methods

Public methods

Method new()

Initializes object

Usage

ISOImagerySource$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setProcessedLevel()

Set processed level

Usage

ISOImagerySource$setProcessedLevel(processedLevel)

Arguments

  • processedLevel: object of class ISOMetaIdentifier or character

Method setResolution()

Set resolution

Usage

ISOImagerySource$setResolution(resolution)

Arguments

  • resolution: object of class ISOImageryNominalResolution

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOImagerySource$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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