public abstract class BaseTrack extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
static FunctionType |
functionType |
static RealType |
indexType |
static FieldImpl |
missing |
static FunctionType |
timeSequenceType |
Modifier and Type | Method and Description |
---|---|
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() |
public static final RealType indexType
public static FunctionType functionType
public static FunctionType timeSequenceType
public static FieldImpl missing
public int compareTo(Object obj)
compareTo
in interface Comparable
public int compareTo(BaseTrack t)
public final float getEnergy()
public final float getLength()
public final float getXMax()
public final float getXMin()
public final float getYMax()
public final float getYMin()
public final float getZMax()
public final float getZMin()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.