This class models a GeoServer OWS service settings.
Value
Object of R6Class
for modelling a GeoServer OWS service setting
Details
Geoserver REST API Service Setting
Author
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Public fields
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?
Methods
Inherited methods
Method new()
Initializes an object of class GSServiceSettings
Arguments
xml
object of class xml_node-class
service
service service acronym
Method decode()
Decodes from XML
Arguments
xml
object of class xml_node-class
Method setEnabled()
Set enabled
Method setCiteCompliant()
Set cite compliant
Arguments
citeCompliant
cite compliant
Method setName()
Set name
Method setTitle()
Set title
Method setMaintainer()
Set maintainer
Method setAbstract()
Set abstract
Method setAccessConstraints()
Set access constraints
Arguments
accessConstraints
access constraints
Method setFees()
Set fees
Method setKeywords()
Set keywords
Method addKeyword()
Adds a keyword
Returns
TRUE
if added, FALSE
otherwise
Method delKeyword()
Deletes a keyword
Returns
TRUE
if deleted, FALSE
otherwise
Method clone()
The objects of this class are cloneable with this method.
Arguments
deep
Whether to make a deep clone.