com.supermap.services.networkanalyst
Class MTSPathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.MTSPathAnalystFromServer
-
public class MTSPathAnalystFromServer extends AnalystFromServer
Multiple traveling salesman path analysis
-
-
Constructor Summary
Constructors Constructor and Description MTSPathAnalystFromServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point2Ds
getStartPoints()
Gets the set of starting pointsPoint2Ds
getTargetPoints()
Gets the collection of endpointsboolean
requestServer()
Execute path analysis requesting iServervoid
setStartPoints(Point2Ds startPoints)
Sets the set of starting pointsvoid
setTargetPoints(Point2Ds targetPoints)
Sets the collection of endpoints-
Methods inherited from class com.supermap.services.networkanalyst.AnalystFromServer
setParameter, setResponseListener, setUrlBase
-
-
-
-
Method Detail
-
getStartPoints
public Point2Ds getStartPoints()
Gets the set of starting points- Returns:
- starting point set
-
setStartPoints
public void setStartPoints(Point2Ds startPoints)
Sets the set of starting points
-
getTargetPoints
public Point2Ds getTargetPoints()
Gets the collection of endpoints- Returns:
-
setTargetPoints
public void setTargetPoints(Point2Ds targetPoints)
Sets the collection of endpoints- Parameters:
targetPoints
-
-
requestServer
public boolean requestServer()
Execute path analysis requesting iServer- Specified by:
requestServer
in classAnalystFromServer
- Returns:
- whether the request process is wrong
-
-