Retrieve Set of Namespaces prefixes registered by DataStores in this
Catalog.
Namespace seems to be the gml prefix used when writing out GML. We may
need to promote this to a "first class" object.
GeoServer maintains the following information in a NamespaceInfo
object:
-
prefix: uml prefix representing the namespace
-
uri: uri used to reference namespace
-
default: true if this is the "Default" namespace for the Catalog
GeoServer global.Data implements this interface. You may use the
namespace strings returned by this method to look up NamespaceInfo
objets by prefix.
Set of available Namespace prefixes. |