ISODescriptiveResult: ISODescriptiveResult

ISODescriptiveResultR Documentation

ISODescriptiveResult

Description

ISODescriptiveResult

ISODescriptiveResult

Format

R6Class object.

Value

Object of R6Class for modelling an ISODescriptiveResult

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISODescriptiveResult

Public fields

resultScope

resultScope [0..1]: ISOScope

dateTime

dateTime [0..1]: ISOBaseDateTime

statement

statement [1]: character

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISODescriptiveResult$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setResultScope()

Set result scope

Usage
ISODescriptiveResult$setResultScope(scope)
Arguments
scope

object of class ISOScope


Method setDateTime()

Set date time

Usage
ISODescriptiveResult$setDateTime(dateTime)
Arguments
dateTime

dateTime object of class ISOBaseDateTime


Method setStatement()

Set statement

Usage
ISODescriptiveResult$setStatement(statement, locales = NULL)
Arguments
statement

statement

locales

list of localized statement. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage
ISODescriptiveResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_DQ_DescriptiveResult


eblondel/geometa documentation built on Jan. 31, 2025, 12:54 p.m.