| GSNamespace | R Documentation |
Geoserver REST API Namespace
Geoserver REST API Namespace
R6Class object.
Object of R6Class for modelling a GeoServer namespace
geosapi::GSRESTResource -> GSNamespace
namenamespace name
prefixnamespace prefix
urinamespace URI
fullcompleteness of the namespace description
new()Initializes an object of class GSNamespace
GSNamespace$new(xml = NULL, prefix, uri)
xmlobject of class xml_node-class
prefixprefix
uriuri
decode()Decodes from XML
GSNamespace$decode(xml)
xmlobject of class xml_node-class
clone()The objects of this class are cloneable with this method.
GSNamespace$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
GSNamespace$new(prefix = "my_ns", uri = "http://my_ns")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.