Skip navigation links
A B C D E F G H I J L M N O P R S T U V W _ 

G

GDR - Class in gov.nasa.gsfc.spdf.cdfj
 
GDR() - Constructor for class gov.nasa.gsfc.spdf.cdfj.GDR
 
GeneralTimeSeries(MetaData, Variable, Integer, Boolean, double[], TimeInstantModel) - Constructor for class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeries
 
GeneralTimeSeriesX(MetaData, Variable, Boolean, double[], TimeInstantModel, boolean, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.TSExtractor.GeneralTimeSeriesX
 
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
Gets the.
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[].If variable is non-numeric, or of type long a Throwable is thrown.
get1D(String, Boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
Returns values of a string variable as byte[].If variable is numeric, a Throwable is thrown.
get1D(String, boolean) - Method in interface gov.nasa.gsfc.spdf.cdfj.CDFMeta
Returns value of a variable as a one dimensional array.returns, as double[], values of a numeric variable whose values can be converted to double without loss of precision; returns, as byte[], values of a string variable; returns, as long[], values of a long variable for preserve = true, and as double[] otherwise.
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.For a character string attribute, a Vector of String is returned.For a numeric attribute, a Vector of size 1 is returned.The single element of the Vector is a long[] if attribute's type is long; For all other numeric types, the element is a double[].
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
Returns available time range using default time instant model.
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.See the CDF User's Guide for details.
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.After this method returns the ByteBuffer, threadName is forgotten.
getBuffer(String, String, int[], boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
Returns specified data as ByteBuffer of specified type.Order of the ByteBuffer is 'native'.Data is organized according to storage model of the variable returned by rowMajority().
getBuffer(String, String, int[], boolean, boolean) - Method in class gov.nasa.gsfc.spdf.cdfj.GenericReader
Returns specified data as ByteBuffer of specified type.Order of the ByteBuffer is 'native'.Data is organized according to storage model of the variable returned by rowMajority().
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.Original ordering of values (row majority) is preserved.recordRange[0] specifies the first record, and recordRange[1] the last record.If 'preserve' is true, a Throwable is thrown if the conversion to specified type will result in loss of precision.If 'preserve' is false, compatible conversions will be made even if it results in loss of precision.
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
Returns byte DataContainer for a range of points.
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.This method throws a Throwable if invoked for a compressed variable.getBuffer method of VariableDataBuffer object returns a read only ByteBuffer that contains data for this variable for a range of records.
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.Dimensions for which dimVarys is false are ignored.
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.Dimensions for which dimVarys is false do not count.
getEffectiveRank() - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableMetaData
Returns effective rank of this variable.Dimensions for which dimVarys is false do not count.
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.if entry type is string, a String is returned.if entry type is long, a long[] is returned.
getEntry(int) - Method in interface gov.nasa.gsfc.spdf.cdfj.VariableAttribute
returns nth entry for this variable attribute.if entry type is string, a String or String[] is returned.if entry type is long, a long[] is returned.
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
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
Returns the GlobalAttribute object for the named global attribute.
getGlobalAttribute(String) - Method in class gov.nasa.gsfc.spdf.cdfj.MetaData
Returns GlobalAttribute object for the named global attribute.
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.Returns the id of the last leap second in the leap second table.
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.Each element of the vector describes a region as an int[3] array.
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
Returns long DataContainer for a range of points.
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
Gets the name bytes.
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.For variable of type 'string', a String is returned; For numeric data, a double[] is returned.
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.A double[] is returned, unless the variable type is long and preservePrecision is set to true;
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
Returns time precision of the variable.
getPrecision() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
 
getPrecision() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariableX
 
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.long type not supported in this context - use getRangeForElements1
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.returns null if the specified element is not valid.
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.returns null if any of the specified elements is not valid.-- does not respect 'previous' and cases where the requested range has partial overlap with the available range
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.
getRawBuffer() - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTimeVariable
 
getRawBuffer() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariableX
 
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(int[], int[], TimeInstantModel) - 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.Data for records is organized according to the storage model of the variable (as returned by rowMajority()).
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
Gets the size.
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
Returns SparseRecordOption chosen for the given variable.
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
Returns String DataContainer for a range of points.
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.On return, the buffer position is 1 advanced by the smaller of size, or the length of the null terminated string
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
Returns times according to the time instant model returned by getTimeInstantModel().
getTimes() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeSeriesOneD
Returns times according to the time instant model returned by getTimeInstantModel().
getTimes() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
Returns relative times using the default time instant model.
getTimes(TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
Returns relative times using the specified time instant model.
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
Returns relative times for the specified time range using the default time instant model.
getTimes(int[], int[], TimeInstantModel) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
Returns relative times for the specified time range using the given time instant model.
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
Returns relative times for the specified time range using the given time instant model.
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
Returns TimeSeries of the specified variable using the default time instant model.
getTimeSeries(String, TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
Returns TimeSeries of the specified variable using the specified time instant model.
getTimeSeries(String, int[], int[]) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
Returns TimeSeries of the specified variable in the specified time range using the default time instant model.
getTimeSeries(String, int[], int[], TimeInstantModel) - Method in class gov.nasa.gsfc.spdf.cdfj.CDFReader
Returns TimeSeries of the specified variable in the specified time range using the given time instant model.
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
Returns time series of the specified variable in the specified time range using the given time instant model.
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.Supported types are defined in the CDF Internal Format Description
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.This determines the effective dimensionality of values of the variable.
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
 
A B C D E F G H I J L M N O P R S T U V W _ 
Skip navigation links