com.supermap.services.wps
Class FindTransfer
- java.lang.Object
-
- com.supermap.services.wps.FindTransfer
-
- Direct Known Subclasses:
- FindTransferPath, FindTransferSolutions
public class FindTransfer extends java.lang.ObjectWPS network analysis operation
- Since:
- 6.1.3
-
-
Field Summary
Fields Modifier and Type Field and Description static ResourceManagerWPS_RESOURCEwps resource manager
-
Constructor Summary
Constructors Constructor and Description FindTransfer()
-
Method Summary
Methods Modifier and Type Method and Description Point2DgetEndPosition()Get the end point coordinateslonggetEndStopID()Get the end stop IDjava.lang.StringgetNetworkName()Get the name of the transportation networkPoint2DgetStartPosition()Get the start point coordinateslonggetStartStopID()Get the start stop IDTrafficTransferAnalystParametergetTrafficTransferAnalystParameter()Get traffic transfer analysis parametersTransferLine[]getTransferLines()Get the transfer analysis informationvoidsetEndPosition(Point2D endPosition)Set the end point coordinatesvoidsetEndStopID(long endStopID)Set the end stop IDvoidsetNetworkName(java.lang.String networkName)Set the name of the transportation networkvoidsetParam(java.util.List<InputType> inputList, TrafficTransferAnalystParameter trafficTransferAnalystParameter)Set the analysis parametervoidsetStartPosition(Point2D startPosition)Set the start point coordinatesvoidsetStartStopID(long startStopID)Set the start stop IDvoidsetTrafficTransferAnalystParameter(TrafficTransferAnalystParameter trafficTransferAnalystParameter)Set traffic transfer analysis parametersvoidsetTransferLines(TransferLine[] transferLines)Set the transfer analysis information
-
-
-
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
-
getTrafficTransferAnalystParameter
public TrafficTransferAnalystParameter getTrafficTransferAnalystParameter()
Get traffic transfer analysis parameters
-
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 OGCExceptionSet the analysis parameter
- Parameters:
inputList- input parameter listtrafficTransferAnalystParameter- the traffic transfer analysis parameter class- Throws:
OGCException- Since:
- 6.1.3
-
-