com.supermap.services.networkanalyst
类 PathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.PathAnalystFromServer
-
public class PathAnalystFromServer extends AnalystFromServer
最佳路径分析
-
-
构造器概要
构造器 构造器和说明 PathAnalystFromServer()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Point2Ds
getAnalystPoints()
获取用于路径分析点集合boolean
requestServer()
执行请求iServer的路径分析void
setAnalystPoints(Point2Ds startTargetPoints)
设置用于路径分析的点集合-
从类继承的方法 com.supermap.services.networkanalyst.AnalystFromServer
setParameter, setResponseListener, setUrlBase
-
-
-
-
方法详细资料
-
requestServer
public boolean requestServer()
执行请求iServer的路径分析- 指定者:
requestServer
在类中AnalystFromServer
- 返回:
- 请求过程是否有误
-
getAnalystPoints
public Point2Ds getAnalystPoints()
获取用于路径分析点集合- 返回:
-
setAnalystPoints
public void setAnalystPoints(Point2Ds startTargetPoints)
设置用于路径分析的点集合- 参数:
startTargetPoints
- 点集合
-
-