Class: iPortalService

SuperMap.iPortalService

iPortal 服务。

new SuperMap.iPortalService(seviceUrl, params)

common/iPortal/iPortalService.js, line 8
Name Type Description
seviceUrl string

服务地址。

params Object

服务请求参数。

Extends

Methods

inherited createCredentialUrl(url){string}

common/iPortal/iPortalServiceBase.js, line 42

追加授权信息。

Name Type Description
url string

创建证书 URL 地址。

Returns:
Type Description
string 携带 token 或 key 的新地址。

inherited getCredential(){string}

common/iPortal/iPortalServiceBase.js, line 68

获取 token。

Returns:
Type Description
string 返回获取的 token。

inherited getKey()

common/iPortal/iPortalServiceBase.js, line 87

其子类需要重写该方法,修改其中获取 key 的字段,存储 key 可能是服务 ID 字段,可能是 URL。

load(){Promise}

common/iPortal/iPortalService.js, line 58

加载服务信息。

Returns:
Type Description
Promise 返回 Promise 对象。如果成功,Promise 没有返回值;如果失败,Promise 返回值包含错误信息。

inherited request(method, url, param, requestOptions){Promise}

common/iPortal/iPortalServiceBase.js, line 24

子类统一通过该方法发送请求。

Name Type Default Description
method string 'GET' 可选

请求类型。

url string

服务地址。

param Object

请求参数。

requestOptions Object 可选

fetch 请求配置项。

Returns:
Type Description
Promise 返回包含请求结果的 Promise 对象。

update(){Promise}

common/iPortal/iPortalService.js, line 77

更新服务。

Returns:
Type Description
Promise 返回包含更新操作状态的 Promise 对象。