load

public abstract SpatialTemporalSignal<MoonLightRecord> load(RecordHandler handler, File input)

Reads a spatiotemporal signal from a file.

Return

the read spatial-temporal signal

Parameters

handler

Record handler used to read data from the file

input

input file

Throws

if an I/O error occurs while accessing the file

if the file is not well formatted


public abstract SpatialTemporalSignal<MoonLightRecord> load(RecordHandler handler, String input)

Reades a spatiotemporal signal from a string

Return

the read spatial-temporal signal

Parameters

handler

Record handler used to read data from the file

input

input string

Throws

is the string is not well formatted