public class TrendData extends Object
| Constructor and Description |
|---|
TrendData(Map<String,long[]> times,
Map<String,double[]> values) |
TrendData(Map<String,long[]> times,
Map<String,double[]> values,
long[] timeRange) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHighT()
Returns latest time for data points contained in this dataset.
|
long |
getLowT()
Returns earliest time for data points contained in this dataset.
|
long[] |
getTime()
Returns an array of time values for points in this history.
|
long[] |
getTime(String key)
Returns an array of time points available in this time history for the specified metadata type.
|
long[] |
getTimeRange()
Returns the time range of this data set.
|
double[] |
getValue()
Returns an array of values for points in this history.
|
double[] |
getValue(String key)
Returns an array of values contained in this time history for the specified metadata type.
|
public long[] getTime()
public double[] getValue()
public long[] getTime(String key)
key - String that identifies the metadata.public double[] getValue(String key)
key - String that identifies the metadata.public long getLowT()
public long getHighT()
public long[] getTimeRange()
Copyright © 2018 LSST. All rights reserved.