public interface NativeQueriesService
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<TransitStatisticsWithTime> |
getHourlyTransits(java.util.UUID monitoredAreaID,
java.time.Instant since,
java.time.Instant until,
TimeStepEnum step)
Returns an iterable that contains the number of vehicles that passed through the given
area during the given time interval, broken down per zone sequence and time period
|
java.lang.Iterable<TransitStatisticsWithTime> |
getHourlyTransitsOnlyActive(java.util.UUID monitoredAreaID,
java.time.Instant since,
java.time.Instant until,
TimeStepEnum step)
Returns an iterable that contains the number of vehicles that passed through the active
zone sequences of given area during the given time interval,
broken down per zone sequence and time period
|
java.lang.Iterable<TransitStatisticsWithTime> getHourlyTransits(java.util.UUID monitoredAreaID, java.time.Instant since, java.time.Instant until, TimeStepEnum step)
monitoredAreaID
- the zone sequencesince
- the start of the time intervaluntil
- the end of the time intervalstep
- time step by which statistics are aggregatedjava.lang.Iterable<TransitStatisticsWithTime> getHourlyTransitsOnlyActive(java.util.UUID monitoredAreaID, java.time.Instant since, java.time.Instant until, TimeStepEnum step)
monitoredAreaID
- the zone sequencesince
- the start of the time intervaluntil
- the end of the time intervalstep
- time step by which statistics are aggregated