- AArray - Class in gov.nasa.gsfc.spdf.cdfj
-
- AArray(Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.AArray
-
- AArray(Object, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.AArray
-
- add(String, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.OutputOption
-
- add(String, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.SelectedVariableCollection
-
Add a variable to the output with specified compression and
default specification for
SparseRecordOption
,
(PAD).
- add(String, boolean, SparseRecordOption) - Method in interface gov.nasa.gsfc.spdf.cdfj.SelectedVariableCollection
-
Add a variable to the output with specified compression and
specified setting for
SparseRecordOption
.
- addCDF(String) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFWriter
-
Adds previously selected variables, and variables they depend on, from
the given file.
- addCDF(URL) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFWriter
-
Adds previously selected variables, and variables they depend on, from
the given URL.
- addCDF(GenericReader) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFWriter
-
Adds previously selected variables, and variables they depend on, from
the given
GenericReader
..
- addData(Object, int[], boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- addData(String, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data to a variable.
- addData(String, Object, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data to a variable.
- addData(String, Object, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data for a specified record range to a variable.
- addData(String, Object, int[], boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data for a specified record range to a variable.
- addFunction(String, Class, Class[][]) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- addGlobalAttributeEntry(String, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds a global attribute entry.
- addGlobalAttributeEntry(String, CDFDataType, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds a global attribute entry of specified type..
- addJavaArray(Object, int, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- addNRVString(String, String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds an NRV record of string type.
- addNRVVariable(String, CDFDataType, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds a scalar NRV record of the given numeric type.
- addNRVVariable(String, CDFDataType, int[], Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds a NRV record of the given numeric type and dimension.
- addNRVVariable(String, CDFDataType, int[], int, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds a NRV record of the given type and dimensions.
- addOneD(String, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data (represented as a one dimensional array) to a variable.
- addOneD(String, Object, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data (represented as a one dimensional array) to a variable.
- addOneD(String, Object, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data (represented as a one dimensional array)
for a specified record range to a variable.
- addOneD(String, Object, int[], boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Adds data (represented as a one dimensional array)
for a specified record range to a variable.
- addToDoNotCheckList(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.CDFWriter
-
Adds an attribute to the list of 'not to be monitored' global attributes.
- addVariableAttributeEntry(String, String, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Sets the value of a given attribute for a variable.
- addVariableAttributeEntry(String, String, CDFDataType, Object) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Sets the value of a given attribute for a variable.
- ADR - Class in gov.nasa.gsfc.spdf.cdfj
-
- ADR() - Constructor for class gov.nasa.gsfc.spdf.cdfj.ADR
-
- AEDR - Class in gov.nasa.gsfc.spdf.cdfj
-
- AEDR(ADR, int, Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.AEDR
-
Constructs AEDR of a given type and value for an ADR.
- AEDR(ADR, Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.AEDR
-
- AgrEDRHead_OFFSET - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
-
- AgrEDRHead_OFFSET - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
-
- allocateDataArray(int) - Method in class gov.nasa.gsfc.spdf.cdfj.ByteVarContainer
-
- allocateDataArray(int) - Method in class gov.nasa.gsfc.spdf.cdfj.FloatVarContainer
-
- allocateDataArray(int) - Method in class gov.nasa.gsfc.spdf.cdfj.IntVarContainer
-
- allocateDataArray(int) - Method in class gov.nasa.gsfc.spdf.cdfj.LongVarContainer
-
- allocateDataArray(int) - Method in class gov.nasa.gsfc.spdf.cdfj.ShortVarContainer
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.AArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.ByteArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.FloatArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.IntArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.LongArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.ShortArray
-
- array() - Method in class gov.nasa.gsfc.spdf.cdfj.StringArray
-
- ArrayAttribute - Class in gov.nasa.gsfc.spdf.cdfj
-
- ArrayAttribute(Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.ArrayAttribute
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ByteVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.FloatVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.IntVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.LongVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ShortVarContainer
-
- as1DArray() - Method in class gov.nasa.gsfc.spdf.cdfj.StringVarContainer
-
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CByte
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CDouble
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CFloat
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CInt
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CLong
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CShort
-
Returns the one dimensional array representation.
- as1DArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CString
-
Returns the one dimensional array representation.
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ByteVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.FloatVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.IntVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.LongVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ShortVarContainer
-
- asArray() - Method in class gov.nasa.gsfc.spdf.cdfj.StringVarContainer
-
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CDouble
-
Returns the multi dimensional array representation.
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CFloat
-
Returns the multi dimensional array representation.
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CInt
-
Returns the multi dimensional array representation.
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CLong
-
Returns the multi dimensional array representation.
- asArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CShort
-
Returns the multi dimensional array representation.
- asArrayElement(int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- asArrayElement(int, int) - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- asByteArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as byte[] if variable type is byte,
unsigned byte or char.
- asByteArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for a range of records as byte[] if
variable type is byte, unsigned byte or char.
- asDouble0(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given scalar variable.
- asDouble1(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given variable of rank 1.
- asDouble2(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given variable of rank 2.
- asDouble3(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given variable of rank 3.
- asDoubleArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as double[].
- asDoubleArray(boolean, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
double[].
- asDoubleArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
double[].
- asFloatArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as float[].
- asFloatArray(boolean, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
float[].
- asFloatArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
float[].
- asIntArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as int[] for variables of type
int, short or unsigned short, byte or unsigned byte.
- asIntArray(boolean, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
int[] for variables of type int, short or unsigned short, byte or
unsigned byte, or unsigned int (only if preserve is false).
- asIntArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
int[] for variables of type int, short or unsigned short, byte or
unsigned byte.
- asLongArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as long[] for variables of type long.
- asLongArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
long[] for variables of type long.
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- asOneDArray(boolean, Stride) - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ByteVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.ByteVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.DoubleVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.FloatVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.FloatVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.IntVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.IntVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.LongVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.LongVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.ShortVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.ShortVarContainer
-
- asOneDArray() - Method in class gov.nasa.gsfc.spdf.cdfj.StringVarContainer
-
- asOneDArray(boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.StringVarContainer
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CByte
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CByte
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CDouble
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CDouble
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CFloat
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CFloat
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CInt
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CInt
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CLong
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CLong
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CShort
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CShort
-
- asOneDArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CString
-
- asOneDArray(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer.CString
-
- asSampledArray(Stride) - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- asShortArray() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values as short[] for variables of type
short, byte or unsigned byte
throws Throwable for variables of other types.
- asShortArray(boolean, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
short[] for variables of type short, byte or unsigned byte, or
unsigned short (only if preserve is false).
- asShortArray(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns this variable's values for the specified range of records as
short[] for variables of type short, byte or unsigned byte.
- ATTR_OFFSET_DATATYPE - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
-
- ATTR_OFFSET_DATATYPE - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
-
- ATTR_OFFSET_NAME - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
-
- ATTR_OFFSET_NAME - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
-
- ATTR_OFFSET_NUM_ELEMENTS - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
-
- ATTR_OFFSET_NUM_ELEMENTS - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
-
- Attribute - Interface in gov.nasa.gsfc.spdf.cdfj
-
CDF Attribute specification
- AttributeEntry - Interface in gov.nasa.gsfc.spdf.cdfj
-
Specifes an attribute entry.
- attributesInDoNotCheckList() - Method in class gov.nasa.gsfc.spdf.cdfj.CDFWriter
-
Returns names of 'not to be monitored' global attributes.
- AzEDRHead_OFFSET - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
-
- AzEDRHead_OFFSET - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
-
- GDR - Class in gov.nasa.gsfc.spdf.cdfj
-
- GDR() - Constructor for class gov.nasa.gsfc.spdf.cdfj.GDR
-
- GenericReader - Class in gov.nasa.gsfc.spdf.cdfj
-
GenericReader extends MetaData class with methods to access variable
data.
- GenericReader(String) - Constructor for class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Constructs a reader for the given CDF file.
- GenericReader(URL) - Constructor for class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Constructs a reader for the given CDF URL.
- GenericWriter - Class in gov.nasa.gsfc.spdf.cdfj
-
Base class for creating a version 3.6 CDF.
- GenericWriter() - Constructor for class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Constructs a column major GenericWriter
- GenericWriter(boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.GenericWriter
-
Constructs a GenericWriter of specified row majority
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.ADR
-
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.AEDR
-
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.CDR
-
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.CPR
-
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.GDR
-
- get(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given variable.
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.VDR
-
- get() - Method in class gov.nasa.gsfc.spdf.cdfj.VXR
-
- get1D(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns values of a numeric variable whose values can be converted
to double without loss of precision as double[].
- get1D(String, Boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns values of a string variable as byte[].
- get1D(String, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns value of a variable as a one dimensional array.
- get1D(String, int) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns value of 1 dimensional variable at the specified point.
- get1D(String, int, int) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns values of 1 dimensional variable for the specified
range of points.
- get1DSeries(CDFImpl, Variable, int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
1D
- get1DSeries(CDFImpl, Variable, int[], boolean) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- get1DSeries(CDFImpl, Variable, int[], boolean, boolean) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- get1DSeries(CDFImpl, Variable, int[], int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getAttribute(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns value of the named global attribute.
- getAttribute(String, String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns value of the named attribute for specified variable.
- getAttribute(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns value of the first entry for the named global attribute.
- getAttribute(String, String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns value of the named attribute for specified variable.
- getAttributeEntries(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
- getAttributeEntries(String, String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
- getAttributeEntries(String, String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns list of
AttributeEntry
objects for
the named attribute for the named variable.
- getAttributeEntries(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns list of
AttributeEntry
objects for the
named global attribute.
- getAttributeName() - Method in interface gov.nasa.gsfc.spdf.cdfj.AttributeEntry
-
- getAvailableTimeRange(String) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getBaseTime() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeInstantModel
-
Returns base time in base time units since Epoch 0.
- getBaseTimeUnits() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeInstantModel
-
Returns base time units.
- getBlockingFactor(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns the blocking factor used to compress this variable.
- getBlockingFactor() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
- getBlockRange(Vector, boolean, int, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
returns range of blocks containing the range of records (start, end).
- getBuffer() - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- getBuffer() - Method in class gov.nasa.gsfc.spdf.cdfj.ByteBufferURLReader
-
- getBuffer(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns data extracted by the named thread as ByteBuffer.
- getBuffer(String, String, int[], boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns specified data as ByteBuffer of specified type.
- getBuffer(String, String, int[], boolean, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns specified data as ByteBuffer of specified type.
- getBuffer(String, String, int[], boolean, ByteBuffer) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
- getBuffer() - Method in class gov.nasa.gsfc.spdf.cdfj.VariableDataBuffer
-
- getBuffer(Class, int[], boolean, ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Returns ByteBuffer containing uncompressed values converted to
a stream of numbers of the type specified by 'type' using the
specified byte ordering (specified by bo) for the specified range
of records.
- getBuffer() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
Returns ByteBuffer for this container.
- getBufferCapacity(String, String, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
- getByteArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
Returns a byte[] containing value of the given variable for the
specified range of points.
- getByteContainer(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
- getByteOrder() - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns ByteOrder.LITTLE_ENDIAN, or ByteOrder.BIG_ENDIAN depending
the CDF encoding
- getByteOrder(int) - Static method in class gov.nasa.gsfc.spdf.cdfj.DataTypes
-
- getByteOrder() - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns ByteOrder.LITTLE_ENDIAN, or ByteOrder.BIG_ENDIAN depending
the CDF encoding
- getCapacity() - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- getCapacity() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
- getCDF(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
-
creates CDFImpl object from a file.
- getCDF() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns CDFImpl
object containing this variable.
- getDataBuffers() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets an array of VariableDataBuffer objects that provide location of
data for this variable if this variable is not compressed.
- getDataBuffers(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
- getDataItemSize(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns size of a data item for the given variable.
- getDataItemSize() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the size of an item (defined as number of bytes needed to
represent the value of this variable at a point).
- getDefaultTimeInstantModel() - Static method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory
-
- getDefaultTimeInstantModel(double) - Static method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory
-
- getDependent(String) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns names of variables that the specified variable depends on.
- getDimensions() - Method in class gov.nasa.gsfc.spdf.cdfj.AArray
-
- getDimensions() - Method in class gov.nasa.gsfc.spdf.cdfj.ArrayAttribute
-
- getDimensions(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns dimensions the given variable.
- getDimensions() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the dimensions.
- getDoubleArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
Returns a double[] containing value of the given variable for the
specified range of records.
- getDoubleArray(String, int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
Returns a double[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
- getDoubleContainer(int[], boolean, ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns double
DataContainer
for a
range of points, optionally accepting possible loss of precision.
- getDoubleContainer(int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns double
DataContainer
for a
range of points using native ByteOrder, optionally accepting possible
loss of precision.
- getEffectiveDimensions(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns effective dimensions of the given variable.
- getEffectiveDimensions() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns effective dimensions
- getEffectiveDimensions() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Returns effective dimensions
- getEffectiveRank(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns effective rank of this variable.
- getEffectiveRank() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Returns effective rank of this variable.
- getElement1(CDFImpl, Variable, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getElement1(CDFImpl, Variable, Integer, Stride) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getElement2(CDFImpl, Variable, Integer, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getElementCount(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Return element count for this variable's dimensions.
- getElementCount() - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Return element count for this variable's dimensions.
- getElementCount() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Return element count for this variable's dimensions.
- getElements1(CDFImpl, Variable, int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getEntry(int) - Method in interface gov.nasa.gsfc.spdf.cdfj.GlobalAttribute
-
returns nth entry for this global attribute.
- getEntry(int) - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableAttribute
-
returns nth entry for this variable attribute.
- getEntryCount() - Method in interface gov.nasa.gsfc.spdf.cdfj.GlobalAttribute
-
returns count of entries for this global attribute.
- getEntryCount() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableAttribute
-
returns count of entries for this variable attribute.
- getFillValue(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getFirstMilliSecond() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
Returns the millisecond offset of the first record using Epoch 0
as the base time
This number may be useful as a base time for a time instant model
when looking at high time resolution data.
- getFirstMilliSecond() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getFirstRecord() - Method in class gov.nasa.gsfc.spdf.cdfj.VariableDataBuffer
-
- getFloatArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
Returns a float[] containing value of the given variable for the
specified range of records.
- getFloatArray(String, int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
Returns a float[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
- getFloatContainer(int[], boolean, ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns float
DataContainer
for a
range of points, optionally accepting possible loss of precision.
- getFloatContainer(int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns float
DataContainer
for a
range of points using native ByteOrder, optionally accepting possible
loss of precision.
- getGlobalAttribute(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
- getGlobalAttribute(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
- getIndexName(String, int) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the name of the specified index of a multi-dimensional
variable
- getIntArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
returns a int[] containing value of the given variable for the
specified range of records.
- getIntArray(String, int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
returns a int[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
- getIntContainer(int[], boolean, ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns int
DataContainer
for a
range of points, optionally accepting possible loss of precision.
- getIntContainer(int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns int
DataContainer
for a
range of points using native ByteOrder, optionally accepting possible
loss of precision.
- getLastLeapSecondId() - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Identifies the leap second table used in creating this CDF.
- getLastRecord() - Method in class gov.nasa.gsfc.spdf.cdfj.VariableDataBuffer
-
- getLocations() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableDataLocator
-
Returns array of locations.
- getLocator() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets a list of regions that contain data for the variable.
- getLong(String) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns all available values for the given long type variable.
- getLongArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
returns a long[] containing value of the given variable for the
specified range of records.
- getLongContainer(int[], ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
- getLongContainer(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns short
DataContainer
for a
range of points using native ByteOrder.
- getMethod(Variable, String) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getMethod(Variable, String, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getName() - Method in interface gov.nasa.gsfc.spdf.cdfj.Attribute
-
- getName() - Method in class gov.nasa.gsfc.spdf.cdfj.CDFFactory.CDFSource
-
- getName() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
Returns name of the variable.
- getName() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getName() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the name of this of this variable
- getName() - Method in class gov.nasa.gsfc.spdf.cdfj.VDR
-
- getNameBytes(String) - Method in class gov.nasa.gsfc.spdf.cdfj.ADR
-
- getNames() - Method in interface gov.nasa.gsfc.spdf.cdfj.OutputOption
-
- getNames() - Method in interface gov.nasa.gsfc.spdf.cdfj.SelectedVariableCollection
-
Returns a list of variable selected.
- getNum() - Method in class gov.nasa.gsfc.spdf.cdfj.AEDR
-
- getNum() - Method in interface gov.nasa.gsfc.spdf.cdfj.GlobalAttribute
-
- getNum() - Method in class gov.nasa.gsfc.spdf.cdfj.VDR
-
- getNumber(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns given variable's number property.
- getNumber() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the sequence number of the variable inside the CDF.
- getNumberOfElements() - Method in interface gov.nasa.gsfc.spdf.cdfj.AttributeEntry
-
- getNumberOfElements(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns given variable's 'number of elements' property.
- getNumberOfElements() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the number of elements (of type returned by getType()).
- getNumberOfValues(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns 'number of values' property of the given variable.
- getNumberOfValues() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the number of values (size of time series)
- getOffset(long) - Static method in class gov.nasa.gsfc.spdf.cdfj.TimeUtil
-
- getOffsetUnits() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeInstantModel
-
Returns time offset units.
- getOneD(String, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
- getOneD(String, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns one dimensional representation of the values of a numeric
variable whose type is not INT8 or TT2000.
- getOneDArray(String, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns data extracted by the named thread as a one dimensional
array, organized according to specified row majority..
- getOneDArray(String, String, int[], boolean, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns specified data as a one dimensional
array, organized according to specified row majority..
- getOneDSeries(CDFImpl, Variable, int[], boolean) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getOption(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.SparseRecordOption
-
Returns SparseRecordOption object for the named option.
- getOverlap(MetaData, double[], String, int[], int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getPadValue(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getPadValue(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns 'pad value' property of the given variable.
- getPadValue(String, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns 'pad value' property of the given variable subject to the given
precision preservation constraint.
- getPadValue() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets an object that represents a padded instance.
- getPadValue(boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets an object that represents a padded instance for a variable of
numeric type.
- getPoint(Object) - Static method in class gov.nasa.gsfc.spdf.cdfj.AArray
-
- getPoint0(CDFImpl, Variable, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getPoint1(CDFImpl, Variable, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getPoint2(CDFImpl, Variable, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getPoint3(CDFImpl, Variable, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
3D Point
- getPrecision(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.TimePrecision
-
- getPrecision() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
- getPrecision() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getRange(String, int, int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns values for a range of records for the given numeric variable
of rank <= 2.
- getRange0(CDFImpl, Variable, Integer, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getRange0(CDFImpl, Variable, Integer, Integer, Stride) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getRange1(CDFImpl, Variable, Integer, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
returns values for the specified one
dimensional variable for the specified range of records.
- getRangeForComponent(String, int, int, int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns values, in the specified record range, of the specified
component of 1 dimensional * variable of numeric types other than
INT8 or TT2000.
- getRangeForComponents(String, int, int, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns values, in the specified record range, of specified
components of 1 dimensional variable of numeric types other than
INT8 or TT2000.
- getRangeForElement1(CDFImpl, Variable, Integer, Integer, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
returns range of values for the specified element of a one
dimensional variable.
- getRangeForElement1(CDFImpl, Variable, Integer, Integer, Integer, Stride) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getRangeForElements1(CDFImpl, Variable, Integer, Integer, int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
returns range of values for the specified elements of a one
dimensional variable.
- getRangeOneD(String, int, int, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
- getRangeOneD(String, int, int, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns one dimensional representation of the values
for a range of records of a numeric
variable whose type is not INT8 or TT2000.
- getReader(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.ReaderFactory
-
- getReader(URL) - Static method in class gov.nasa.gsfc.spdf.cdfj.ReaderFactory
-
creates CDFReader object from a URL using array backed ByteBuffer.
- getReader(String, boolean) - Static method in class gov.nasa.gsfc.spdf.cdfj.ReaderFactory
-
- getRecordRange() - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- getRecordRange(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns record range for this variable
- getRecordRange(int[], int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
Returns range of records which fall within the specified range
of times relative to the base of the given
time instant model
.
- getRecordRange(double[]) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getRecordRange(int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getRecordRange(int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getRecordRange(double[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getRecordRange(double[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariableX
-
- getRecordRange() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Returns record range for this variable
- getRecordRange() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
Returns range of records in this container.
- getSampled(String, int[], int, String, boolean, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns sampled values of a numeric variable as one dimensional
array of specified type and storage model.
- getSampled(String, int, int, int, String, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns sampled values of a numeric variable as one dimensional
array of specified type.
- getSampledTimeSeries(MetaData, Variable, Integer, Boolean, double[], int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getSampledTimeSeries0(MetaData, Variable, Boolean, double[], int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getSampledTimeSeries1(MetaData, Variable, Integer, Boolean, double[], int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getScalarTimeSeries(String) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified scalar variable, ignoring
points whose value equals fill value.
- getScalarTimeSeries(String, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified scalar variable in the
specified time range, ignoring points whose value equals
fill value.
- getScalarTimeSeries(String, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series as a
TimeSeries
, of the
specified scalar variable in the specified time range, using the given
time instant model
, ignoring points whose
value equals fill value.
- getScalarTimeSeries(String, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified scalar variable, optionally
ignoring points whose value equals fill value.
- getScalarTimeSeries(String, boolean, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified scalar variable in the
specified time range, optionally ignoring points whose value equals
fill value.
- getScalarTimeSeries(String, boolean, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series as a
TimeSeries
of the
specified scalar variable in the specified time range using the given
time instant model
, optionally ignoring points
whose
value equals fill value.
- getSeries0(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getSeries0(CDFImpl, Variable, Stride) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getSeries1(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getSeries2(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getSeries3(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
3D Series
- getShortArray(String, int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
returns a short[] containing value of the given variable for the
specified range of records.
- getShortArray(String, int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
returns a short[] containing value of the given variable for the
specified range of records, optionally accepting loss of precision.
- getShortContainer(int[], boolean, ByteOrder) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns short
DataContainer
for a
range of points, optionally accepting possible loss of precision.
- getShortContainer(int[], boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
Returns short
DataContainer
for a
range of points using native ByteOrder, optionally accepting possible
loss of precision.
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.ADR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.AEDR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.CDR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.CPR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.GDR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.VDR
-
- getSize() - Method in class gov.nasa.gsfc.spdf.cdfj.VXR
-
- getSource() - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
- getSource() - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns the name of the source CDF
- getSparseRecordOption(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.SelectedVariableCollection
-
- getStride(int) - Method in class gov.nasa.gsfc.spdf.cdfj.Stride
-
- getStride() - Method in class gov.nasa.gsfc.spdf.cdfj.Stride
-
- getString(ByteBuffer, Integer) - Static method in class gov.nasa.gsfc.spdf.cdfj.DataTypes
-
- getStringContainer(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.Variable
-
- getStringSeries0(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
0D series of string
- getStringSeries1(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
1D series of string
- getStringSeries2(CDFImpl, Variable) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
- getStringValue(ByteBuffer, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
-
returns String of length 'size' starting at current position
in the given ByteBuffer.
- getTime(int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTime(MetaData, String, int[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeInstantModel() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeries
-
Returns time instant model used to derive times returned
by
getTimes()
.
- getTimeInstantModel() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeriesOneD
-
Returns time instant model used to derive times returned
by
getTimes()
.
- getTimeInstantModel() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeries
-
- getTimeInstantModel() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeriesX
-
- getTimes() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeries
-
- getTimes() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeriesOneD
-
- getTimes() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
- getTimes(TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
- getTimes(int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
Returns relative times for the specified record range using the default
time instant model
.
- getTimes(int[], TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
Returns relative times for the specified record range using the specified
time instant model
.
- getTimes(int[], int[]) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
- getTimes(int[], int[], TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
-
- getTimes(int, int, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFEpoch16Variable
-
- getTimes(int, int, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFEpochVariable
-
- getTimes() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(double[]) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(double[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
-
- getTimes(int, int, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTT2000Variable
-
- getTimes(int, int, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.UnixTimeVariable
-
- getTimes(double[], TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariableX
-
- getTimes() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeries
-
- getTimes() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeriesX
-
- getTimeSeries(String) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getTimeSeries(String, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getTimeSeries(String, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getTimeSeries(String, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getTimeSeries(MetaData, Variable, Integer, Boolean, double[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeSeries0(MetaData, Variable, Boolean, double[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeSeries1(MetaData, Variable, Integer, Boolean, double[]) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeSeriesObject0(MetaData, Variable, Boolean, double[], TimeInstantModel) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeSeriesObject1(MetaData, Variable, Integer, Boolean, double[], TimeInstantModel) - Static method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor
-
- getTimeSeriesOneD(String, int[], int[], TimeInstantModel, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
- getTimeVariable(MetaData, String) - Static method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory
-
- getTimeVariableName(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns the name of the time variable for the given variable.
- getType() - Method in class gov.nasa.gsfc.spdf.cdfj.ArrayAttribute
-
- getType() - Method in interface gov.nasa.gsfc.spdf.cdfj.AttributeEntry
-
- getType(CDFTimeType) - Static method in class gov.nasa.gsfc.spdf.cdfj.CDFDataType
-
Returns CDFDataType for a given CDFTimeType.
- getType(String) - Static method in class gov.nasa.gsfc.spdf.cdfj.CDFTimeType
-
Returns CDFTimeType of the named time type.
- getType(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns CDF type of the variable.
- getType() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the type of values of the variable.
- getValue() - Method in interface gov.nasa.gsfc.spdf.cdfj.AttributeEntry
-
- getValue() - Method in class gov.nasa.gsfc.spdf.cdfj.CDFDataType
-
- getValue() - Method in class gov.nasa.gsfc.spdf.cdfj.CDFTimeType
-
- getValue() - Method in class gov.nasa.gsfc.spdf.cdfj.SparseRecordOption
-
- getValue() - Method in class gov.nasa.gsfc.spdf.cdfj.TimePrecision
-
- getValues() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeries
-
Returns values of the variable at times returned by getTimes().
- getValues() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeriesOneD
-
Returns one dimensional representation of the values of the variable
at times returned by getTimes().
- getValues() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeries
-
- getValues() - Method in class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeriesX
-
- getVariable() - Method in class gov.nasa.gsfc.spdf.cdfj.BaseVarContainer
-
- getVariable(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFCore
-
- getVariable(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns the object that implements the
Variable
interface for
the named variable
- getVariable() - Method in interface gov.nasa.gsfc.spdf.cdfj.VDataContainer
-
Returns the
Variable
for this container.
- getVariableNames() - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns names of variables in the CDF
- getVariableNames(String) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns names of variables of given VAR_TYPE in the CDF
- getVariableNames() - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns names of variables in the CDF
- getVariableNames(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
returns variable names of a given VAR_TYPE in a String[]
- getVariableNumber() - Method in interface gov.nasa.gsfc.spdf.cdfj.AttributeEntry
-
- getVarys(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns 'varys' property of the given variable.
- getVarys() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
-
Gets the dimensional variance.
- getVDR() - Method in class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- getVectorComponent(String, int) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns values of the specified component of 1 dimensional
variable of numeric types other than INT8 or TT2000.
- getVectorComponents(String, int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
-
Returns value of the specified component of 1 dimensional
variable of numeric types other than INT8 or TT2000.
- getVectorTimeSeries(String, int) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified component of a 1 dimensional
variable, ignoring points whose value equals fill value.
- getVectorTimeSeries(String, int, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified component of 1 dimensional
variable in the specified time range, ignoring points whose
value equals fill value.
- getVectorTimeSeries(String, int, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series as a
TimeSeries
, of the
specified component of a vector variable in the specified time range
using the given
time instant model
, ignoring
points
whose value
equals fill value.
- getVectorTimeSeries(String, int, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified component of a 1 dimensional
variable, optionally ignoring points whose value equals fill value.
- getVectorTimeSeries(String, int, boolean, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the time series of the specified component of 1 dimensional
variable in the specified time range, optionally ignoring points whose
value equals fill value.
- getVectorTimeSeries(String, int, boolean, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
-
Returns the
time series
of the specified component
of 1 dimensional variable in the specified time range using the given
time instant model
, optionally ignoring points
whose
value
equals fill value.
- getVXR() - Method in class gov.nasa.gsfc.spdf.cdfj.DataContainer
-
- GlobalAttribute - Interface in gov.nasa.gsfc.spdf.cdfj
-
Global Attribute specification.
- GlobalAttributeEntry - Class in gov.nasa.gsfc.spdf.cdfj
-
- GlobalAttributeEntry(ADR, int, Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.GlobalAttributeEntry
-
- GlobalAttributeEntry(ADR, Object) - Constructor for class gov.nasa.gsfc.spdf.cdfj.GlobalAttributeEntry
-
- globalAttributeEntryCount(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns number of entries for the named global attribute.
- globalAttributeNames() - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
-
Returns names of global attributes.
- globalAttributeNames() - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
-
Returns names of global attributes.
- gov.nasa.gsfc.spdf.cdfj - package gov.nasa.gsfc.spdf.cdfj
-