ISOResolution: ISOResolution

ISOResolutionR Documentation

ISOResolution

Description

ISOResolution

ISOResolution

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Resolution

Super classes

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

Public fields

equivalentScale

equivalentScale

distance

distance

Methods

Public methods

Inherited 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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata

Examples

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


eblondel/geometa documentation built on Sept. 8, 2023, 8:19 p.m.