| Data Transfer Object for style information.
Defines the style ids to be used by the wms. The files must be contained
in geoserver/misc/wms/styles. We're working on finding a better place for
them, but for now that's where you must put them if you want them on the
server.
StyleDTO styleDto = new StyleDTO(); styleDto.setDefault(false);
styleDto.setId("My Style"); styleDto.setFilename(new File(myStyle.sld));
author: dzwiers, Refractions Research, Inc. version: $Id: StyleDTO.java 6326 2007-03-15 18:36:40Z jdeolive $ |