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
name
geometry name
type
geometry type
srid
geometry SRID
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSVirtualTableGeometry
Usage
GSVirtualTableGeometry$new(xml = NULL, name, type, srid)
Arguments
xml
object of class xml_node-class
name
name
type
type
srid
srid
Method decode()
Decodes from XML
Usage
GSVirtualTableGeometry$decode(xml)
Arguments
xml
object of class xml_node-class
Method clone()
The objects of this class are cloneable with this method.
Usage
GSVirtualTableGeometry$clone(deep = FALSE)
Arguments
deep
Whether 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]