|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
edu.iris.Fissures.IfPlottable.PlottableDCPOA
edu.iris.Fissures.IfPlottable.PlottableDCPOATie
public class PlottableDCPOATie
Constructor Summary | |
---|---|
PlottableDCPOATie(PlottableDCOperations delegate)
|
|
PlottableDCPOATie(PlottableDCOperations delegate,
org.omg.PortableServer.POA poa)
|
Method Summary | |
---|---|
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. |
Methods inherited from class edu.iris.Fissures.IfPlottable.PlottableDCPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlottableDCPOATie(PlottableDCOperations delegate)
public PlottableDCPOATie(PlottableDCOperations delegate, org.omg.PortableServer.POA poa)
Method Detail |
---|
public PlottableDCOperations _delegate()
public void _delegate(PlottableDCOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public boolean custom_sizes()
PlottableDCOperations
public Plottable[] get_plottable(RequestFilter request, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension, NotImplemented
PlottableDCOperations
PlottableNotAvailable
UnsupportedDimension
NotImplemented
public Dimension[] get_whole_day_sizes()
PlottableDCOperations
public Plottable[] get_for_day(ChannelId channel_id, int year, int jday, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperations
PlottableNotAvailable
UnsupportedDimension
public Dimension[] get_event_sizes()
PlottableDCOperations
public Plottable[] get_for_event(EventAccess event, ChannelId channel_id, Dimension pixel_size) throws PlottableNotAvailable, UnsupportedDimension
PlottableDCOperations
PlottableNotAvailable
UnsupportedDimension
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |