- DataContainer - Class in gov.nasa.gsfc.spdf.cdfj
-
- DataContainer(VDR) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- DataContainer(VDR, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- DataTypes - Class in gov.nasa.gsfc.spdf.cdfj
-
- DataTypes() - Constructor for class gov.nasa.gsfc.spdf.cdfj.DataTypes
-
- DefaultFillValues - Class in gov.nasa.gsfc.spdf.cdfj
-
- DefaultFillValues() - Constructor for class gov.nasa.gsfc.spdf.cdfj.DefaultFillValues
-
- defaultPad(int) - Static method in class gov.nasa.gsfc.spdf.cdfj.DataTypes
-
- DefaultPadValues - Class in gov.nasa.gsfc.spdf.cdfj
-
- DefaultPadValues() - Constructor for class gov.nasa.gsfc.spdf.cdfj.DefaultPadValues
-
- defineCompressedStringVariable(String, int[], int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a compressed variable of string type with given dimensions.
- defineCompressedTimeSeries(String, CDFDataType, int[], String, CDFTimeType) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
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
- defineCompressedVariable(String, CDFDataType, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a compressed variable of specified numeric data type and
dimensions.
- defineCompressedVariable(String, CDFDataType, int[], int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a compressed variable of string type with given dimensions.
- defineNRVVariable(String, CDFDataType, int[], int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a NRV record of the given type and dimensions.Parameter size is ignored for variables of numeric types.
- defineStringVariable(String, int[], int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a named variable of string data type
- defineStringVariable(String, int[], boolean[], boolean, boolean, Object, int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a variable of string type using default
sparse record option.same as:
defineStringVariable(String name, int[] dim,
boolean[] varys, boolean recordVariance, boolean compressed,
Object pad, int size, SparseRecordOption.NONE)
- defineStringVariable(String, int[], boolean[], boolean, boolean, Object, int, SparseRecordOption) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a variable of string type using given
sparse record option.
- defineTimeSeries(String, CDFDataType, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a time series for a new variable of specified data type.Variable's times are contained in a time variable named Epoch which
must have been created before this method is called.
- defineTimeSeries(String, CDFDataType, int[], String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a time series of the named variable of specified data type
and the time variable of specified name.The named time variable must have been defined before this method
is called.Name of the time variable is assigned to the DEPEND_0
attribute.
- defineTimeSeries(String, CDFDataType, int[], String, CDFTimeType, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a time series of a new named variable of specified data type
and the time variable of specified name and type.
- defineTimeVariable(String, CDFTimeType) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a time variable of the specified
time type
.
- defineVariable(String, CDFDataType, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a named variable of specified numeric data type
- defineVariable(String, CDFDataType, int[], int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a named variable of specified numeric data type and dimensions.
- defineVariable(String, CDFDataType, int[], boolean[], boolean, boolean, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a variable of specified numeric data type using default
sparse record option.
- defineVariable(String, CDFDataType, int[], boolean[], boolean, boolean, Object, SparseRecordOption) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a variable of specified numeric data type using given
sparse record option.
- defineVariable(String, CDFDataType, int[], boolean[], boolean, boolean, Object, int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a variable of string type using given
sparse record option.
- defineVariable(String, CDFDataType, int[], boolean[], boolean, boolean, Object, int, SparseRecordOption) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Defines a new variable
- do1DMissing(long[], long, int, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- do1DMissing(long[], long) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- do1DMissing(long[], long, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- do1DMissing(double[], double, int, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- do1DMissing(double[], double) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- do1DMissing(double[], double, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- DOUBLE - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFDataType
-
DOUBLE
- DOUBLE - Static variable in class gov.nasa.gsfc.spdf.cdfj.DataTypes
-
- DoubleArray - Class in gov.nasa.gsfc.spdf.cdfj
-
- DoubleArray(Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DoubleArray
-
- DoubleArray(Object, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DoubleArray
-
- DoubleVarContainer - Class in gov.nasa.gsfc.spdf.cdfj
-
- DoubleVarContainer(CDFImpl, Variable, int[], boolean, ByteOrder) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- DoubleVarContainer(CDFImpl, Variable, int[], boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-