alchemist-full
Toggle table of contents
43.1.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
alchemist-full
alchemist-maps
/
it.unibo.alchemist.boundary.gps.loaders.ais
/
AISTraceLoader
AISTrace
Loader
class
AISTraceLoader
(
path
:
String
,
normalizer
:
String
,
normalizerArgs
:
Any
?
)
:
Iterable
<
AISTrace
>
(
source
)
Loads AIS payload streams and applies the same time alignment used by GPS traces.
Members
Constructors
AISTrace
Loader
Link copied to clipboard
constructor
(
path
:
String
,
normalizer
:
String
,
vararg
normalizerArgs
:
Any
?
)
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
AISTrace
>