public interface SeismogramAccessOperations extends SeismogramComponentOperations, TimeSeriesAccess
| Modifier and Type | Method and Description |
|---|---|
Seismogram |
a_writeable() |
SeismogramAttr |
get_attributes() |
double[] |
get_range_as_doubles(Quantity time_range) |
EncodedData[] |
get_range_as_encoded(Quantity time_range) |
float[] |
get_range_as_floats(Quantity time_range) |
int[] |
get_range_as_longs(Quantity time_range) |
short[] |
get_range_as_shorts(Quantity time_range) |
ParameterComponent |
parm_svc()
Defines the ParameterMgr where parameters for this DataSet
reside
|
a_factory, a_findercan_convert_to_double, can_convert_to_float, can_convert_to_long, can_convert_to_short, get_as_doubles, get_as_encoded, get_as_floats, get_as_longs, get_as_shorts, is_closed, is_double, is_encoded, is_float, is_long, is_shortget_audit_trailSeismogram a_writeable()
ParameterComponent parm_svc()
SeismogramAttr get_attributes()
int[] get_range_as_longs(Quantity time_range) throws FissuresException
FissuresExceptionshort[] get_range_as_shorts(Quantity time_range) throws FissuresException
FissuresExceptionfloat[] get_range_as_floats(Quantity time_range) throws FissuresException
FissuresExceptiondouble[] get_range_as_doubles(Quantity time_range) throws FissuresException
FissuresExceptionEncodedData[] get_range_as_encoded(Quantity time_range) throws FissuresException
FissuresException