public class TimeVariableFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeVariableFactory.CDFEpoch16Variable |
static class |
TimeVariableFactory.CDFEpochVariable |
static class |
TimeVariableFactory.CDFTimeVariable |
static class |
TimeVariableFactory.CDFTT2000Variable |
static class |
TimeVariableFactory.UnixTimeVariable |
Modifier and Type | Field and Description |
---|---|
static double |
JANUARY_1_1970 |
static long |
JANUARY_1_1970_LONG |
static long |
TT2000_DATE |
Modifier and Type | Method and Description |
---|---|
static TimeInstantModel |
getDefaultTimeInstantModel() |
static TimeInstantModel |
getDefaultTimeInstantModel(double msec) |
static TimeVariableFactory.CDFTimeVariable |
getTimeVariable(MetaData rdr,
java.lang.String vname) |
public static final double JANUARY_1_1970
public static final long JANUARY_1_1970_LONG
public static final long TT2000_DATE
public static TimeInstantModel getDefaultTimeInstantModel()
public static TimeInstantModel getDefaultTimeInstantModel(double msec)
msec
- public static TimeVariableFactory.CDFTimeVariable getTimeVariable(MetaData rdr, java.lang.String vname) throws java.lang.Throwable
rdr
- vname
- java.lang.Throwable