GSServiceSettings | R Documentation |
This class models a GeoServer OWS service settings.
R6Class
object.
Geoserver REST API Service Setting
Object of R6Class
for modelling a GeoServer OWS service setting
geosapi::GSRESTResource
-> GSServiceSettings
enabled
is service enabled or not?
citeCompliant
is service cite compliant?
name
service name
title
service title
maintainer
service maintainer
abstrct
service abastract
accessConstraints
service access constraints
fees
service fees
keywords
services keywords
onlineResource
service online resource
schemaBaseURL
service schema base URL
verbose
service verbose or not?
new()
Initializes an object of class GSServiceSettings
GSServiceSettings$new(xml = NULL, service)
xml
object of class xml_node-class
service
service service acronym
decode()
Decodes from XML
GSServiceSettings$decode(xml)
xml
object of class xml_node-class
setEnabled()
Set enabled
GSServiceSettings$setEnabled(enabled)
enabled
enabled
setCiteCompliant()
Set cite compliant
GSServiceSettings$setCiteCompliant(citeCompliant)
citeCompliant
cite compliant
setName()
Set name
GSServiceSettings$setName(name)
name
name
setTitle()
Set title
GSServiceSettings$setTitle(title)
title
title
setMaintainer()
Set maintainer
GSServiceSettings$setMaintainer(maintainer)
maintainer
maintainer
setAbstract()
Set abstract
GSServiceSettings$setAbstract(abstract)
abstract
abstract
setAccessConstraints()
Set access constraints
GSServiceSettings$setAccessConstraints(accessConstraints)
accessConstraints
access constraints
setFees()
Set fees
GSServiceSettings$setFees(fees)
fees
fees
setKeywords()
Set keywords
GSServiceSettings$setKeywords(keywords)
keywords
keywords
addKeyword()
Adds a keyword
GSServiceSettings$addKeyword(keyword)
keyword
keyword
TRUE
if added, FALSE
otherwise
delKeyword()
Deletes a keyword
GSServiceSettings$delKeyword(keyword)
keyword
keyword
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSServiceSettings$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
settings <- GSServiceSettings$new(service = "WMS")
settings$setEnabled(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.