|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlottableDCOperations
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean custom_sizes()
Plottable[] get_plottable(RequestFilter request, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
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
PlottableNotAvailable
UnsupportedDimension
Dimension[] get_event_sizes()
Plottable[] get_for_event(EventAccess event, ChannelId channel_id, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
PlottableNotAvailable
UnsupportedDimension
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |