geosapi (version 0.1-0)

GSNamespace: Geoserver REST API Namespace

Description

Geoserver REST API Namespace

Usage

GSNamespace

Arguments

Value

Object of R6Class for modelling a GeoServer namespace

Format

R6Class object.

Fields

name

prefix

uri

full

Methods

new(xml, prefix, uri)

This method is used to instantiate a GSNamespace

decode(xml)

This method is used to decode a GSNamespace from XML

encode()

This method is used to encode a GSNamespace to XML. Inherited from the generic GSRESTResource encoder

Examples

Run this code
# NOT RUN {
GSNamespace$new(prefix = "prefix", uri = "http://prefix")
# }

Run the code above in your browser using DataLab