GSNamespaceManager | R Documentation |
Geoserver REST API Namespace Manager
Geoserver REST API Namespace Manager
R6Class
object.
Object of R6Class
with methods for managing the namespaces
of a GeoServer instance.
geosapi::GSManager
-> GSNamespaceManager
getNamespaces()
Get the list of available namespace. Re
GSNamespaceManager$getNamespaces()
an object of class list
containing items of class GSNamespace
getNamespaceNames()
Get the list of available namespace names.
GSNamespaceManager$getNamespaceNames()
a vector of class character
getNamespace()
Get a GSNamespace
object given a namespace name.
GSNamespaceManager$getNamespace(ns)
ns
namespace
an object of class GSNamespace
createNamespace()
Creates a GeoServer namespace given a prefix, and an optional URI.
GSNamespaceManager$createNamespace(prefix, uri)
prefix
prefix
uri
uri
TRUE
if the namespace has been successfully created, FALSE
otherwise
updateNamespace()
Updates a GeoServer namespace given a prefix, and an optional URI.
GSNamespaceManager$updateNamespace(prefix, uri)
prefix
prefix
uri
uri
TRUE
if the namespace has been successfully updated, FALSE
otherwise
deleteNamespace()
Deletes a GeoServer namespace given a name.
GSNamespaceManager$deleteNamespace(name, recurse = FALSE)
name
name
recurse
recurse
TRUE
if the namespace has been successfully deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
GSNamespaceManager$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run: GSNamespaceManager$new("http://localhost:8080/geoserver", "admin", "geoserver") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.