com.supermap.services.wps

Class FindTransfer

  • java.lang.Object
    • com.supermap.services.wps.FindTransfer
    • Field Detail

      • WPS_RESOURCE

        public static final ResourceManager WPS_RESOURCE
        

        wps resource manager

    • Constructor Detail

      • FindTransfer

        public FindTransfer()
        
    • Method Detail

      • getStartStopID

        public long getStartStopID()
        

        Get the start stop ID

      • setStartStopID

        public void setStartStopID(long startStopID)
        

        Set the start stop ID

      • getEndStopID

        public long getEndStopID()
        

        Get the end stop ID

      • setEndStopID

        public void setEndStopID(long endStopID)
        

        Set the end stop ID

      • getStartPosition

        public Point2D getStartPosition()
        

        Get the start point coordinates

      • setStartPosition

        public void setStartPosition(Point2D startPosition)
        

        Set the start point coordinates

      • getEndPosition

        public Point2D getEndPosition()
        

        Get the end point coordinates

      • setEndPosition

        public void setEndPosition(Point2D endPosition)
        

        Set the end point coordinates

      • getNetworkName

        public java.lang.String getNetworkName()
        

        Get the name of the transportation network

      • setNetworkName

        public void setNetworkName(java.lang.String networkName)
        

        Set the name of the transportation network

      • setTrafficTransferAnalystParameter

        public void setTrafficTransferAnalystParameter(TrafficTransferAnalystParameter trafficTransferAnalystParameter)
        

        Set traffic transfer analysis parameters

      • getTransferLines

        public TransferLine[] getTransferLines()
        

        Get the transfer analysis information

      • setTransferLines

        public void setTransferLines(TransferLine[] transferLines)
        

        Set the transfer analysis information

      • setParam

        public void setParam(java.util.List<InputType> inputList,
                    TrafficTransferAnalystParameter trafficTransferAnalystParameter)
                      throws OGCException
        

        Set the analysis parameter

        Parameters:
        inputList - input parameter list
        trafficTransferAnalystParameter - the traffic transfer analysis parameter class
        Throws:
        OGCException
        Since:
        6.1.3