| 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
enabledis service enabled or not?
citeCompliantis service cite compliant?
nameservice name
titleservice title
maintainerservice maintainer
abstrctservice abastract
accessConstraintsservice access constraints
feesservice fees
keywordsservices keywords
onlineResourceservice online resource
schemaBaseURLservice schema base URL
verboseservice verbose or not?
new()Initializes an object of class GSServiceSettings
GSServiceSettings$new(xml = NULL, service)
xmlobject of class xml_node-class
serviceservice service acronym
decode()Decodes from XML
GSServiceSettings$decode(xml)
xmlobject of class xml_node-class
setEnabled()Set enabled
GSServiceSettings$setEnabled(enabled)
enabledenabled
setCiteCompliant()Set cite compliant
GSServiceSettings$setCiteCompliant(citeCompliant)
citeCompliantcite compliant
setName()Set name
GSServiceSettings$setName(name)
namename
setTitle()Set title
GSServiceSettings$setTitle(title)
titletitle
setMaintainer()Set maintainer
GSServiceSettings$setMaintainer(maintainer)
maintainermaintainer
setAbstract()Set abstract
GSServiceSettings$setAbstract(abstract)
abstractabstract
setAccessConstraints()Set access constraints
GSServiceSettings$setAccessConstraints(accessConstraints)
accessConstraintsaccess constraints
setFees()Set fees
GSServiceSettings$setFees(fees)
feesfees
setKeywords()Set keywords
GSServiceSettings$setKeywords(keywords)
keywordskeywords
addKeyword()Adds a keyword
GSServiceSettings$addKeyword(keyword)
keywordkeyword
TRUE if added, FALSE otherwise
delKeyword()Deletes a keyword
GSServiceSettings$delKeyword(keyword)
keywordkeyword
TRUE if deleted, FALSE otherwise
clone()The objects of this class are cloneable with this method.
GSServiceSettings$clone(deep = FALSE)
deepWhether 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.