public class FindTransfer
extends java.lang.Object
WPS network analysis operation
Modifier and Type | Field and Description |
---|---|
static ResourceManager |
WPS_RESOURCE
wps resource manager
|
Constructor and Description |
---|
FindTransfer() |
Modifier and Type | Method and Description |
---|---|
Point2D |
getEndPosition()
Get the end point coordinates
|
long |
getEndStopID()
Get the end stop ID
|
java.lang.String |
getNetworkName()
Get the name of the transportation network
|
Point2D |
getStartPosition()
Get the start point coordinates
|
long |
getStartStopID()
Get the start stop ID
|
TrafficTransferAnalystParameter |
getTrafficTransferAnalystParameter()
Get traffic transfer analysis parameters
|
TransferLine[] |
getTransferLines()
Get the transfer analysis information
|
void |
setEndPosition(Point2D endPosition)
Set the end point coordinates
|
void |
setEndStopID(long endStopID)
Set the end stop ID
|
void |
setNetworkName(java.lang.String networkName)
Set the name of the transportation network
|
void |
setParam(java.util.List<InputType> inputList, TrafficTransferAnalystParameter trafficTransferAnalystParameter)
Set the analysis parameter
|
void |
setStartPosition(Point2D startPosition)
Set the start point coordinates
|
void |
setStartStopID(long startStopID)
Set the start stop ID
|
void |
setTrafficTransferAnalystParameter(TrafficTransferAnalystParameter trafficTransferAnalystParameter)
Set traffic transfer analysis parameters
|
void |
setTransferLines(TransferLine[] transferLines)
Set the transfer analysis information
|
public long getStartStopID()
Get the start stop ID
public void setStartStopID(long startStopID)
Set the start stop ID
public long getEndStopID()
Get the end stop ID
public void setEndStopID(long endStopID)
Set the end stop ID
public Point2D getStartPosition()
Get the start point coordinates
public void setStartPosition(Point2D startPosition)
Set the start point coordinates
public Point2D getEndPosition()
Get the end point coordinates
public void setEndPosition(Point2D endPosition)
Set the end point coordinates
public java.lang.String getNetworkName()
Get the name of the transportation network
public void setNetworkName(java.lang.String networkName)
Set the name of the transportation network
public TrafficTransferAnalystParameter getTrafficTransferAnalystParameter()
Get traffic transfer analysis parameters
public void setTrafficTransferAnalystParameter(TrafficTransferAnalystParameter trafficTransferAnalystParameter)
Set traffic transfer analysis parameters
public TransferLine[] getTransferLines()
Get the transfer analysis information
public void setTransferLines(TransferLine[] transferLines)
Set the transfer analysis information
public void setParam(java.util.List<InputType> inputList, TrafficTransferAnalystParameter trafficTransferAnalystParameter) throws OGCException
Set the analysis parameter
inputList
- input parameter listtrafficTransferAnalystParameter
- the traffic transfer analysis parameter classOGCException