public class FindStopsByKeyWord
extends java.lang.Object
Query stops by keyword
Modifier and Type | Field and Description |
---|---|
static ResourceManager |
WPS_RESOURCE
wps resource manager
|
Constructor and Description |
---|
FindStopsByKeyWord() |
Modifier and Type | Method and Description |
---|---|
TransferStopInfo[] |
execute(TrafficTransferAnalyst trafficTransferAnalystImpl, Execute execute)
Execution operation
|
java.lang.String |
getFindKeyWord()
Get keyword
|
java.lang.String |
getNetworkName()
Get the name of the transportation network
|
boolean |
getReturnPosition()
Get whether to return stop coordinate information.
|
void |
setFindKeyWord(java.lang.String keyWord)
Set keyword
|
void |
setNetworkName(java.lang.String networkName)
Set the name of the transportation network
|
void |
setReturnPosition(boolean returnPosition)
Set whether to return stop coordinate information.
|
public java.lang.String getFindKeyWord()
Get keyword
public void setFindKeyWord(java.lang.String keyWord)
Set keyword
public boolean getReturnPosition()
Get whether to return stop coordinate information.
public void setReturnPosition(boolean returnPosition)
Set whether to return stop coordinate information.
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 TransferStopInfo[] execute(TrafficTransferAnalyst trafficTransferAnalystImpl, Execute execute) throws OGCException
Execution operation
trafficTransferAnalystImpl
- Analysis service componentexecute
- execution parametersOGCException