edu.iris.Fissures.seed.builder
Class AhInfo

java.lang.Object
  extended by edu.iris.Fissures.seed.builder.AhInfo

public class AhInfo
extends java.lang.Object


Nested Class Summary
static class AhInfo.AhCalibInfo
           
protected static class AhInfo.AhComplexNumber
           
static class AhInfo.AhEventInfo
           
static class AhInfo.AhHed
           
static class AhInfo.AhRecordInfo
           
static class AhInfo.AhStationInfo
           
static class AhInfo.AhTime
           
 
Field Summary
static short COMPLEX
           
static short DOUBLE
           
static java.lang.String EMPTY_TEXT
          Empty text
static short FLOAT
          data types
static short FLOAT4
           
static java.lang.String NULL_TEXT
          Null text
static short TENSOR
           
static short VECTOR
           
 
Constructor Summary
AhInfo()
           
 
Method Summary
static XdrOutput creatXdrOutput(AhInfo.AhHed hed)
          Creates the XDR output.
static boolean xdr_putdata(AhInfo.AhHed hed, XdrOutput xdr)
          Writes the data array to the xdr stream.
static boolean xdr_puthead(AhInfo.AhHed hed, XdrOutput xdr)
          Writes the header to the xdr stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLOAT

public static final short FLOAT
data types

See Also:
Constant Field Values

COMPLEX

public static final short COMPLEX
See Also:
Constant Field Values

VECTOR

public static final short VECTOR
See Also:
Constant Field Values

TENSOR

public static final short TENSOR
See Also:
Constant Field Values

FLOAT4

public static final short FLOAT4
See Also:
Constant Field Values

DOUBLE

public static final short DOUBLE
See Also:
Constant Field Values

NULL_TEXT

public static final java.lang.String NULL_TEXT
Null text

See Also:
Constant Field Values

EMPTY_TEXT

public static final java.lang.String EMPTY_TEXT
Empty text

See Also:
Constant Field Values
Constructor Detail

AhInfo

public AhInfo()
Method Detail

creatXdrOutput

public static XdrOutput creatXdrOutput(AhInfo.AhHed hed)
Creates the XDR output.

Parameters:
hed - the AH header.
Returns:
the XDR output.

xdr_puthead

public static boolean xdr_puthead(AhInfo.AhHed hed,
                                  XdrOutput xdr)
Writes the header to the xdr stream.

Parameters:
hed - the AH header.
xdr - the XDR output.
Returns:
true if success or false if error.

xdr_putdata

public static boolean xdr_putdata(AhInfo.AhHed hed,
                                  XdrOutput xdr)
Writes the data array to the xdr stream.

Parameters:
hed - the AH header.
xdr - the XDR output.
Returns:
true if success or false if error.