GSRESTEntrySet | R Documentation |
Geoserver REST API XML entry set
Geoserver REST API XML entry set
R6Class
object.
Object of R6Class
for modelling a entry set
geosapi::GSRESTResource
-> GSRESTEntrySet
entryset
entryset
new()
Initializes an object of class GSRESTEntrySet
GSRESTEntrySet$new(rootName, xml = NULL, entryset)
rootName
root name
xml
object of class xml_node-class
entryset
entry set
decode()
Decodes from XML
GSRESTEntrySet$decode(xml)
xml
object of class xml_node-class
setEntryset()
Set entry set
GSRESTEntrySet$setEntryset(entryset)
entryset
entry set
addEntry()
Adds entry set
GSRESTEntrySet$addEntry(key, value)
key
key
value
value
TRUE
if added, FALSE
otherwise
setEntry()
Sets entry set
GSRESTEntrySet$setEntry(key, value)
key
key
value
value
delEntry()
Deletes entry set
GSRESTEntrySet$delEntry(key)
key
key
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSRESTEntrySet$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.