Skip to contents

Geoserver REST API GSVirtualTableGeometry

Geoserver REST API GSVirtualTableGeometry

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer virtual table geometry

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

geosapi::GSRESTResource -> GSVirtualTableGeometry

Public fields

name

geometry name

type

geometry type

srid

geometry SRID

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.

Examples

GSVirtualTableGeometry$new(name = "work", type = "MultiPolygon", srid = 4326)
#> <GSVirtualTableGeometry>
#> ....|-- name: work
#> ....|-- type: MultiPolygon
#> ....|-- srid: 4326