geosapi (version 0.7-1)

GSNamespace: Geoserver REST API Namespace

Description

Geoserver REST API Namespace

Geoserver REST API Namespace

Arguments

Value

Object of R6Class for modelling a GeoServer namespace

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

geosapi::GSRESTResource -> GSNamespace

Public fields

name

namespace name

prefix

namespace prefix

uri

namespace URI

full

completeness of the namespace description

Methods

Inherited methods


Method new()

Initializes an object of class GSNamespace

Usage

GSNamespace$new(xml = NULL, prefix, uri)

Arguments

xml

object of class xml_node-class

prefix

prefix

uri

uri


Method decode()

Decodes from XML

Usage

GSNamespace$decode(xml)

Arguments

xml

object of class xml_node-class


Method clone()

The objects of this class are cloneable with this method.

Usage

GSNamespace$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

Run this code
GSNamespace$new(prefix = "my_ns", uri = "http://my_ns")

Run the code above in your browser using DataLab