ISOImageryRevision: ISOImageryRevision

ISOImageryRevisionR Documentation

ISOImageryRevision

Description

ISOImageryRevision

ISOImageryRevision

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery revision

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOImageryRevision

Public fields

description

description [0..1] : character

author

author [1..1] : ISOAbstractResponsibility

dateInfo

dateInfo [1..1] : ISOAbstractTypedDate

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOImageryRevision$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setDescription()

Set description

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

description

locales

list of localized editions. Default is NULL


Method setAuthor()

Set author

Usage
ISOImageryRevision$setAuthor(author)
Arguments
author

author


Method setDateInfo()

Set date info

Usage
ISOImageryRevision$setDateInfo(dateInfo)
Arguments
dateInfo

dateInfo


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOImageryRevision$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- 19115-3 https://schemas.isotc211.org/19115/-3/mac/2.0/mac/#element_MI_Revision


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