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
name
namespace name
prefix
namespace prefix
uri
namespace URI
full
completeness 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
xml
object of class xml_node-class
prefix
prefix
uri
uri
Method decode()
Decodes from XML
Usage
GSNamespace$decode(xml)
Arguments
xml
object of class xml_node-class
Method clone()
The objects of this class are cloneable with this method.
Usage
GSNamespace$clone(deep = FALSE)
Arguments
deep
Whether 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]