com.supermap.services.networkanalyst
Class TSPathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.TSPathAnalystFromServer
-
public class TSPathAnalystFromServer extends AnalystFromServer
Traveling Salesman Analysis
-
-
Constructor Summary
Constructors Constructor and Description TSPathAnalystFromServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point2Ds
getAnalystPoints()
Gets a collection of points for analysisboolean
requestServer()
Executes path analysis requesting iServervoid
setAnalystPoints(Point2Ds startTargetPoints)
Sets a collection of points for analysis-
Methods inherited from class com.supermap.services.networkanalyst.AnalystFromServer
setParameter, setResponseListener, setUrlBase
-
-
-
-
Method Detail
-
requestServer
public boolean requestServer()
Executes path analysis requesting iServer- Specified by:
requestServer
in classAnalystFromServer
- Returns:
- whether the request process is wrong
-
getAnalystPoints
public Point2Ds getAnalystPoints()
Gets a collection of points for analysis- Returns:
-
setAnalystPoints
public void setAnalystPoints(Point2Ds startTargetPoints)
Sets a collection of points for analysis- Parameters:
startTargetPoints
- point set
-
-