public interface TimeVariableX extends TimeVariable
| Modifier and Type | Method and Description |
|---|---|
TimePrecision |
getPrecision()
Returns the time precisio
|
java.nio.ByteBuffer |
getRawBuffer()
Returns the raw buffer
|
int[] |
getRecordRange(double[] timeRange)
Returns the record range corresponding to the time range
|
int[] |
getRecordRange(int[] startTime,
int[] stopTime,
TimeInstantModel ts)
Returns the record range corresponding to the start/stop time range of given
time instant model
|
double[] |
getTimes(double[] timeRange,
TimeInstantModel tspec)
Returns relative times for the specified time range using the given
time instant model. |
canSupportPrecision, getFirstMilliSecond, getName, getRecordRange, getTimes, getTimes, getTimes, getTimes, getTimes, getTimes, isTT2000double[] getTimes(double[] timeRange,
TimeInstantModel tspec)
throws java.lang.Throwable
time instant model.
timeRange - relative time rangetspec - a time instant modeljava.lang.Throwable - if an error occursint[] getRecordRange(double[] timeRange)
throws java.lang.Throwable
timeRange - time rangejava.lang.Throwable - if an error occursint[] getRecordRange(int[] startTime,
int[] stopTime,
TimeInstantModel ts)
throws java.lang.Throwable
startTime - relative start timestopTime - relative stop timets - a time instant modeljava.lang.Throwable - if an error occursjava.nio.ByteBuffer getRawBuffer()
TimePrecision getPrecision()
getPrecision in interface TimeVariable