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>
rootNameroot name
new()Initializes an object of class GSRESTResource
GSRESTResource$new(xml, rootName)xmlobject of class xml_node-class
rootNameroot name
decode()Decodes from XML. Abstract method to be implemented by sub-classes
GSRESTResource$decode(xml)xmlobject 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
depthclass 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)deepWhether to make a deep clone.