|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent incident based traffic report.
Method Summary |
Type | Method |
---|---|
int |
getDistanceUnit()
Return distance unit. |
int |
getIncidentNum()
Return the number of incidents in the report. |
TrafficIncident[] |
getIncidents()
Return the incidents. |
Provider |
getProvider()
Return the service provider. |
City |
getReportCity()
Return the reported city. |
java.util.Calendar |
getReportTime()
Return the report generated time provided by service providers. |
java.lang.String |
getTimeUnit()
Return time unit. |
Method Detail |
public java.util.Calendar getReportTime()
public int getIncidentNum()
public TrafficIncident[] getIncidents()
TrafficIncident
.public City getReportCity()
City
.public Provider getProvider()
public int getDistanceUnit()
TrafficReporter.MILES
or TrafficReporter.KILOMETERS
. The default value is
TrafficReporter.MILES
.public java.lang.String getTimeUnit()
TrafficReporter.MINUTE
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |