visad.data.amanda
Class BaseTrack

java.lang.Object
  extended by visad.data.amanda.BaseTrack
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
FitTrack, MCTrack

public abstract class BaseTrack
extends Object
implements Comparable


Field Summary
static FunctionType functionType
           
static RealType indexType
           
static FieldImpl missing
           
static FunctionType timeSequenceType
           
 
Method Summary
 int compareTo(BaseTrack t)
           
 int compareTo(Object obj)
           
 boolean equals(Object obj)
           
 float getEnergy()
           
 float getLength()
           
 float getXMax()
           
 float getXMin()
           
 float getYMax()
           
 float getYMin()
           
 float getZMax()
           
 float getZMin()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

indexType

public static final RealType indexType

functionType

public static FunctionType functionType

timeSequenceType

public static FunctionType timeSequenceType

missing

public static FieldImpl missing
Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable

compareTo

public int compareTo(BaseTrack t)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getEnergy

public final float getEnergy()

getLength

public final float getLength()

getXMax

public final float getXMax()

getXMin

public final float getXMin()

getYMax

public final float getYMax()

getYMin

public final float getYMin()

getZMax

public final float getZMax()

getZMin

public final float getZMin()

toString

public String toString()
Overrides:
toString in class Object