GSArcGridCoverageStore: Geoserver REST API ArcGridCoverageStore

GSArcGridCoverageStoreR Documentation

Geoserver REST API ArcGridCoverageStore

Description

Geoserver REST API ArcGridCoverageStore

Geoserver REST API ArcGridCoverageStore

Format

R6Class object.

Value

Object of R6Class for modelling a GeoServer ArcGrid CoverageStore

Super classes

geosapi::GSRESTResource -> geosapi::GSAbstractStore -> geosapi::GSAbstractCoverageStore -> GSArcGridCoverageStore

Public fields

url

url

Methods

Public methods

Inherited methods

Method new()

initializes an abstract ArcGrid coverage store

Usage
GSArcGridCoverageStore$new(
  xml = NULL,
  name = NULL,
  description = "",
  enabled = TRUE,
  url = NULL
)
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

url

url


Method clone()

The objects of this class are cloneable with this method.

Usage
GSArcGridCoverageStore$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


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