ISOResolution function

ISOResolution

ISOResolution

ISOResolution

ISOResolution class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO Resolution

Examples

md <- ISOResolution$new() md$setDistance(ISODistance$new(value = 1, uom = "m", useUomURI = TRUE)) xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOResolution

Public fields

  • equivalentScale: equivalentScale

  • distance: distance

Methods

Public methods

Method new()

Initializes object

Usage

ISOResolution$new(xml = NULL, defaults = list())

Arguments

  • xml: object of class XMLInternalNode-class

  • defaults: list of defaults

Method setEquivalentScale()

Set equivalent scale

Usage

ISOResolution$setEquivalentScale(equivalentScale)

Arguments

  • equivalentScale: object of class ISORepresentativeFraction or numeric

Method setDistance()

Set distance

Usage

ISOResolution$setDistance(distance)

Arguments

  • distance: object of class ISODistance

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOResolution$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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