ISOUsage
ISOUsage
ISOUsage class
R6Class
object.
Object of R6Class
for modelling an ISO Usage
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Usage
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mri/1.0/mri/#element_MD_Usage
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOUsage
specificUsage
: specificUsage
usageDateTime
: usageDateTime
userDeterminedLimitations
: userDeterminedLimitations
userContactInfo
: userContactInfo
new()
Initializes object
ISOUsage$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setSpecificUsage()
Set specificUsage
ISOUsage$setSpecificUsage(specificUsage, locales = NULL)
specificUsage
: specific usage
locales
: list of localized texts. Default is NULL
setUsageDateTime()
Set usage date time
ISOUsage$setUsageDateTime(usageDateTime)
usageDateTime
: object of class POSIXct
setUserDeterminedLimitations()
Set user determined limitations
ISOUsage$setUserDeterminedLimitations(
userDeterminedLimitations,
locales = NULL
)
userDeterminedLimitations
: user determined limitations
locales
: list of localized texts. Default is NULL
addUserContact()
Adds user contact
ISOUsage$addUserContact(contact)
contact
: object of class ISOResponsibleParty (in ISO 19139) or ISOAbstractResponsibility (in ISO 19115-3)
TRUE
if added, FALSE
otherwise
delUserContact()
Deletes user contact
ISOUsage$delUserContact(contact)
contact
: object of class ISOResponsibleParty (in ISO 19139) or ISOAbstractResponsibility (in ISO 19115-3)
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOUsage$clone(deep = FALSE)
deep
: Whether to make a deep clone.