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.Serializable
    

    WMS service spatial object display style configuration information class.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      SLDConfig()
      The Constructor.
      SLDConfig(SLDConfig config)
      Copy constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compares whether the specified object equals to the current SLDConfig object.
      int hashCode()
      Get the hash value of the instance of the object
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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:
        hashCode in class java.lang.Object
        Returns:
        the hash code
      • equals

        public final boolean equals(java.lang.Object obj)
        

        Compares whether the specified object equals to the current SLDConfig object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to compare with the current SLDConfig object.
        Returns:
        true if the two objects are equal, or false otherwise.