public class SLDConfig
extends java.lang.Object
implements java.io.Serializable
WMS service spatial object display style configuration information class.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String[] | lineStylesSupported line style collection. | 
| java.lang.String[] | pointStylesSupported point style collection. | 
| java.lang.String[] | polygonStylesSupported fill style collection. | 
| java.lang.String[] | textStylesSupported text style collection. | 
| Constructor and Description | 
|---|
| SLDConfig()The Constructor. | 
| SLDConfig(SLDConfig config)Copy constructor. | 
public java.lang.String[] pointStyles
Supported point style collection.
public java.lang.String[] lineStyles
Supported line style collection.
public java.lang.String[] polygonStyles
Supported fill style collection.
public java.lang.String[] textStyles
Supported text style collection.
public SLDConfig()
The Constructor.
public SLDConfig(SLDConfig config)
Copy constructor.
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 SLDConfig object.
equals in class java.lang.Objectobj - the object to compare with the current SLDConfig object.