Learn R Programming

geometa (version 0.7)

ISOScopeDescription: ISOScopeDescription

Description

ISOScopeDescription

Arguments

Value

Object of R6Class for modelling an ISO ScopeDescription

Format

R6Class object.

Methods

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
 md <- ISOScopeDescription$new()
 xml <- md$encode()

Run the code above in your browser using DataLab