com.supermap.services.providers
Class CloudMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.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
-
-
Field Summary
-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description CloudMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)To determine whether the two objects are equal.booleangetCacheEnable()Sets whether to use caching.booleangetCacheEnabled()Whether to use cache.java.lang.StringgetServicesUrl()Gets SuperMap Cloud access address.inthashCode()Gets the hash value of the object instance.voidsetCacheEnable(boolean cacheEnable)Sets whether to use caching.voidsetCacheEnabled(boolean cacheEnabled)Sets whether to use cachingvoidsetServicesUrl(java.lang.String servicesUrl)Sets SuperMap Cloud access address.-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
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:
equalsin classjava.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:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-