geosapi (version 0.1-0)

GSWorkspace: Geoserver REST API Workspace

Description

Geoserver REST API Workspace

Usage

GSWorkspace

Arguments

Value

Object of R6Class for modelling a GeoServer workspace

Format

R6Class object.

Fields

name

Methods

new(xml, name)

This method is used to instantiate a GSWorkspace

decode(xml)

This method is used to decode a GSWorkspace from XML

encode()

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

Examples

Run this code
# NOT RUN {
GSWorkspace$new(name = "work")
# }

Run the code above in your browser using DataLab