public class TsdsTimeSeriesBrowse extends java.lang.Object implements TimeSeriesBrowse
PROB_NO_TIMERANGE_PROVIDED, PROB_PARSE_ERROR_IN_TIMERANGE| Constructor and Description |
|---|
TsdsTimeSeriesBrowse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
blurURI()
return the URI without the timeSeriesBrowse settings, for use in .vap files and where the
timerange is set elsewhere.
|
DatumRange |
getTimeRange()
get the time range for the current view of the timeseries.
|
Datum |
getTimeResolution()
get the resolution for the current view of the timeseries.
|
java.lang.String |
getURI()
return the URI for the current time range and resolution.
|
void |
setTimeRange(DatumRange dr)
set the time range for the desired view of the timeseries.
|
void |
setTimeResolution(Datum d)
set the resolution for the desired view of the timeseries.
|
void |
setURI(java.lang.String suri)
Added in effort to make it easier to set the timerange if we have a timerange already.
|
public void setTimeRange(DatumRange dr)
TimeSeriesBrowsesetTimeRange in interface TimeSeriesBrowsedr - the new time range.public void setTimeResolution(Datum d)
TimeSeriesBrowsesetTimeResolution in interface TimeSeriesBrowsed - the time resolutionpublic java.lang.String getURI()
TimeSeriesBrowsegetURI in interface TimeSeriesBrowsepublic java.lang.String blurURI()
TimeSeriesBrowseblurURI in interface TimeSeriesBrowsepublic DatumRange getTimeRange()
TimeSeriesBrowsegetTimeRange in interface TimeSeriesBrowsepublic Datum getTimeResolution()
TimeSeriesBrowsegetTimeResolution in interface TimeSeriesBrowsepublic void setURI(java.lang.String suri)
throws java.text.ParseException
TimeSeriesBrowsesetURI in interface TimeSeriesBrowsejava.text.ParseException - if the uri cannot be parsed.