ISOScopeDescription {geometa} | R Documentation |
ISOScopeDescription
Description
ISOScopeDescription
ISOScopeDescription
Format
R6Class
object.
Value
Object of R6Class
for modelling an ISO ScopeDescription
Super classes
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOScopeDescription
Public fields
attributes
attributes [1..*]
features
features [1..*]
featureInstances
featureInstances [1..*]
attributeInstances
attributeInstances [1..*]
dataset
dataset
other
other
Methods
Public methods
Inherited methods
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()
Method new()
Initializes object
Usage
ISOScopeDescription$new(xml = NULL)
Arguments
xml
object of class XMLInternalNode-class
Method addAttribute()
Adds attribute
Usage
ISOScopeDescription$addAttribute(attribute)
Arguments
attribute
attribute
Returns
TRUE
if added, FALSE
otherwise
Method delAttribute()
Deletes attribute
Usage
ISOScopeDescription$delAttribute(attribute)
Arguments
attribute
attribute
Returns
TRUE
if deleted, FALSE
otherwise
Method addAttributeInstance()
Adds attribute instance
Usage
ISOScopeDescription$addAttributeInstance(attributeInstance)
Arguments
attributeInstance
attribute instance
Returns
TRUE
if added, FALSE
otherwise
Method delAttributeInstance()
Deletes attribute instance
Usage
ISOScopeDescription$delAttributeInstance(attributeInstance)
Arguments
attributeInstance
attribute instance
Returns
TRUE
if deleted, FALSE
otherwise
Method addFeatureInstance()
Adds feature instance
Usage
ISOScopeDescription$addFeatureInstance(featureInstance)
Arguments
featureInstance
feature instance
Returns
TRUE
if added, FALSE
otherwise
Method delFeatureInstance()
Deletes feature instance
Usage
ISOScopeDescription$delFeatureInstance(featureInstance)
Arguments
featureInstance
feature instance
Returns
TRUE
if deleted, FALSE
otherwise
Method setDataset()
Set dataset
Usage
ISOScopeDescription$setDataset(dataset)
Arguments
dataset
dataset
Method setOther()
Set other
Usage
ISOScopeDescription$setOther(other)
Arguments
other
other
Method clone()
The objects of this class are cloneable with this method.
Usage
ISOScopeDescription$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
References
ISO 19115:2003 - Geographic information – Metadata
Examples
md <- ISOScopeDescription$new()
xml <- md$encode()