|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a route in a City including both directions. The TrafficRoute instance is service provider dependent.
| Field Summary | |
static java.lang.String |
federalConstant used to indicate a federal road |
static java.lang.String |
interstateConstant used to indicate an instestate highway |
static java.lang.String |
localConstant used to indicate a local road |
static java.lang.String |
statewiseConstant used to indicate a state road |
| Method Summary | |
Point[] |
getGeometryPoints()Return the geometry of the route. |
java.lang.String |
getName()Return the name of the routes. |
City |
getParentCity()Return the city where the route is located . |
java.lang.String |
getType()Return the type of the routes. |
| Field Detail |
public static final java.lang.String federal
public static final java.lang.String interstate
public static final java.lang.String local
public static final java.lang.String statewise
| Method Detail |
public Point[] getGeometryPoints()
Point. Return null if the service provider does not provide geometry.public java.lang.String getName()
public City getParentCity()
public java.lang.String getType()
null is retured.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||