Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.spatial.traffic
Class XMLRouteQuery

java.lang.Object
  extended byoracle.panama.spatial.traffic.XMLRouteQuery

All Implemented Interfaces:
XMLTrafficQuery

public class XMLRouteQuery
extends java.lang.Object
implements XMLTrafficQuery

XMLRouteQuery, XMLLocationQuery, XMLAddressQuery are wrappers of the corresponding traffic report queries defined in TrafficReporter. Specially for XML queries.


Constructor Summary
XMLRouteQuery(RouteInfo routeInfo, java.lang.String direction, CityInfo cityInfo)
Constructor

Method Summary
CityInfo getCityInfo()
Returns the city info
java.lang.String getDirection()
Returns the direction of the route
RouteInfo getRouteInfo()
Returns the route info

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

XMLRouteQuery

public XMLRouteQuery(RouteInfo routeInfo,
                     java.lang.String direction,
                     CityInfo cityInfo)
Constructor

Method Detail

getCityInfo

public CityInfo getCityInfo()
Returns the city info
Returns:
the city info

getDirection

public java.lang.String getDirection()
Returns the direction of the route
Returns:
the direction of the route

getRouteInfo

public RouteInfo getRouteInfo()
Returns the route info
Returns:
the route info

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.