com.supermap.services.networkanalyst
类 TSPathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.TSPathAnalystFromServer
-
public class TSPathAnalystFromServer extends AnalystFromServer
旅行商分析
-
-
构造器概要
构造器 构造器和说明 TSPathAnalystFromServer()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Point2DsgetAnalystPoints()获取用于分析的点集合booleanrequestServer()执行请求iServer的路径分析voidsetAnalystPoints(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- 点集合
-
-