com.supermap.services.wms
Class SLDConfig
- java.lang.Object
-
- com.supermap.services.wms.SLDConfig
-
- All Implemented Interfaces:
- java.io.Serializable
public class SLDConfig extends java.lang.Object implements java.io.SerializableWMS service spatial object display style configuration information class.
- See Also:
- Serialized Form
-
-
Field Summary
Fields 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 Summary
Constructors Constructor and Description SLDConfig()The Constructor.SLDConfig(SLDConfig config)Copy constructor.
-
-
-
Field Detail
-
pointStyles
public java.lang.String[] pointStyles
Supported point style collection.
-
lineStyles
public java.lang.String[] lineStyles
Supported line style collection.
-
polygonStyles
public java.lang.String[] polygonStyles
Supported fill style collection.
-
textStyles
public java.lang.String[] textStyles
Supported text style collection.
-
-
Constructor Detail
-
SLDConfig
public SLDConfig()
The Constructor.
-
SLDConfig
public SLDConfig(SLDConfig config)
Copy constructor.
-
-
Method Detail
-
hashCode
public final int hashCode()
Get the hash value of the instance of the object- Overrides:
hashCodein classjava.lang.Object- Returns:
- the hash code
-
equals
public final boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current
SLDConfigobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object to compare with the currentSLDConfigobject.- Returns:
- true if the two objects are equal, or false otherwise.
-
-