alchemist
alchemist
/
it.unibo.alchemist.model.interfaces
/
GPSTrace
GPSTrace
interface
GPSTrace
:
TimedRoute
<
GPSPoint
>
Content copied to clipboard
Functions
Inheritors
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
out
Any
>
)
Content copied to clipboard
get
Final
Position
Link copied to clipboard
abstract
fun
getFinalPosition
(
)
:
GPSPoint
Content copied to clipboard
get
Final
Time
Link copied to clipboard
abstract
fun
getFinalTime
(
)
:
Time
Content copied to clipboard
get
Initial
Position
Link copied to clipboard
abstract
fun
getInitialPosition
(
)
:
GPSPoint
Content copied to clipboard
get
Next
Position
Link copied to clipboard
abstract
fun
getNextPosition
(
time
:
Time
)
:
GPSPoint
Content copied to clipboard
get
Point
Link copied to clipboard
abstract
fun
getPoint
(
p
:
Int
)
:
P
Content copied to clipboard
get
Points
Link copied to clipboard
abstract
fun
getPoints
(
)
:
List
<
P
>
Content copied to clipboard
get
Previous
Position
Link copied to clipboard
abstract
fun
getPreviousPosition
(
time
:
Time
)
:
GPSPoint
Content copied to clipboard
get
Start
Time
Link copied to clipboard
abstract
fun
getStartTime
(
)
:
Time
Content copied to clipboard
get
Trip
Time
Link copied to clipboard
abstract
fun
getTripTime
(
)
:
Double
Content copied to clipboard
interpolate
Link copied to clipboard
abstract
fun
interpolate
(
time
:
Time
)
:
GeoPosition
Content copied to clipboard
iterator
Link copied to clipboard
abstract
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
length
Link copied to clipboard
abstract
fun
length
(
)
:
Double
Content copied to clipboard
size
Link copied to clipboard
abstract
fun
size
(
)
:
Int
Content copied to clipboard
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Content copied to clipboard
start
At
Link copied to clipboard
abstract
fun
startAt
(
time
:
Time
)
:
GPSTrace
Content copied to clipboard
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
P
>
Content copied to clipboard
Inheritors
GPSTraceImpl
Link copied to clipboard