public class WMSConfig
extends java.lang.Object
implements java.io.Serializable
WMS service configuration information.
Modifier and Type | Field and Description |
---|---|
boolean |
cacheEnabled
Whether the cache is available.
|
java.lang.String[] |
crs
The specific coordinate system of the WMS interface, when is 1.3.0 it is valid.
|
java.lang.String |
mapName
Deprecated.
|
ServiceDescription |
serviceDescription
Service description info.
|
SLDConfig |
sld
Supported style information configuration.
|
java.lang.String[] |
srs
The specific coordinate system of the WMS interface, when is 1.1.1 it is valid.
|
boolean |
useStandardBGColor
Whether to use the wms standard way to process the default value of the bgcolor parameter.
|
java.lang.String |
version
The 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.Object
public final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current WMSConfig
object.
equals
in class java.lang.Object
obj
- the object to compare with the current WMSConfig
object.