Class: networkAnalyst3DService

L.supermap.networkAnalyst3DService

3D 网络分析服务类。

L.supermap.networkAnalyst3DService(url, options)

leaflet/services/NetworkAnalyst3DService.js, line 15
Name Type Description
url string

网络分析服务地址。请求网络分析服务,URL应为: "http://localhost:8090/iserver/services/components-rest/rest/networkanalyst/RoadNet@Changchun"。

options Object

参数。

Name Type Default Description
proxy string 可选

服务代理地址。

serverType SuperMap.ServerType SuperMap.ServerType.ISERVER 可选

服务来源 ISERVER|IPORTAL|ONLINE。

withCredentials boolean false 可选

请求是否携带 cookie。

crossOrigin boolean 可选

是否允许跨域请求。

headers Object 可选

请求头。

Example
L.supermap.networkAnalyst3DService(url)
 .sinksFacilityAnalyst(params,function(result){
    //doSomething
})

Extends

Events

inherited destroy

leaflet/services/ServiceBase.js, line 54

资源释放成功后触发。

Properties:
Name Type Description
this L.supermap.ServiceBase

this 对象。

inherited initialized

leaflet/services/ServiceBase.js, line 41

构造函数构造成功后触发。

Properties:
Name Type Description
this L.supermap.ServiceBase

this 对象。

Methods

inherited destroy()

leaflet/services/ServiceBase.js, line 49

释放资源,将引用的资源属性置空。

sinksFacilityAnalyst(params, callback)

leaflet/services/NetworkAnalyst3DService.js, line 40

汇查找服务。

Name Type Description
params SuperMap.FacilityAnalystSinks3DParameters

最近设施分析参数类(汇查找资源)。

callback RequestCallback

回调函数。

sourcesFacilityAnalyst(params, callback){this}

leaflet/services/NetworkAnalyst3DService.js, line 63

源查找服务。

Name Type Description
params SuperMap.FacilityAnalystSources3DParameters

最近设施分析参数类(源查找服务)。

callback RequestCallback

回调函数。

Returns:
Type Description
this this

traceDownFacilityAnalyst(params, callback)

leaflet/services/NetworkAnalyst3DService.js, line 111

下游追踪资源服务。

Name Type Description
params SuperMap.FacilityAnalystTracedown3DParameters

下游追踪资源服务参数类。

callback RequestCallback

回调函数。

traceUpFacilityAnalyst(params, callback){this}

leaflet/services/NetworkAnalyst3DService.js, line 87

上游追踪资源服务。

Name Type Description
params SuperMap.FacilityAnalystTraceup3DParameters

上游追踪资源参数类。

callback RequestCallback

回调函数。

Returns:
Type Description
this this

upstreamFacilityAnalyst(params, callback)

leaflet/services/NetworkAnalyst3DService.js, line 134

上游关键设施查找服务。

Name Type Description
params SuperMap.FacilityAnalystUpstream3DParameters

上游关键设施查找服务参数类。

callback RequestCallback

回调函数。