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[] |
lineStyles
Supported line style collection.
|
java.lang.String[] |
pointStyles
Supported point style collection.
|
java.lang.String[] |
polygonStyles
Supported fill style collection.
|
java.lang.String[] |
textStyles
Supported 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.Object
public final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current SLDConfig
object.
equals
in class java.lang.Object
obj
- the object to compare with the current SLDConfig
object.