com.supermap.services.providers
类 TiandituMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.TiandituMapProviderSetting
-
- 所有已实现的接口:
- java.io.Serializable
public class TiandituMapProviderSetting extends MapProviderSetting
天地图 地图服务提供者配置对象。
该对象用于天地图 地图服务提供者所需要的相关参数信息。
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
构造器概要
构造器 构造器和说明 TiandituMapProviderSetting()
-
方法概要
方法 限定符和类型 方法和说明 boolean
equals(java.lang.Object obj)
判断两个对象是否相等。boolean
getCacheEnabled()
是否使用缓存java.lang.String
getKey()
获取天地图的服务许可java.lang.String
getServicesUrl()
获取天地图访问地址boolean
getTileCacheReadOnly()
int
hashCode()
获取对象实例的哈希值void
setCacheEnable(boolean cacheEnable)
已过时。void
setCacheEnabled(boolean cacheEnabled)
设置是否使用缓存void
setKey(java.lang.String key)
设置天地图的服务许可void
setServicesUrl(java.lang.String servicesUrl)
设置天地图访问地址void
setTileCacheReadOnly(boolean tileCacheReadOnly)
-
从类继承的方法 com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
方法详细资料
-
setCacheEnable
@Deprecated public void setCacheEnable(boolean cacheEnable)
已过时。 使用setCacheEnabled(boolean)
设置是否使用缓存。
- 参数:
cacheEnable
- 是否使用缓存
-
getServicesUrl
public java.lang.String getServicesUrl()
获取天地图访问地址
- 返回:
- 天地图访问地址
-
setServicesUrl
public void setServicesUrl(java.lang.String servicesUrl)
设置天地图访问地址
- 参数:
servicesUrl
- 天地图访问地址
-
getKey
public java.lang.String getKey()
获取天地图的服务许可
- 参数:
key
-
-
setKey
public void setKey(java.lang.String key)
设置天地图的服务许可
- 参数:
key
-
-
equals
public boolean equals(java.lang.Object obj)
判断两个对象是否相等。
- 覆盖:
equals
在类中java.lang.Object
- 参数:
obj待比较的对象。
-- 返回:
- 是否相等的标识,true表示两个对象相等。
-
getCacheEnabled
public boolean getCacheEnabled()
是否使用缓存- 返回:
-
setCacheEnabled
public void setCacheEnabled(boolean cacheEnabled)
设置是否使用缓存- 参数:
cacheEnabled
-
-
getTileCacheReadOnly
public boolean getTileCacheReadOnly()
-
setTileCacheReadOnly
public void setTileCacheReadOnly(boolean tileCacheReadOnly)
-
hashCode
public int hashCode()
获取对象实例的哈希值- 覆盖:
hashCode
在类中java.lang.Object
- 返回:
- 哈希值
-
-