com.supermap.services.wps

Class FindStopsByKeyWord

  • java.lang.Object
    • com.supermap.services.wps.FindStopsByKeyWord


  • public class FindStopsByKeyWord
    extends java.lang.Object
    

    Query stops by keyword

    Since:
    6.1.3
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static ResourceManager WPS_RESOURCE
      wps resource manager
    • Method Summary

      Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WPS_RESOURCE

        public static final ResourceManager WPS_RESOURCE
        

        wps resource manager

    • Constructor Detail

      • FindStopsByKeyWord

        public FindStopsByKeyWord()
        
    • 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 component
        execute - execution parameters
        Returns:
        TransferStopInfo[] analysis result
        Throws:
        OGCException