ISOUsage: ISOUsage

ISOUsageR Documentation

ISOUsage

Description

ISOUsage

ISOUsage

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Usage

Super classes

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

Public fields

specificUsage

specificUsage

usageDateTime

usageDateTime

userDeterminedLimitations

userDeterminedLimitations

userContactInfo

userContactInfo

Methods

Public 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

Returns

TRUE if added, FALSE otherwise


Method delUserContact()

Deletes user contact

Usage
ISOUsage$delUserContact(contact)
Arguments
contact

object of class ISOResponsibleParty

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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata


eblondel/geometa documentation built on April 18, 2024, 1:46 p.m.