| 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
attributesattributes [1..*]
featuresfeatures [1..*]
featureInstancesfeatureInstances [1..*]
attributeInstancesattributeInstances [1..*]
datasetdataset
otherother
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
xmlobject of class XMLInternalNode-class
Method addAttribute()
Adds attribute
Usage
ISOScopeDescription$addAttribute(attribute)
Arguments
attributeattribute
Returns
TRUE if added, FALSE otherwise
Method delAttribute()
Deletes attribute
Usage
ISOScopeDescription$delAttribute(attribute)
Arguments
attributeattribute
Returns
TRUE if deleted, FALSE otherwise
Method addAttributeInstance()
Adds attribute instance
Usage
ISOScopeDescription$addAttributeInstance(attributeInstance)
Arguments
attributeInstanceattribute instance
Returns
TRUE if added, FALSE otherwise
Method delAttributeInstance()
Deletes attribute instance
Usage
ISOScopeDescription$delAttributeInstance(attributeInstance)
Arguments
attributeInstanceattribute instance
Returns
TRUE if deleted, FALSE otherwise
Method addFeatureInstance()
Adds feature instance
Usage
ISOScopeDescription$addFeatureInstance(featureInstance)
Arguments
featureInstancefeature instance
Returns
TRUE if added, FALSE otherwise
Method delFeatureInstance()
Deletes feature instance
Usage
ISOScopeDescription$delFeatureInstance(featureInstance)
Arguments
featureInstancefeature instance
Returns
TRUE if deleted, FALSE otherwise
Method setDataset()
Set dataset
Usage
ISOScopeDescription$setDataset(dataset)
Arguments
datasetdataset
Method setOther()
Set other
Usage
ISOScopeDescription$setOther(other)
Arguments
otherother
Method clone()
The objects of this class are cloneable with this method.
Usage
ISOScopeDescription$clone(deep = FALSE)
Arguments
deepWhether 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()