com.supermap.services.providers

Class CloudMapProviderSetting

  • All Implemented Interfaces:
    java.io.Serializable


    public class CloudMapProviderSetting
    extends MapProviderSetting
    

    SuperMap Cloud Map service provider configuration object.

    The object used for SuperMap Cloud service providers need the relevant parameters of information.

    See Also:
    Serialized Form
    • Constructor Detail

      • CloudMapProviderSetting

        public CloudMapProviderSetting()
        
    • Method Detail

      • setCacheEnable

        public void setCacheEnable(boolean cacheEnable)
        

        Sets whether to use caching.

        Parameters:
        cacheEnable - whether to use caching
      • getCacheEnable

        public boolean getCacheEnable()
        

        Sets whether to use caching.

        Returns:
        Whether to use caching
      • getServicesUrl

        public java.lang.String getServicesUrl()
        

        Gets SuperMap Cloud access address.

        Returns:
        SuperMap Cloud access address.
      • setServicesUrl

        public void setServicesUrl(java.lang.String servicesUrl)
        

        Sets SuperMap Cloud access address.

        Parameters:
        servicesUrl - SuperMap Cloud access address.
      • equals

        public boolean equals(java.lang.Object obj)
        

        To determine whether the two objects are equal.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to be compared.
        Returns:
        whether or not equal,and true mean that the two objects are equal.
      • getCacheEnabled

        public boolean getCacheEnabled()
        
        Whether to use cache.
        Returns:
      • setCacheEnabled

        public void setCacheEnabled(boolean cacheEnabled)
        
        Sets whether to use caching
        Parameters:
        cacheEnabled -
      • hashCode

        public int hashCode()
        
        Gets the hash value of the object instance.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value