Geoserver REST API REST Resource interface
Geoserver REST API REST Resource interface
Object of R6Class
for modelling a GeoServer REST resource interface
R6Class
object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
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.