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.
dataPrjCoordSysType, watermark| Constructor and Description | 
|---|
| CloudMapProviderSetting() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)To determine whether the two objects are equal. | 
| boolean | getCacheEnable()Sets whether to use caching. | 
| boolean | getCacheEnabled()Whether to use cache. | 
| java.lang.String | getServicesUrl()Gets SuperMap Cloud access address. | 
| int | hashCode()Gets the hash value of the object instance. | 
| void | setCacheEnable(boolean cacheEnable)Sets whether to use caching. | 
| void | setCacheEnabled(boolean cacheEnabled)Sets whether to use caching | 
| void | setServicesUrl(java.lang.String servicesUrl)Sets SuperMap Cloud access address. | 
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermarkpublic void setCacheEnable(boolean cacheEnable)
Sets whether to use caching.
cacheEnable - whether to use cachingpublic boolean getCacheEnable()
Sets whether to use caching.
public java.lang.String getServicesUrl()
Gets SuperMap Cloud access address.
public void setServicesUrl(java.lang.String servicesUrl)
Sets SuperMap Cloud access address.
servicesUrl - SuperMap Cloud access address.public boolean equals(java.lang.Object obj)
To determine whether the two objects are equal.
equals in class java.lang.Objectobj - the object to be compared.public boolean getCacheEnabled()
public void setCacheEnabled(boolean cacheEnabled)
cacheEnabled -public int hashCode()
hashCode in class java.lang.Object