ISOScopeDescription | R Documentation |
ISOScopeDescription
ISOScopeDescription
R6Class
object.
Object of R6Class
for modelling an ISO ScopeDescription
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOScopeDescription
attributes
attributes [1..*]
features
features [1..*]
featureInstances
featureInstances [1..*]
attributeInstances
attributeInstances [1..*]
dataset
dataset
other
other
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
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$validate()
geometa::ISOAbstractObject$wrapBaseElement()
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.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information – Metadata
md <- ISOScopeDescription$new()
xml <- md$encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.