L.supermap.ImageCollectionService(url, options)
leaflet/services/ImageCollectionService.js, line 9
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string |
服务地址。例如: http://{ip}:{port}/iserver/{imageservice-imageserviceName}/restjsr/ |
||||||||||||||||||||||||
options |
Object |
参数。
|
- Version:
- 10.2.0
Example
L.supermap.ImageCollectionService(url,options)
.getLegend(queryParams, function(result){
//doSomething
})
Extends
Events
-
inherited destroy
leaflet/services/ServiceBase.js, line 51 -
资源释放成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
-
inherited initialized
leaflet/services/ServiceBase.js, line 38 -
构造函数构造成功后触发。
Properties:
Name Type Description this
L.supermap.ServiceBase this 对象。
Methods
-
deleteItemByID(featureId, callback)
leaflet/services/ImageCollectionService.js, line 101 -
删除影像集合中指定ID (
featureId
)的Item对象,即从影像集合中删除指定的影像。Name Type Description featureId
string Feature 的本地标识符。
callback
RequestCallback 请求结果的回调函数。
-
inherited destroy()
leaflet/services/ServiceBase.js, line 46 -
释放资源,将引用的资源属性置空。
-
getItemByID(featureId, callback)
leaflet/services/ImageCollectionService.js, line 124 -
返回影像集合中指定ID (
featureId
)的Item对象,即返回影像集合中指定的影像。Name Type Description featureId
string Feature 的本地标识符。
callback
RequestCallback 请求结果的回调函数。
-
getLegend(queryParams, callback)
leaflet/services/ImageCollectionService.js, line 34 -
Name Type Description queryParams
Object query参数
Name Type Description renderingRule
SuperMap.ImageRenderingRule 可选 指定影像显示的风格,包含拉伸显示方式、颜色表、波段组合以及应用栅格函数进行快速处理等。不指定时,使用发布服务时所配置的风格。
callback
RequestCallback 请求结果的回调函数。
-
getStatistics(callback)
leaflet/services/ImageCollectionService.js, line 57 -
返回当前影像集合的统计信息。包括文件数量,文件大小等信息。
Name Type Description callback
RequestCallback 请求结果的回调函数。
-
getTileInfo(callback)
leaflet/services/ImageCollectionService.js, line 79 -
返回影像集合所提供的服务瓦片的信息,包括:每层瓦片的分辨率,比例尺等信息,方便前端进行图层叠加。
Name Type Description callback
RequestCallback 请求结果的回调函数。