| GSNamespace {geosapi} | R Documentation |
Geoserver REST API Namespace
Description
Geoserver REST API Namespace
Geoserver REST API Namespace
Format
R6Class object.
Value
Object of R6Class for modelling a GeoServer namespace
Super class
geosapi::GSRESTResource -> GSNamespace
Public fields
namenamespace name
prefixnamespace prefix
urinamespace URI
fullcompleteness of the namespace description
Methods
Public methods
Inherited methods
Method new()
Initializes an object of class GSNamespace
Usage
GSNamespace$new(xml = NULL, prefix, uri)
Arguments
xmlobject of class xml_node-class
prefixprefix
uriuri
Method decode()
Decodes from XML
Usage
GSNamespace$decode(xml)
Arguments
xmlobject of class xml_node-class
Method clone()
The objects of this class are cloneable with this method.
Usage
GSNamespace$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Examples
GSNamespace$new(prefix = "my_ns", uri = "http://my_ns")
[Package geosapi version 0.7-1 Index]