ISOMetadataNamespace
ISOMetadataNamespace
ISOMetadataNamespace class
R6Class
object.
Object of R6Class
for modelling an ISO Metadata Namespace
ISO class used internally by geometa for specifying XML namespaces
Emmanuel Blondel emmanuel.blondel1@gmail.com
id
: id
uri
: uri
standard
: standard
new()
Initializes namespace object
ISOMetadataNamespace$new(id, uri, standard = NA)
id
: id
uri
: uri
standard
: standard
getDefinition()
Get definition
ISOMetadataNamespace$getDefinition()
an object of class list
getStandard()
Get standard
ISOMetadataNamespace$getStandard()
object of class data.frame
clone()
The objects of this class are cloneable with this method.
ISOMetadataNamespace$clone(deep = FALSE)
deep
: Whether to make a deep clone.