Interface IConnectionByTimeStore
- All Known Implementing Classes:
IndexedConnectionByTimeStore
public interface IConnectionByTimeStore
The Interface IConnectionByTimeStore.
- Since:
- Sep 17, 2019
- Version:
- Sep 17, 2019
- Author:
- Jens Richter
-
Method Summary
Modifier and TypeMethodDescriptionGets the distance meter as function of time.getTimeMillis
(LocalDateTime time) Gets the driving time as milliseconds as function of time.
-
Method Details
-
getDistanceMeter
Gets the distance meter as function of time.- Parameters:
time
- the time- Returns:
- the distance meter
-
getTimeMillis
Gets the driving time as milliseconds as function of time.- Parameters:
time
- the time- Returns:
- the time millis
-