powered by
Geoserver REST API Namespace
Object of R6Class for modelling a GeoServer namespace
R6Class
R6Class object.
name
namespace name
prefix
namespace prefix
uri
namespace URI
full
completeness of the namespace description
new(xml, prefix, uri)
This method is used to instantiate a GSNamespace
decode(xml)
This method is used to decode a GSNamespace from XML
encode()
This method is used to encode a GSNamespace to XML. Inherited from the generic GSRESTResource encoder
GSRESTResource
# NOT RUN { GSNamespace$new(prefix = "prefix", uri = "http://prefix") # }
Run the code above in your browser using DataLab