oracle.panama.spatial.traffic
Class XMLAddressQuery

java.lang.Object
  |
  +--oracle.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
TypeMethod
 Location getAddress()
           
 double getRadius()
           
 int getUnit()
           
 
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()

getRadius

public double getRadius()

getUnit

public int getUnit()