Skip to contents

Geoserver REST API Workspace

Geoserver REST API Workspace

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer workspace

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

geosapi::GSRESTResource -> GSWorkspace

Public fields

name

name

Methods

Inherited methods


Method new()

initializes a GSWorkspace

Usage

GSWorkspace$new(xml = NULL, name)

Arguments

xml

an object of class xml_node-class

name

name


Method decode()

Decodes from XML

Usage

GSWorkspace$decode(xml)

Arguments

xml

an object of class xml_node-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.

Examples

  GSWorkspace$new(name = "work")
#> <GSWorkspace>
#> ....|-- name: work