ISOScopeDescription
ISOScopeDescription
ISOScopeDescription class
R6Class
object.
Object of R6Class
for modelling an ISO ScopeDescription
md <- ISOScopeDescription$new() xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_ScopeDescription
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_ScopeDescription
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOScopeDescription
attributes
: attributes [1..*]
features
: features [1..*]
featureInstances
: featureInstances [1..*]
attributeInstances
: attributeInstances [1..*]
dataset
: dataset
other
: other
new()
Initializes object
ISOScopeDescription$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addAttribute()
Adds attribute
ISOScopeDescription$addAttribute(attribute)
attribute
: attribute
TRUE
if added, FALSE
otherwise
delAttribute()
Deletes attribute
ISOScopeDescription$delAttribute(attribute)
attribute
: attribute
TRUE
if deleted, FALSE
otherwise
addAttributeInstance()
Adds attribute instance
ISOScopeDescription$addAttributeInstance(attributeInstance)
attributeInstance
: attribute instance
TRUE
if added, FALSE
otherwise
delAttributeInstance()
Deletes attribute instance
ISOScopeDescription$delAttributeInstance(attributeInstance)
attributeInstance
: attribute instance
TRUE
if deleted, FALSE
otherwise
addFeatureInstance()
Adds feature instance
ISOScopeDescription$addFeatureInstance(featureInstance)
featureInstance
: feature instance
TRUE
if added, FALSE
otherwise
delFeatureInstance()
Deletes feature instance
ISOScopeDescription$delFeatureInstance(featureInstance)
featureInstance
: feature instance
TRUE
if deleted, FALSE
otherwise
setDataset()
Set dataset
ISOScopeDescription$setDataset(dataset)
dataset
: dataset
setOther()
Set other
ISOScopeDescription$setOther(other)
other
: other
clone()
The objects of this class are cloneable with this method.
ISOScopeDescription$clone(deep = FALSE)
deep
: Whether to make a deep clone.