| Interface | Description |
|---|---|
| BatchTemporalDataSource<DataType extends Temporal> |
Defines the interface for an offline temporal data source, which can
be resampled.
|
| SeekableTemporalDataReadChannel<DataType extends Temporal> |
The
SeekableTemporalDataReadChannel interface extends the
TemporalDataReadChannel interface to give the ability to seek around in
the temporal data based on a time coordinate. |
| TemporalDataReadChannel<DataType extends Temporal> |
The
TemporalDataReadChannel interface defines the functionality of a
class for reading temporal data. |
| TemporalDataSource<DataType extends Temporal> |
The
TemporalDataSource interface defines the functionality of a
class that represents a data source. |