public final class TemporalReadInfo extends Object
DefaultDataReader| Constructor and Description |
|---|
TemporalReadInfo(Integer timeIndex,
Object timeValue,
DataRecord record)
Initializes a new instance of the TemporalReadInfo class.
|
| Modifier and Type | Method and Description |
|---|---|
DataRecord |
getRecord()
The current temporal record.
|
Integer |
getTimeIndex()
Gets the zero based time index (e.g.
|
Object |
getTimeValue()
Gets the current value in the time column.
|
public TemporalReadInfo(Integer timeIndex, Object timeValue, DataRecord record)
timeIndex - The zero based time index (e.g. t=0, t=100). Can be null.timeValue - The current value in the time column. Can be null.record - The current temporal record.public DataRecord getRecord()
public Integer getTimeIndex()
public Object getTimeValue()
Copyright © 2021. All rights reserved.