Class: ServiceBase

ol.supermap.ServiceBase

ol.supermap 的服务基类。

new ol.supermap.ServiceBase(url, options)

openlayers/services/ServiceBase.js, line 19
Name Type Description
url string

与客户端交互的服务地址。

options Object

参数。

Name Type Default Description
proxy string 可选

服务代理地址。

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER 可选

服务来源 iServer|iPortal|online。

withCredentials boolean false 可选

请求是否携带 cookie。

Extends