HotSpotServer

URL:

http:// <Service-URL> / HotSpotServer

父资源:

Service

服务接口:

capabilities   query   tile  

[ 服务说明 ]

热点自动渲染用户数据生成数据图层,同时提供单击叠加图层返回poi数据的功能

[ 参数说明 ]

参数 参数说明
format 参数作用:指定capabilities操作返回结果的格式
取值范围:html | json ,该参数默认值为html
callback 参数作用:Ajax客户端使用JSONP方式进行跨域处理时所指定的回调函数名称
参数说明:可选参数,该参数仅在format参数值为json时有效

[ 示例 ]

URL地址示例:
http://127.0.0.1:8099/newmap/rest/services/%E7%83%AD%E7%82%B9/sjxz/HotSpotServer?format=json

    JSON格式返回值示例 :

{
"Capabilities":{
"ServiceIdentification":{
"ServiceType":"HotSpotServer",
"ServiceTypeVersion":"1.0.0",
"Title":"sjxz",
"Abstract":"示例热点服务",
"Keywords":{"keyword":"NewMap","keyword":"HOTSPOT"},"Fees":"none"},
"OperationsMetadata":{
"Operation":{"name":"capabilities","Format":"text/plain","DCPType":{"HTTP":{"GET":{"URL":"http://127.0.0.1:8099/newmap/rest/services/热点/sjxz/HotSpotServer/capabilities"}}}},
"Operation":{"name":"tile","Format":"text/plain","DCPType":{"HTTP":{"GET":{"URL":"http://127.0.0.1:8099/newmap/rest/services/热点/sjxz/HotSpotServer/tile"}}}},
"Operation":{"name":"query","Format":"text/plain","DCPType":{"HTTP":{"GET":{"URL":"http://127.0.0.1:8099/newmap/rest/services/热点/sjxz/HotSpotServer/query"}}}}},
"Contents":{
"Layer":{
"name":"自画景区点,首都和省级行政中心",
"BoundingBox":"64.890576,3.373359,143.642215,56.503208","srs":"EPSG:4326","Format":"text/plain",
"TileMatrixSetLink":{"TileMatrixSet":"TileMatrixSet_0"}},
"TileMatrixSet":{
"Identifier":"TileMatrixSet_0",
"SupportedSRS":"EPSG:4326",
"TileMatrix":[{
"Identifier":"0","Resolution":"0.0356518725276139","TopLeftCorner":"0 0","TileWidth":"256","TileHeight":"256","MatrixWidth":"8","MatrixHeight":"5"},{"Identifier":"1","Resolution":"0.0118839575092046","TopLeftCorner":"0 0","TileWidth":"256","TileHeight":"256","MatrixWidth":"25","MatrixHeight":"17"}]
}
}
}
}