ISOSRVParameterDirection: ISOSRVParameterDirection

ISOSRVParameterDirectionR Documentation

ISOSRVParameterDirection

Description

ISOSRVParameterDirection

ISOSRVParameterDirection

Format

R6Class object.

Value

Object of R6Class for modelling an ISOSRVParameterDirection

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOCodeListValue -> ISOSRVParameterDirection

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOSRVParameterDirection$new(xml = NULL, value, description = NULL)
Arguments
xml

object of class XMLInternalNode-class

value

value

description

description


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOSRVParameterDirection$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19119 https://schemas.isotc211.org/19119/srv/srv/#element_SV_ParameterDirection

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_ParameterDirection

Examples

  #possible values
  values <- ISOSRVParameterDirection$values(labels = TRUE)
  
  #paramDir
  paramDir <- ISOSRVParameterDirection$new(value = "in")


eblondel/geometa documentation built on Oct. 10, 2024, 4:46 p.m.