GSRESTResource | R Documentation |
Geoserver REST API REST Resource interface
Geoserver REST API REST Resource interface
R6Class
object.
Object of R6Class
for modelling a GeoServer REST resource interface
rootName
root name
new()
Initializes an object of class GSRESTResource
GSRESTResource$new(xml, rootName)
xml
object of class xml_node-class
rootName
root name
decode()
Decodes from XML. Abstract method to be implemented by sub-classes
GSRESTResource$decode(xml)
xml
object of class xml_node-class
encode()
Encodes as XML
GSRESTResource$encode()
an object of class xml_node-class
print()
Provides a custom print output (as tree) of the current class
GSRESTResource$print(..., depth = 1)
...
args
depth
class nesting depth
getClassName()
Get class name
GSRESTResource$getClassName()
an object of class character
clone()
The objects of this class are cloneable with this method.
GSRESTResource$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.