public class _PlottableDCStub extends org.omg.CORBA.portable.ObjectImpl implements PlottableDC
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_ob_opsClass |
| Constructor and Description |
|---|
_PlottableDCStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
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 _ob_a0,
int _ob_a1,
int _ob_a2,
Dimension _ob_a3)
Gets a Plottable for an entire day, for example for a helicorder
display.
|
Plottable[] |
get_for_event(EventAccess _ob_a0,
ChannelId _ob_a1,
Dimension _ob_a2)
Gets a Plottable for a particular seismic event.
|
Plottable[] |
get_plottable(RequestFilter _ob_a0,
Dimension _ob_a1)
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.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic boolean custom_sizes()
PlottableDCOperationscustom_sizes in interface PlottableDCOperationspublic Plottable[] get_plottable(RequestFilter _ob_a0, Dimension _ob_a1) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
PlottableDCOperationsget_plottable in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimensionNotImplementedpublic Dimension[] get_whole_day_sizes()
PlottableDCOperationsget_whole_day_sizes in interface PlottableDCOperationspublic Plottable[] get_for_day(ChannelId _ob_a0, int _ob_a1, int _ob_a2, Dimension _ob_a3) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperationsget_for_day in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimensionpublic Dimension[] get_event_sizes()
PlottableDCOperationsget_event_sizes in interface PlottableDCOperationspublic Plottable[] get_for_event(EventAccess _ob_a0, ChannelId _ob_a1, Dimension _ob_a2) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperationsget_for_event in interface PlottableDCOperationsPlottableNotAvailableUnsupportedDimension