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