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