ISOConstraints
ISOConstraints
ISOConstraints class
R6Class
object.
Object of R6Class
for modelling an ISO abstract Constraints
Abstract ISO class
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Constraints
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mco/1.0/mco/#element_MD_Constraints
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOConstraints
useLimitation
: useLimitation [0..*]: character
constraintApplicationScope
: constraintApplicationScope [0..1]: ISOScope (=> ISO 19115-3)
graphic
: graphic [0..*]: ISOBrowseGraphic (=> ISO 19115-3)
reference
: reference [0..*]: ISOCitation (=> ISO 19115-3)
releasability
: releasability [0..1]: ISOReleasability (=> ISO 19115-3)
responsibleParty
: responsibleParty [0..*]: ISOAbstractResponsibility (=> ISO 19115-3)
new()
Initializes object
ISOConstraints$new(xml = NULL, defaults = list())
xml
: object of class XMLInternalNode-class
defaults
: list of default values
addUseLimitation()
Adds a use limitation
ISOConstraints$addUseLimitation(useLimitation, locales = NULL)
useLimitation
: use limitation
locales
: list of localized use limitations. Default is NULL
TRUE
if added, FALSE
otherwise
setUseLimitation()
Adds a use limitation
ISOConstraints$setUseLimitation(useLimitation, locales = NULL)
useLimitation
: use limitation
locales
: list of localized use limitations. Default is NULL
delUseLimitation()
Deletes a use limitation
ISOConstraints$delUseLimitation(useLimitation, locales = NULL)
useLimitation
: use limitation
locales
: list of localized use limitations. Default is NULL
TRUE
if deleted, FALSE
otherwise
setScope()
Set scope
ISOConstraints$setScope(scope)
scope
: object of class ISOScope
addGraphic()
Adds a graphic
ISOConstraints$addGraphic(graphic)
graphic
: graphic
TRUE
if added, FALSE
otherwise
delGraphic()
Deletes a graphic
ISOConstraints$delGraphic(graphic)
graphic
: graphic
TRUE
if deleted, FALSE
otherwise
addReference()
Adds a reference
ISOConstraints$addReference(reference)
reference
: reference
TRUE
if added, FALSE
otherwise
delReference()
Deletes a reference
ISOConstraints$delReference(reference)
reference
: reference
TRUE
if deleted, FALSE
otherwise
setReleasability()
Set releasbility
ISOConstraints$setReleasability(releasability)
releasability
: object of class ISOReleasability
addResponsibleParty()
Adds a responsible party
ISOConstraints$addResponsibleParty(party)
party
: party object of class inheriting ISOAbstractResponsibility
TRUE
if added, FALSE
otherwise
delResponsibleParty()
Deletes a responsible party
ISOConstraints$delResponsibleParty(party)
party
: party object of class inheriting ISOAbstractResponsibility
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOConstraints$clone(deep = FALSE)
deep
: Whether to make a deep clone.