Modifier and Type | Field and Description |
---|---|
static CDFTimeType |
CDFTimeType.EPOCH
EPOCH Type
|
static CDFTimeType |
CDFTimeType.EPOCH16
EPOCH16 Type
|
static CDFTimeType |
CDFTimeType.TT2000
TT2000 Type
|
Modifier and Type | Method and Description |
---|---|
static CDFTimeType |
CDFTimeType.getType(java.lang.String s)
Returns CDFTimeType of the named time type.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericWriter.defineCompressedTimeSeries(java.lang.String name,
CDFDataType dataType,
int[] dim,
java.lang.String tname,
CDFTimeType timeType)
Defines a time series of the named variable of specified data type and
the time variable of specified name and type.Variable's data is compressed before it is stored
|
void |
GenericWriter.defineTimeSeries(java.lang.String name,
CDFDataType dataType,
int[] dim,
java.lang.String tname,
CDFTimeType timeType,
boolean compressed)
Defines a time series of a new named variable of specified data type
and the time variable of specified name and type.
|
void |
GenericWriter.defineTimeVariable(java.lang.String name,
CDFTimeType timeType)
Defines a time variable of the specified
time type . |
static CDFDataType |
CDFDataType.getType(CDFTimeType type)
Returns CDFDataType for a given CDFTimeType.
|