ISOOperationChainMetadata: ISOOperationChainMetadata

ISOOperationChainMetadataR Documentation

ISOOperationChainMetadata

Description

ISOOperationChainMetadata

ISOOperationChainMetadata

Format

R6Class object.

Value

Object of R6Class for modelling an ISOOperationChainMetadata

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOOperationChainMetadata

Public fields

name

name [1..1]: character

description

description [1..1]: character

operation

operation [1..*]: ISOOperationMetadata

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOOperationChainMetadata$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setName()

Set name

Usage
ISOOperationChainMetadata$setName(name, locales = NULL)
Arguments
name

name

locales

list of localized texts. Default is NULL


Method setDescription()

Set description

Usage
ISOOperationChainMetadata$setDescription(description, locales = NULL)
Arguments
description

description

locales

list of localized texts. Default is NULL


Method addOperation()

Adds operation metadata

Usage
ISOOperationChainMetadata$addOperation(operation)
Arguments
operation

object of class ISOOperationMetadata

Returns

TRUE if added, FALSE otherwise


Method delOperation()

Deletes operation metadata

Usage
ISOOperationChainMetadata$delOperation(operation)
Arguments
operation

object of class ISOOperationMetadata

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOOperationChainMetadata$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

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

- ISO 19115-3 https://schemas.isotc211.org/19115/-1/srv/1.3.0/srv/#element_SV_OperationChainMetadata

Examples

  md <- ISOOperationChainMetadata$new()
  xml <- md$encode()


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