最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

超圖iServer rest服務(wù)之feature查詢

2023-02-21 16:28 作者:地理信息技術(shù)雜談  | 我要投稿

在超圖地圖iServer服務(wù)使用過程中,涉及到圖層中的數(shù)據(jù)查詢,提供的是rest服務(wù),通過傳入對應(yīng)的參數(shù),返回數(shù)據(jù)的查詢結(jié)果。

iServer中的查詢feature的服務(wù),對應(yīng)是featureResults,可以使用超圖官網(wǎng)提供的服務(wù)地址進(jìn)行測試,地址如下:

http://support.supermap.com:8090/iserver/services/data-world/rest/data/featureResults


選擇查詢的數(shù)據(jù)集,能夠同時查詢多個數(shù)據(jù)集,查詢模式分為:ID、SQL、BOUNDS、BUFFER等,能夠以字段、空間等形式進(jìn)行數(shù)據(jù)的查詢,各類查詢類型在下邊對應(yīng)的查詢條件也不相同。

在前端開發(fā)中,調(diào)用feature查詢的服務(wù)時,官網(wǎng)提供了調(diào)用的方式,需要引用

SuperMap iClient Classic類庫,下載地址:

https://iclient.supermap.io/web/introduction/classic.html#introduce

具體的代碼調(diào)用方式在github上(以SQL為例):
https://github.com/SuperMap/iClient-JavaScript/blob/master/examples/classic/query_getFeatureBySQL.html同時,也可以不使用官方類庫進(jìn)行調(diào)用,具體的實現(xiàn)方式如下:
//使用axios庫進(jìn)行調(diào)用,post服務(wù)形式

? axios.request({?url:?'http://support.supermap.com:8090/iserver/services/data-world/rest/data/featureResults.json?returnContent=true',

? ? ? ? ? ? ? ? headers: { 'Content-Type': 'application/json' },

? ? ? ? ? ? ? ? method: 'post',

? ?? ? ? ? ? ??//查詢條件方式,查詢過濾的字段

? ? ? ? ? ? ? ? data: {

? ? ? ? ? ? ? ? ? ? getFeatureMode: "SQL",

? ? ? ? ? ? ? ? ? ? datasetNames:["World:Capitals"],

? ? ? ? ? ? ? ? ? ? maxFeatures: 1000,

? ? ? ? ? ? ? ? ? ? queryParameter: { attributeFilter: "SMID<10"}

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? ? ? ).then(res => {

??? ? ??? ?//返回查詢結(jié)果

? ? ? ? ? ? })?

超圖iServer rest服務(wù)之feature查詢的評論 (共 條)

分享到微博請遵守國家法律
新郑市| 阳江市| 崇信县| 伊宁市| 博野县| 株洲市| 大同县| 洛南县| 合作市| 朝阳区| 辽中县| 石河子市| 江达县| 兴宁市| 南安市| 和林格尔县| 莎车县| 商水县| 桃园市| 东宁县| 偃师市| 梧州市| 剑河县| 承德市| 朔州市| 广宁县| 阆中市| 海阳市| 得荣县| 成武县| 黄平县| 洛扎县| 兴仁县| 定州市| 天津市| 伽师县| 聂荣县| 瑞金市| 行唐县| 吴川市| 云林县|