| GSVirtualTableGeometry {geosapi} | R Documentation |
Geoserver REST API GSVirtualTableGeometry
Description
Geoserver REST API GSVirtualTableGeometry
Geoserver REST API GSVirtualTableGeometry
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer virtual table geometry
Super class
geosapi::GSRESTResource -> GSVirtualTableGeometry
Public fields
namegeometry name
typegeometry type
sridgeometry SRID
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSVirtualTableGeometry
Usage
GSVirtualTableGeometry$new(xml = NULL, name, type, srid)
Arguments
xmlobject of class xml_node-class
namename
typetype
sridsrid
Method decode()
Decodes from XML
Usage
GSVirtualTableGeometry$decode(xml)
Arguments
xmlobject of class xml_node-class
Method clone()
The objects of this class are cloneable with this method.
Usage
GSVirtualTableGeometry$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
GSVirtualTableGeometry$new(name = "work", type = "MultiPolygon", srid = 4326)
[Package geosapi version 0.7-1 Index]