public class TiandituMapProviderSetting extends MapProviderSetting
Tianditu map service provider configures object.
This object is used for the relevant parameter information needed by Tianditu map service provider.
dataPrjCoordSysType, watermark
Constructor and Description |
---|
TiandituMapProviderSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two objects are equal.
|
boolean |
getCacheEnabled()
Whether to use cache.
|
java.lang.String |
getServicesUrl()
Get access address of Tianditu
|
int |
hashCode()
Gets the hash value of the object instance
|
void |
setCacheEnable(boolean cacheEnable)
Deprecated.
|
void |
setCacheEnabled(boolean cacheEnabled)
Sets whether to use caching
|
void |
setServicesUrl(java.lang.String servicesUrl)
Sets access address of Tianditu
|
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
@Deprecated public void setCacheEnable(boolean cacheEnable)
setCacheEnabled(boolean)
Sets whether to use caching.
cacheEnable
- whether to use cache.public java.lang.String getServicesUrl()
Get access address of Tianditu
public void setServicesUrl(java.lang.String servicesUrl)
Sets access address of Tianditu
servicesUrl
- access address of Tianditupublic boolean equals(java.lang.Object obj)
Determines whether two objects are equal.
equals
in class java.lang.Object
obj
- the object to be compared.public boolean getCacheEnabled()
public void setCacheEnabled(boolean cacheEnabled)
cacheEnabled
-public int hashCode()
hashCode
in class java.lang.Object