public class PlottableDCPOATie extends PlottableDCPOA
| Constructor and Description |
|---|
PlottableDCPOATie(PlottableDCOperations delegate) |
PlottableDCPOATie(PlottableDCOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
PlottableDCOperations |
_delegate() |
void |
_delegate(PlottableDCOperations delegate) |
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.
|
_all_interfaces, _invoke, _this, _thispublic PlottableDCPOATie(PlottableDCOperations delegate)
public PlottableDCPOATie(PlottableDCOperations delegate, org.omg.PortableServer.POA poa)
public PlottableDCOperations _delegate()
public void _delegate(PlottableDCOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean custom_sizes()
PlottableDCOperationspublic Plottable[] get_plottable(RequestFilter request, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
PlottableDCOperationspublic Dimension[] get_whole_day_sizes()
PlottableDCOperationspublic Plottable[] get_for_day(ChannelId channel_id, int year, int jday, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperationspublic Dimension[] get_event_sizes()
PlottableDCOperationspublic Plottable[] get_for_event(EventAccess event, ChannelId channel_id, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperations