| GSRESTResource {geosapi} | R Documentation |
Geoserver REST API REST Resource interface
Description
Geoserver REST API REST Resource interface
Geoserver REST API REST Resource interface
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer REST resource interface
Public fields
rootNameroot name
Methods
Public methods
Method new()
Initializes an object of class GSRESTResource
Usage
GSRESTResource$new(xml, rootName)
Arguments
xmlobject of class xml_node-class
rootNameroot name
Method decode()
Decodes from XML. Abstract method to be implemented by sub-classes
Usage
GSRESTResource$decode(xml)
Arguments
xmlobject of class xml_node-class
Method encode()
Encodes as XML
Usage
GSRESTResource$encode()
Returns
an object of class xml_node-class
Method print()
Provides a custom print output (as tree) of the current class
Usage
GSRESTResource$print(..., depth = 1)
Arguments
...args
depthclass nesting depth
Method getClassName()
Get class name
Usage
GSRESTResource$getClassName()
Returns
an object of class character
Method clone()
The objects of this class are cloneable with this method.
Usage
GSRESTResource$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package geosapi version 0.7-1 Index]