GSWorkspace: Geoserver REST API Workspace

GSWorkspaceR Documentation

Geoserver REST API Workspace

Description

Geoserver REST API Workspace

Geoserver REST API Workspace

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer workspace

Super class

geosapi::GSRESTResource -> GSWorkspace

Public fields

name

name

Methods

Public methods

Inherited methods

Method new()

initializes a GSWorkspace

Usage
GSWorkspace$new(xml = NULL, name)
Arguments
xml

an object of class XMLInternalNode-class

name

name


Method decode()

Decodes from XML

Usage
GSWorkspace$decode(xml)
Arguments
xml

an object of class XMLInternalNode-class


Method clone()

The objects of this class are cloneable with this method.

Usage
GSWorkspace$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

  GSWorkspace$new(name = "work")


geosapi documentation built on Oct. 4, 2023, 5:06 p.m.