Geoserver REST API GSVirtualTable
Geoserver REST API GSVirtualTable
Value
Object of R6Class
for modelling a GeoServer virtual table
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Public fields
name
name
sql
SQL statement
escapeSql
escape SQL?
keyColumn
key column
geometry
geometry
parameters
list of virtual parameters
Methods
Inherited methods
Method new()
Initializes an object of class GSVirtualTable
Arguments
xml
object of class xml_node-class
Method decode()
Decodes from XML
Arguments
xml
object of class xml_node-class
Method setName()
Set name
Method setEscapeSql()
Set escape SQL
Method setKeyColumn()
Set key column
Method setGeometry()
Set geometry
Method addParameter()
Adds parameter
Returns
TRUE
if added, FALSE
otherwise
Method delParameter()
Deletes parameter
Returns
TRUE
if deleted, FALSE
otherwise
Method clone()
The objects of this class are cloneable with this method.
Arguments
deep
Whether to make a deep clone.