- findActiveByDeviceId(UUID) - Method in interface smartmobility.storage.MonitoredAreaRepository
-
- findAll() - Method in class smartmobility.service.areastatistics.AreaStatisticsService
-
Returns an iterable of all statistics in the database
- findAllByActive(boolean) - Method in interface smartmobility.storage.ZoneRepository
-
- findAllProjectedBy(Class<T>) - Method in interface smartmobility.storage.DeviceRepository
-
- findAllProjectedBy(Class<T>) - Method in interface smartmobility.storage.MonitoredAreaRepository
-
- findAllProjectedBy(Class<T>) - Method in interface smartmobility.storage.TransitRepository
-
- findAllProjectedBy(Class<T>) - Method in interface smartmobility.storage.ZoneSequenceStatisticsRepository
-
- findAreaStatisticsByZoneSequenceIdAndTime(UUID, Instant, Instant) - Method in interface smartmobility.storage.ZoneSequenceStatisticsRepository
-
Returns statistics for the given time interval and ZoneSequence
- findByAreaId(UUID, boolean, Class<T>) - Method in class smartmobility.service.zone.ZoneService
-
Returns all zones belonging to the given monitored area
- findByAreaId(UUID, Class<T>) - Method in class smartmobility.service.zone.ZoneService
-
Returns all zones belonging to the given monitored area
- findByAreaId(UUID) - Method in interface smartmobility.storage.ZoneRepository
-
- findByAreaId(UUID, Class<T>) - Method in interface smartmobility.storage.ZoneRepository
-
- findByAreaIdAndActive(UUID, boolean, Class<T>) - Method in interface smartmobility.storage.ZoneRepository
-
- findByAreaIdAndPositionXAndPositionYAndSpeedBetweenAndTime(UUID, Integer, Integer, Double, Double, Instant) - Method in interface smartmobility.storage.AggregatedMovementRepository
-
- findByAreaIdAndTimeAndFromXAndFromYAndToXAndToY(UUID, Instant, int, int, int, int) - Method in interface smartmobility.storage.AggregatedTrajectoryRepository
-
- findByAreaIdAndZoneNumber(UUID, int, Class<T>) - Method in interface smartmobility.storage.ZoneRepository
-
- findByAreaIdAndZoneNumbers(UUID, int[]) - Method in interface smartmobility.storage.ZoneSequenceRepository
-
Finds ZoneSequence based on ID of the monitored area it belongs to and the zone numbers
it is made of
- findByDeploymentStatus(boolean) - Method in interface smartmobility.storage.DeviceRepository
-
- findByMonitoredAreaId(UUID) - Method in interface smartmobility.storage.ScreenshotRepository
-
Gets monitored area by id.
- findZoneByAreaIDAndNumber(UUID, int, Class<T>) - Method in class smartmobility.service.zone.ZoneService
-
Returns the zone belonging to the given monitored area with the given number
- forEach(Consumer<? super PointReal2D>) - Method in class smartmobility.util.PolygonReal2D
-
- fromString(String) - Static method in enum smartmobility.util.TimeStepEnum
-