grs.pds.edr
Class MsgEdrTestRecord
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--grs.pds.PdsTestRecord
|
+--grs.pds.edr.MsgEdrTestRecord
- All Implemented Interfaces:
- Cloneable, Map, PdsRecord, Serializable
- public class MsgEdrTestRecord
- extends PdsTestRecord
Unit test wrapper for the MsgEdrRecord class. Subclasses Hashtable (through
PdsTestRecord). Hash keys will be field (column) names. Two methods of
creating an instance are provided: from a ResultSet (the "real" instance),
and from a ProfileEdrRecord (the "test" instance).
- See Also:
- Serialized Form
| Fields inherited from interface grs.pds.PdsRecord |
GAMMA_CHANNELS, int10, int12, int2, int3, logger, MESSAGE_LENGTH, NS_MAX_EVENTS, PEF_COMMANDS, prec10, prec12, prec13, prec14, prec15, prec16, prec17, prec5, prec6, prec7, PROFILE_LENGTH, PROFILE_SIZE, PULSER_CHANNELS, QUERY_DATE_FMT, SC_ID |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
MsgEdrTestRecord
public MsgEdrTestRecord(MsgEdrRecord rec)
- Create a test record from a message record.
- Parameters:
rec - msg record.
MsgEdrTestRecord
public MsgEdrTestRecord(ResultSet rs,
boolean pds)
throws SQLException
- Create a test record from a result set.
- Parameters:
rs - JDBC result set
- Throws:
SQLException - Error reading from result set.- See Also:
MsgEdrRecord.createSelectString(java.lang.String)
MsgEdrTestRecord
public MsgEdrTestRecord(DataInputStream in)
throws IOException
- Read from query tool data that has been resorted as a time series
- Parameters:
in - Stream from binary file.
- Throws:
IOException - Error reading from stream.
SpiceException - Error parsing time.
2001 Mars Odyssey Gamma Ray Spectrometer Team