OWSNamespace: OWSNamespace

OWSNamespaceR Documentation

OWSNamespace

Description

OWSNamespace

OWSNamespace

Format

R6Class object.

Value

Object of R6Class for modelling an OWS Namespace

Public fields

id

namespace id

uri

namespace uri

Methods

Public methods


Method new()

Initializes an OWSNamespace

Usage
OWSNamespace$new(id, uri)
Arguments
id

id

uri

uri


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
deep

Whether to make a deep clone.

Note

class used internally by ows4R for specifying XML namespaces

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


ows4R documentation built on Sept. 1, 2023, 5:09 p.m.