powered by
ISOScopeDescription
Object of R6Class for modelling an ISO ScopeDescription
R6Class
R6Class object.
new(xml)
This method is used to instantiate an ISOScopeDescription
addAttribute(attribute)
Adds an attribute
delAttribute(attribute)
Deletes an attribute
addAttributeInstance(attributeInstance)
Adds an attribute instance
delAttributeInstance(attributeInstance)
Deletes an attribute instance
addFeature(feature)
Adds an feature
delFeature(feature)
Deletes an feature
addFeatureInstance(featureInstance)
Adds an feature instance
delFeatureInstance(featureInstance)
Deletes an feature instance
setDataset(dataset)
Set the dataset
setOther(other)
Set other description
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { md <- ISOScopeDescription$new() xml <- md$encode() # }
Run the code above in your browser using DataLab