GSWorkspaceSettings | R Documentation |
Geoserver REST API Workspace Setting
Geoserver REST API Workspace Setting
R6Class
object.
Object of R6Class
for modelling a GeoServer workspace settings
geosapi::GSRESTResource
-> GSWorkspaceSettings
contact
contact
charset
charset
numDecimals
number of decimal
onlineResource
online resource
verbose
verbose
verboseExceptions
verbose exceptions
localWorkspaceIncludesPrefix
local workspace includes prefix
new()
This method is used to instantiate a GSWorkspaceSettings
. This settings
object is required to activate a workspace configuration, using the method
GSManager$createWorkspaceSettings
. Supported from GeoServer 2.12
GSWorkspaceSettings$new(xml = NULL)
xml
object of class xml_node-class
decode()
Decodes from XML
GSWorkspaceSettings$decode(xml)
xml
object of class xml_node-class
setCharset()
Set charset
GSWorkspaceSettings$setCharset(charset)
charset
charset
setNumDecimals()
Set number of decimals
GSWorkspaceSettings$setNumDecimals(numDecimals)
numDecimals
number of decimals
setOnlineResource()
Set online resource
GSWorkspaceSettings$setOnlineResource(onlineResource)
onlineResource
online resource
setVerbose()
Set verbose
GSWorkspaceSettings$setVerbose(verbose)
verbose
verbose
setVerboseExceptions()
Set verbose exceptions
GSWorkspaceSettings$setVerboseExceptions(verboseExceptions)
verboseExceptions
verbose exceptions
setLocalWorkspaceIncludesPrefix()
Set local workspace includes prefix
GSWorkspaceSettings$setLocalWorkspaceIncludesPrefix(includesPrefix)
includesPrefix
includes prefix
clone()
The objects of this class are cloneable with this method.
GSWorkspaceSettings$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
settings <- GSWorkspaceSettings$new()
settings$setCharset("UTF-8")
settings$setNumDecimals(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.