GSPostGISDataStore: Geoserver REST API PostGISDataStore

GSPostGISDataStoreR Documentation

Geoserver REST API PostGISDataStore

Description

Geoserver REST API PostGISDataStore

Geoserver REST API PostGISDataStore

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer PostGIS dataStore

Super classes

geosapi::GSRESTResource -> geosapi::GSAbstractStore -> geosapi::GSAbstractDataStore -> geosapi::GSAbstractDBDataStore -> GSPostGISDataStore

Methods

Public methods

Inherited methods

Method new()

initializes a PostGIS data store

Usage
GSPostGISDataStore$new(
  xml = NULL,
  name = NULL,
  description = "",
  enabled = TRUE
)
Arguments
xml

an object of class XMLInternalNode-class to create object from XML

name

coverage store name

description

coverage store description

enabled

whether the store should be enabled or not. Default is TRUE


Method clone()

The objects of this class are cloneable with this method.

Usage
GSPostGISDataStore$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

  GSPostGISDataStore$new(name = "ds", description = "des", enabled = TRUE)


geosapi documentation built on Oct. 4, 2023, 5:06 p.m.