| GSPublishable {geosapi} | R Documentation |
A GeoServer layer group publishable
Description
This class models a GeoServer layer. This class is to be
used internally by geosapi for configuring layers or layer groups
within an object of class GSLayerGroup
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer layer group publishable
Super class
geosapi::GSRESTResource -> GSPublishable
Public fields
fullfull
namename
attr_typetype of attribute
Methods
Public methods
Inherited methods
Method new()
Initializes a GSPublishable
Usage
GSPublishable$new(xml = NULL, name, type)
Arguments
xmlan object of class xml_node-class
namename
typetype
Method decode()
Decodes from XML
Usage
GSPublishable$decode(xml)
Arguments
xmlan object of class xml_node-class
Method setName()
set name
Usage
GSPublishable$setName(name)
Arguments
namename
Method setType()
Set type
Usage
GSPublishable$setType(type)
Arguments
typetype
Method clone()
The objects of this class are cloneable with this method.
Usage
GSPublishable$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
publishable <- GSPublishable$new(name = "name", type = "layer")
[Package geosapi version 0.7-1 Index]