| ISOConstraints | R Documentation | 
ISOConstraints
ISOConstraints
R6Class object.
Object of R6Class for modelling an ISO abstract Constraints
geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOConstraints
useLimitationuseLimitation [0..*]: character
constraintApplicationScopeconstraintApplicationScope [0..1]: ISOScope (=> ISO 19115-3)
graphicgraphic [0..*]: ISOBrowseGraphic (=> ISO 19115-3)
referencereference [0..*]: ISOCitation (=> ISO 19115-3)
releasabilityreleasability [0..1]: ISOReleasability (=> ISO 19115-3)
responsiblePartyresponsibleParty [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())
xmlobject of class XMLInternalNode-class
defaultslist of default values
addUseLimitation()Adds a use limitation
ISOConstraints$addUseLimitation(useLimitation, locales = NULL)
useLimitationuse limitation
localeslist of localized use limitations. Default is NULL
TRUE if added, FALSE otherwise
setUseLimitation()Adds a use limitation
ISOConstraints$setUseLimitation(useLimitation, locales = NULL)
useLimitationuse limitation
localeslist of localized use limitations. Default is NULL
delUseLimitation()Deletes a use limitation
ISOConstraints$delUseLimitation(useLimitation, locales = NULL)
useLimitationuse limitation
localeslist of localized use limitations. Default is NULL
TRUE if deleted, FALSE otherwise
setScope()Set scope
ISOConstraints$setScope(scope)
scopeobject of class ISOScope
addGraphic()Adds a graphic
ISOConstraints$addGraphic(graphic)
graphicgraphic
TRUE if added, FALSE otherwise
delGraphic()Deletes a graphic
ISOConstraints$delGraphic(graphic)
graphicgraphic
TRUE if deleted, FALSE otherwise
addReference()Adds a reference
ISOConstraints$addReference(reference)
referencereference
TRUE if added, FALSE otherwise
delReference()Deletes a reference
ISOConstraints$delReference(reference)
referencereference
TRUE if deleted, FALSE otherwise
setReleasability()Set releasbility
ISOConstraints$setReleasability(releasability)
releasabilityobject of class ISOReleasability
addResponsibleParty()Adds a responsible party
ISOConstraints$addResponsibleParty(party)
partyparty object of class inheriting ISOAbstractResponsibility
TRUE if added, FALSE otherwise
delResponsibleParty()Deletes a responsible party
ISOConstraints$delResponsibleParty(party)
partyparty 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)
deepWhether 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.