ISOAbstractParty: ISOAbstractParty

ISOAbstractPartyR Documentation

ISOAbstractParty

Description

ISOAbstractParty

ISOAbstractParty

Format

R6Class object.

Value

Object of R6Class for modelling an ISO abstract Party

Super classes

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

Public fields

name

name

contactInfo

contactInfo

partyIdentifier

partyIdentifier

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOAbstractParty$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setName()

Set name

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

name

locales

list of localized texts. Default is NULL


Method addContactInfo()

Adds contactInfo

Usage
ISOAbstractParty$addContactInfo(contactInfo)
Arguments
contactInfo

object of class ISOContact

Returns

TRUE if added, FALSE otherwise


Method delContactInfo()

Deletes contactInfo

Usage
ISOAbstractParty$delContactInfo(contactInfo)
Arguments
contactInfo

object of class ISOContact

Returns

TRUE if deleted, FALSE otherwise


Method addPartyIdentifier()

Adds party identifier

Usage
ISOAbstractParty$addPartyIdentifier(partyIdentifier)
Arguments
partyIdentifier

partyIdentifier

Returns

TRUE if added, FALSE otherwise


Method delPartyIdentifier()

Deletes party identifier

Usage
ISOAbstractParty$delPartyIdentifier(partyIdentifier)
Arguments
partyIdentifier

partyIdentifier

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOAbstractParty$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.