GSVirtualTableGeometry | R Documentation |
Geoserver REST API GSVirtualTableGeometry
Geoserver REST API GSVirtualTableGeometry
R6Class
object.
Object of R6Class
for modelling a GeoServer virtual table geometry
geosapi::GSRESTResource
-> GSVirtualTableGeometry
name
geometry name
type
geometry type
srid
geometry SRID
new()
Initializes an object of class GSVirtualTableGeometry
GSVirtualTableGeometry$new(xml = NULL, name, type, srid)
xml
object of class xml_node-class
name
name
type
type
srid
srid
decode()
Decodes from XML
GSVirtualTableGeometry$decode(xml)
xml
object of class xml_node-class
clone()
The objects of this class are cloneable with this method.
GSVirtualTableGeometry$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSVirtualTableGeometry$new(name = "work", type = "MultiPolygon", srid = 4326)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.