com.supermap.services.wps
Class FindStopsByKeyWord
- java.lang.Object
-
- com.supermap.services.wps.FindStopsByKeyWord
-
public class FindStopsByKeyWord extends java.lang.ObjectQuery stops by keyword
- Since:
- 6.1.3
-
-
Field Summary
Fields Modifier and Type Field and Description static ResourceManagerWPS_RESOURCEwps resource manager
-
Constructor Summary
Constructors Constructor and Description FindStopsByKeyWord()
-
Method Summary
Methods Modifier and Type Method and Description TransferStopInfo[]execute(TrafficTransferAnalyst trafficTransferAnalystImpl, Execute execute)Execution operationjava.lang.StringgetFindKeyWord()Get keywordjava.lang.StringgetNetworkName()Get the name of the transportation networkbooleangetReturnPosition()Get whether to return stop coordinate information.voidsetFindKeyWord(java.lang.String keyWord)Set keywordvoidsetNetworkName(java.lang.String networkName)Set the name of the transportation networkvoidsetReturnPosition(boolean returnPosition)Set whether to return stop coordinate information.
-
-
-
Method Detail
-
getFindKeyWord
public java.lang.String getFindKeyWord()
Get keyword
-
setFindKeyWord
public void setFindKeyWord(java.lang.String keyWord)
Set keyword
-
getReturnPosition
public boolean getReturnPosition()
Get whether to return stop coordinate information.
-
setReturnPosition
public void setReturnPosition(boolean returnPosition)
Set whether to return stop coordinate information.
-
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
-
execute
public TransferStopInfo[] execute(TrafficTransferAnalyst trafficTransferAnalystImpl, Execute execute) throws OGCException
Execution operation
- Parameters:
trafficTransferAnalystImpl- Analysis service componentexecute- execution parameters- Returns:
- TransferStopInfo[] analysis result
- Throws:
OGCException
-
-