ISOImageryRevision

ISOImageryRevision

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery revision

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

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

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.