Data Transfer Object for GeoServer NameSpaceInfo information.
Represents the portion of a namespace required for the configuration of
geoserver. Defines namespaces to be used by the datastores.
Data Transfer object are used to communicate between the GeoServer
application and its configuration and persistent layers. As such the class
is final - to allow for its future use as an on-the-wire message.
Jody here - does this actual defin the namespace used by the GML?
NameSpaceInfoDTO nsDto = new NameSpaceInfoDTO(); nsDto.setDefault(false);
nsDto.setPrefix("me"); nsDto.setUri("dzwiers.refraction.net");
author: dzwiers, Refractions Research, Inc. version: $Id: NameSpaceInfoDTO.java 6326 2007-03-15 18:36:40Z jdeolive $ |