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,v 1.5 2004/04/16 16:16:37 cholmesny Exp $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|