public interface PlottableDCOperations
| Modifier and Type | Method and Description |
|---|---|
boolean |
custom_sizes()
Whether or not the PlottableDC can create custom dimensioned
Plottables.
|
Dimension[] |
get_event_sizes()
Gets the sizes of cached plottables for an event's data.
|
Plottable[] |
get_for_day(ChannelId channel_id,
int year,
int jday,
Dimension pixel_size)
Gets a Plottable for an entire day, for example for a helicorder
display.
|
Plottable[] |
get_for_event(EventAccess event,
ChannelId channel_id,
Dimension pixel_size)
Gets a Plottable for a particular seismic event.
|
Plottable[] |
get_plottable(RequestFilter request,
Dimension pixel_size)
Gets a Plottable for a specific time window for a channel at the
given size.
|
Dimension[] |
get_whole_day_sizes()
Gets the sizes of cached plottables for a whole day of data.
|
boolean custom_sizes()
Plottable[] get_plottable(RequestFilter request, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
Dimension[] get_whole_day_sizes()
Plottable[] get_for_day(ChannelId channel_id, int year, int jday, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
Dimension[] get_event_sizes()
Plottable[] get_for_event(EventAccess event, ChannelId channel_id, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension