Learn R Programming

geosapi (version 0.5-1)

GSNamespace: Geoserver REST API Namespace

Description

Geoserver REST API Namespace

Arguments

Value

Object of R6Class for modelling a GeoServer namespace

Format

R6Class object.

Fields

name

namespace name

prefix

namespace prefix

uri

namespace URI

full

completeness of the namespace description

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