public class WMSConfig
extends java.lang.Object
implements java.io.Serializable
WMS service configuration information.
| Modifier and Type | Field and Description | 
|---|---|
| boolean | cacheEnabledWhether the cache is available. | 
| java.lang.String[] | crsThe specific coordinate system of the WMS interface, when is 1.3.0 it is valid. | 
| java.lang.String | mapNameDeprecated.  | 
| ServiceDescription | serviceDescriptionService description info. | 
| SLDConfig | sldSupported style information configuration. | 
| java.lang.String[] | srsThe specific coordinate system of the WMS interface, when is 1.1.1 it is valid. | 
| boolean | useStandardBGColorWhether to use the wms standard way to process the default value of the bgcolor parameter. | 
| java.lang.String | versionThe WMS service version. | 
| Constructor and Description | 
|---|
| WMSConfig()The Constructor. | 
| WMSConfig(WMSConfig wmsConfig)The Constructor. | 
@Deprecated public java.lang.String mapName
public ServiceDescription serviceDescription
public java.lang.String version
The WMS service version. Such as "1.1.1".
public java.lang.String[] srs
public java.lang.String[] crs
public boolean cacheEnabled
public SLDConfig sld
Supported style information configuration.
public boolean useStandardBGColor
public WMSConfig()
The Constructor.
public WMSConfig(WMSConfig wmsConfig)
The Constructor.
wmsConfig - WMS service configuration information object.public final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current WMSConfig object.
equals in class java.lang.Objectobj - the object to compare with the current WMSConfig object.