com.supermap.services.networkanalyst

Class MTSPathAnalystFromServer



  • public class MTSPathAnalystFromServer
    extends AnalystFromServer
    Multiple traveling salesman path analysis
    • Constructor Detail

      • MTSPathAnalystFromServer

        public MTSPathAnalystFromServer()
    • 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 class AnalystFromServer
        Returns:
        whether the request process is wrong