edu.iris.Fissures.IfTimeSeries
Interface TimeSeriesAccess
- All Superinterfaces:
- AuditSystemAccess, org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- All Known Subinterfaces:
- Seismogram, SeismogramAccess, SeismogramAccessOperations, SeismogramOperations
- All Known Implementing Classes:
- _SeismogramAccessStub, _SeismogramStub, _TimeSeriesAccessStub, LocalSeismogram, SeismogramAccessPOA, SeismogramAccessPOATie, SeismogramPOA, SeismogramPOATie
public interface TimeSeriesAccess
- extends AuditSystemAccess, org.omg.CORBA.portable.IDLEntity
is_closed
boolean is_closed()
is_long
boolean is_long()
is_float
boolean is_float()
is_double
boolean is_double()
is_short
boolean is_short()
is_encoded
boolean is_encoded()
can_convert_to_long
boolean can_convert_to_long()
can_convert_to_float
boolean can_convert_to_float()
can_convert_to_double
boolean can_convert_to_double()
can_convert_to_short
boolean can_convert_to_short()
get_as_longs
int[] get_as_longs()
throws FissuresException
- Throws:
FissuresException
get_as_shorts
short[] get_as_shorts()
throws FissuresException
- Throws:
FissuresException
get_as_floats
float[] get_as_floats()
throws FissuresException
- Throws:
FissuresException
get_as_doubles
double[] get_as_doubles()
throws FissuresException
- Throws:
FissuresException
get_as_encoded
EncodedData[] get_as_encoded()
throws FissuresException
- Throws:
FissuresException