Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.spatial.traffic
Class XMLAddressQuery

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

All Implemented Interfaces:
XMLTrafficQuery

public class XMLAddressQuery
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
XMLAddressQuery(Location address, double radius, int unit)
Constructor

Method Summary
Location getAddress()
Returns the address
double getRadius()
Returns the route radius
int getUnit()
Returns the distance unit

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

Constructor Detail

XMLAddressQuery

public XMLAddressQuery(Location address,
                       double radius,
                       int unit)
Constructor

Method Detail

getAddress

public Location getAddress()
Returns the address
Returns:
the address

getRadius

public double getRadius()
Returns the route radius
Returns:
the route radius

getUnit

public int getUnit()
Returns the distance unit
Returns:
the distance unit

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.