geosapi (version 0.1-0)

GSRESTEntrySet: Geoserver REST API XML entry set

Description

Geoserver REST API XML entry set

Usage

GSRESTEntrySet

Arguments

Value

Object of R6Class for modelling a entry set

Format

R6Class object.

Fields

entryset

Methods

new(xml)

This method is used to instantiate a GSDataStore

decode(xml)

This method is used to decode a GSRESTEntrySet from XML

encode()

This method is used to encode a GSRESTEntrySet as XML

setEntryset(entryset)

Sets an entryset (list)

addEntry(key, value)

Adds an entry (key/value pair). Returns TRUE if added, FALSE otherwise

setEntry(key, value)

Sets an entry (key/value pair).

delEntry(key)

Deletes an entry by key. Returns TRUE if removed, FALSE otherwise