| |
|
| java.lang.Object org.vfny.geoserver.config.ServiceConfig org.vfny.geoserver.config.WMSConfig
WMSConfig | public class WMSConfig extends ServiceConfig (Code) | | WMS purpose.
Description of WMS Used to store WMS data.
author: dzwiers, Refractions Research, Inc. version: $Id: WMSConfig.java 7128 2007-06-29 15:17:56Z aaime $ |
Constructor Summary | |
public | WMSConfig() WMS constructor. | public | WMSConfig(WMSDTO w) WMS constructor.
Creates a copy of the WMSDTO provided. | public | WMSConfig(WMS wms) Creates the WMSConfig. |
INT_NEAREST | final public static String INT_NEAREST(Code) | | Interpolation Types
|
SVG_SIMPLE | final public static String SVG_SIMPLE(Code) | | SVG renderers.
|
WMSConfig | public WMSConfig()(Code) | | WMS constructor.
Creates a WMS to represent an instance with default data.
See Also: defaultSettings() |
WMSConfig | public WMSConfig(WMSDTO w)(Code) | | WMS constructor.
Creates a copy of the WMSDTO provided. All the data structures are
cloned.
Parameters: w - The WMSDTO to copy. |
WMSConfig | public WMSConfig(WMS wms)(Code) | | Creates the WMSConfig.
Parameters: wms - The wms module. |
getAllowInterpolation | public String getAllowInterpolation()(Code) | | The value of the rendering interpolation rendering hint. |
getBaseMapEnvelopes | public Map getBaseMapEnvelopes()(Code) | | |
getBaseMapLayers | public Map getBaseMapLayers()(Code) | | The comma separated list of feature types that make up the
base-map layer list.
|
getBaseMapStyles | public Map getBaseMapStyles()(Code) | | The comma separated list of Styles that make up the
base-map style list.
|
getSvgAntiAlias | public boolean getSvgAntiAlias()(Code) | | The value of the anti aliasing rendering hint. |
setAllowInterpolation | public void setAllowInterpolation(String allowInterpolation)(Code) | | Parameters: allowInterpolation - rendering interpolation hint. |
setBaseMapEnvelopes | public void setBaseMapEnvelopes(Map envelopes)(Code) | | |
setBaseMapLayers | public void setBaseMapLayers(Map layers)(Code) | | |
setBaseMapStyles | public void setBaseMapStyles(Map styles)(Code) | | |
setSvgAntiAlias | public void setSvgAntiAlias(boolean svgAntiAlias)(Code) | | Parameters: svgAntiAlias - anti alias hint. |
toDTO | public WMSDTO toDTO()(Code) | | Implement toDTO.
Returns a copy of the data in a ServiceDTO object
a copy of the data in a ServiceDTO object See Also: org.vfny.geoserver.config.DataStructure.toDTO |
update | public void update(WMSDTO dto)(Code) | | Implement loadDTO.
Takes a WMSDTO and loads it into this WMSConfig Object
Parameters: dto - an instance of WMSDTO throws: NullPointerException - DOCUMENT ME! See Also: org.vfny.geoserver.config.DataStructure.loadDTO(java.lang.Object) |
|
|
|