grs.pds
Class InlCoefficients

java.lang.Object
  |
  +--grs.pds.InlCoefficients

public class InlCoefficients
extends Object


Constructor Summary
InlCoefficients()
           
InlCoefficients(double[] coef)
          Construct a new RCoords, with vector components x, y, and z.
 
Method Summary
 String getSQLTypeName()
          Return the SQL type name, given when read from the database.
 void readDataStream(DataInputStream in)
          Read the record from DataInputStream.
 void readSQL(SQLInput in, String type)
          Read the record from SQL input.
 void writeDataStream(DataOutputStream out)
          Write the record to a DataOutputStream.
 void writeSQL(SQLOutput out)
          Write the record to a SQL output.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlCoefficients

public InlCoefficients()

InlCoefficients

public InlCoefficients(double[] coef)
Construct a new RCoords, with vector components x, y, and z.

Method Detail

getSQLTypeName

public String getSQLTypeName()
Return the SQL type name, given when read from the database.

See Also:
SQLData.getSQLTypeName()

readSQL

public void readSQL(SQLInput in,
                    String type)
             throws SQLException
Read the record from SQL input.

SQLException
See Also:
SQLData.readSQL(SQLInput, String)

writeSQL

public void writeSQL(SQLOutput out)
              throws SQLException
Write the record to a SQL output.

SQLException
See Also:
SQLData.writeSQL(SQLOutput)

readDataStream

public void readDataStream(DataInputStream in)
                    throws IOException
Read the record from DataInputStream.

IOException

writeDataStream

public void writeDataStream(DataOutputStream out)
                     throws IOException
Write the record to a DataOutputStream.

IOException


2001 Mars Odyssey Gamma Ray Spectrometer Team