public interface TimeSeriesCollection
Modifier and Type | Method and Description |
---|---|
Object |
getData(int timePt)
Get the data for the nth point.
|
Class |
getDataClass()
The getData() methods returns List of objects of this Class
|
int |
getNumTimes()
Get number of points in the series
|
double |
getTime(int timePt)
get the time of the nth point.
|
DateUnit |
getTimeUnits()
Get the units of Calendar time.
|
Class getDataClass()
int getNumTimes()
double getTime(int timePt)
DateUnit getTimeUnits()
Object getData(int timePt)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.