ISOConstraints | R Documentation |
ISOConstraints
ISOConstraints
R6Class
object.
Object of R6Class
for modelling an ISO abstract Constraints
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)
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
geometa::ISOAbstractObject$checkMetadataStandardCompliance()
geometa::ISOAbstractObject$contains()
geometa::ISOAbstractObject$createLocalisedProperty()
geometa::ISOAbstractObject$decode()
geometa::ISOAbstractObject$delListElement()
geometa::ISOAbstractObject$encode()
geometa::ISOAbstractObject$getClass()
geometa::ISOAbstractObject$getClassName()
geometa::ISOAbstractObject$getNamespaceDefinition()
geometa::ISOAbstractObject$isDocument()
geometa::ISOAbstractObject$isFieldInheritedFrom()
geometa::ISOAbstractObject$print()
geometa::ISOAbstractObject$save()
geometa::ISOAbstractObject$setAttr()
geometa::ISOAbstractObject$setCodeList()
geometa::ISOAbstractObject$setCodeListValue()
geometa::ISOAbstractObject$setCodeSpace()
geometa::ISOAbstractObject$setHref()
geometa::ISOAbstractObject$setId()
geometa::ISOAbstractObject$setIsNull()
geometa::ISOAbstractObject$setValue()
geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()
geometa::ISOAbstractObject$validate()
geometa::ISOAbstractObject$wrapBaseElement()
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.
Abstract ISO class
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.