ISOMetadataNamespace {geometa} | R Documentation |
ISOMetadataNamespace
Description
ISOMetadataNamespace
ISOMetadataNamespace
Format
R6Class
object.
Value
Object of R6Class
for modelling an ISO Metadata Namespace
Public fields
id
id
uri
uri
Methods
Public methods
Method new()
Initializes namespace object
Usage
ISOMetadataNamespace$new(id, uri)
Arguments
id
id
uri
uri
Method getDefinition()
Get definition
Usage
ISOMetadataNamespace$getDefinition()
Returns
an object of class list
Method clone()
The objects of this class are cloneable with this method.
Usage
ISOMetadataNamespace$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Note
ISO class used internally by geometa for specifying XML namespaces
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package geometa version 0.8-0 Index]