ISOOrganisation: ISOOrganisation

ISOOrganisationR Documentation

ISOOrganisation

Description

ISOOrganisation

ISOOrganisation

Format

R6Class object.

Value

Object of R6Class for modelling an ISO organisation

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractParty -> ISOOrganisation

Public fields

individual

individual

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOOrganisation$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method addIndividual()

Adds individual

Usage
ISOOrganisation$addIndividual(individual)
Arguments
individual

object of class ISOIndividual

Returns

TRUE if added, FALSE otherwise


Method delIndividual()

Deletes individual

Usage
ISOOrganisation$delIndividual(individual)
Arguments
individual

object of class ISOIndividual

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOOrganisation$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

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


eblondel/geometa documentation built on Sept. 23, 2024, 8:06 p.m.