GSWorkspace {geosapi} | R 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 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.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
GSWorkspace$new(name = "work")
[Package geosapi version 0.7-1 Index]