| 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
contactcontact
charsetcharset
numDecimalsnumber of decimal
onlineResourceonline resource
verboseverbose
verboseExceptionsverbose exceptions
localWorkspaceIncludesPrefixlocal 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)
xmlobject of class xml_node-class
decode()Decodes from XML
GSWorkspaceSettings$decode(xml)
xmlobject of class xml_node-class
setCharset()Set charset
GSWorkspaceSettings$setCharset(charset)
charsetcharset
setNumDecimals()Set number of decimals
GSWorkspaceSettings$setNumDecimals(numDecimals)
numDecimalsnumber of decimals
setOnlineResource()Set online resource
GSWorkspaceSettings$setOnlineResource(onlineResource)
onlineResourceonline resource
setVerbose()Set verbose
GSWorkspaceSettings$setVerbose(verbose)
verboseverbose
setVerboseExceptions()Set verbose exceptions
GSWorkspaceSettings$setVerboseExceptions(verboseExceptions)
verboseExceptionsverbose exceptions
setLocalWorkspaceIncludesPrefix()Set local workspace includes prefix
GSWorkspaceSettings$setLocalWorkspaceIncludesPrefix(includesPrefix)
includesPrefixincludes prefix
clone()The objects of this class are cloneable with this method.
GSWorkspaceSettings$clone(deep = FALSE)
deepWhether 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.