ISOUsage

ISOUsage

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Usage

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOUsage

Public fields

specificUsage

specificUsage

usageDateTime

usageDateTime

userDeterminedLimitations

userDeterminedLimitations

userContactInfo

userContactInfo

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOUsage$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setSpecificUsage()

Set specificUsage

Usage

ISOUsage$setSpecificUsage(specificUsage, locales = NULL)

Arguments

specificUsage

specific usage

locales

list of localized texts. Default is NULL


Method setUsageDateTime()

Set usage date time

Usage

ISOUsage$setUsageDateTime(usageDateTime)

Arguments

usageDateTime

object of class POSIXct


Method setUserDeterminedLimitations()

Set user determined limitations

Usage

ISOUsage$setUserDeterminedLimitations(
  userDeterminedLimitations,
  locales = NULL
)

Arguments

userDeterminedLimitations

user determined limitations

locales

list of localized texts. Default is NULL


Method addUserContact()

Adds user contact

Usage

ISOUsage$addUserContact(contact)

Arguments

contact

object of class ISOResponsibleParty (in ISO 19139) or ISOAbstractResponsibility (in ISO 19115-3)

Returns

TRUE if added, FALSE otherwise


Method delUserContact()

Deletes user contact

Usage

ISOUsage$delUserContact(contact)

Arguments

contact

object of class ISOResponsibleParty (in ISO 19139) or ISOAbstractResponsibility (in ISO 19115-3)

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOUsage$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.