ISOResponsibility

ISOResponsibility

Format

R6Class object.

Value

Object of R6Class for modelling an ISO responsibility

References

ISO 19115-1:2014 Geographic information — Metadata Part 1: Fundamentals

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

role

role

extent

extent

party

party

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOResponsibility$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setRole()

Set role

Usage

ISOResponsibility$setRole(role)

Arguments

role

role object of class ISORole or any character among values returned by ISORole$values()


Method addExtent()

Adds extent

Usage

ISOResponsibility$addExtent(extent)

Arguments

extent

object of class ISOExtent

Returns

TRUE if added, FALSE otherwise


Method delExtent()

Deletes extent

Usage

ISOResponsibility$delExtent(extent)

Arguments

extent

object of class ISOExtent

Returns

TRUE if deleted, FALSE otherwise


Method addParty()

Adds party

Usage

ISOResponsibility$addParty(party)

Arguments

party

party

Returns

TRUE if added, FALSE otherwise


Method delParty()

Deletes party

Usage

ISOResponsibility$delParty(party)

Arguments

party

party

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOResponsibility$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.