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

C

canSupportPrecision(TimePrecision) - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeVariable
Returns whether the given precision is available for this variable.
canSupportPrecision(TimePrecision) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFEpoch16Variable
 
canSupportPrecision(TimePrecision) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFEpochVariable
 
canSupportPrecision(TimePrecision) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.CDFTT2000Variable
 
canSupportPrecision(TimePrecision) - Method in class gov.nasa.gsfc.spdf.cdfj.TimeVariableFactory.UnixTimeVariable
 
castToDouble(Object, boolean) - Static method in class gov.nasa.gsfc.spdf.cdfj.Extractor
 
CDF2 - Interface in gov.nasa.gsfc.spdf.cdfj
 
CDF2_MAGIC - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
 
CDF2_MAGIC_DOT5 - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
 
CDF3 - Interface in gov.nasa.gsfc.spdf.cdfj
 
CDF3_COMPRESSED_MAGIC - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
 
CDF3_MAGIC - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
 
CDF_TIME_TT2000 - Static variable in class gov.nasa.gsfc.spdf.cdfj.DataTypes
 
CDF_VERSION - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF2
 
CDF_VERSION - Static variable in interface gov.nasa.gsfc.spdf.cdfj.CDF3
 
CDFCore - Interface in gov.nasa.gsfc.spdf.cdfj
Interface that defines methods for getting attributes, variable characteristics, and data from a generic CDF
CDFDataType - Class in gov.nasa.gsfc.spdf.cdfj
CDF Data types
CDFException - Exception in gov.nasa.gsfc.spdf.cdfj
Base class for exceptions thrown by methods in this package.
CDFException(String) - Constructor for exception gov.nasa.gsfc.spdf.cdfj.CDFException
 
CDFException.NoRecords - Exception in gov.nasa.gsfc.spdf.cdfj
Exceptions thrown by methods of CDFReader to indicate absence of data for a variable.
CDFException.ReaderError - Exception in gov.nasa.gsfc.spdf.cdfj
Exceptions thrown by methods of CDFReader and its superclasses.
CDFException.WriterError - Exception in gov.nasa.gsfc.spdf.cdfj
Exceptions thrown by methods of CDFWriter and its superclass.
CDFFactory - Class in gov.nasa.gsfc.spdf.cdfj
CDFFactory creates an instance of CDFImpl from a CDF source.
CDFFactory.CDFSource - Class in gov.nasa.gsfc.spdf.cdfj
 
CDFFactory.ProcessingOption - Class in gov.nasa.gsfc.spdf.cdfj
 
CDFMeta - Interface in gov.nasa.gsfc.spdf.cdfj
Interface that defines methods for getting attributes, variable characteristics
CDFReader - Class in gov.nasa.gsfc.spdf.cdfj
CDFReader extends GenericReader with access methods for time series variables.
CDFReader() - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFReader
 
CDFReader(String) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFReader
Constructs a reader for the given CDF file.
CDFReader(URL) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFReader
Constructs a reader for the given URL for CDF file.
CDFSource() - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFFactory.CDFSource
 
CDFTimeType - Class in gov.nasa.gsfc.spdf.cdfj
CDF Time types
cdfType(int) - Static method in class gov.nasa.gsfc.spdf.cdfj.SupportedTypes
Returns CDFDataType object for specified CDF type.returns null if the type is not supported by this package.
CDFUrl - Class in gov.nasa.gsfc.spdf.cdfj
 
CDFUrl(URL) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFUrl
 
CDFWriter - Class in gov.nasa.gsfc.spdf.cdfj
Extends GenericWriter with methods to include user selected data from CDFs
CDFWriter(boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of given row majority.
CDFWriter(GenericReader) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter populated with data from the given GenericReader.
CDFWriter(String) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with data from the given CDF file.
CDFWriter(String[]) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with data from the given files.
CDFWriter(URL) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with data from the given URL.
CDFWriter(URL[]) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with data from the given array of URLs.
CDFWriter(String, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with selected variables, and variables they depend on, from the given file.
CDFWriter(String[], SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with selected variables, and variables they depend on, from the given files.
CDFWriter(URL, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with selected variables, and variables they depend on, from the given URL.
CDFWriter(URL[], SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a column major CDFWriter populated with selected variables, and variables they depend on, from the given array of URLs.
CDFWriter(String, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with data from the given file.
CDFWriter(String[], boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with data from the given files.
CDFWriter(URL, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with data from the given URL.
CDFWriter(URL[], boolean) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with data from the given array of URLs.
CDFWriter(String, boolean, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with selected variables, and variables they depend on, from the given file.
CDFWriter(String[], boolean, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with selected variables, and variables they depend on, from the given files.
CDFWriter(URL, boolean, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with selected variables, and variables they depend on, from the given URL.
CDFWriter(URL[], boolean, SelectedVariableCollection) - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDFWriter
Constructs a CDFWriter of specified row majority, populated with selected variables, and variables they depend on, from the given array of URLs.
CDR - Class in gov.nasa.gsfc.spdf.cdfj
 
CDR() - Constructor for class gov.nasa.gsfc.spdf.cdfj.CDR
 
CHAR - Static variable in class gov.nasa.gsfc.spdf.cdfj.CDFDataType
CHAR
Chunk() - Constructor for class gov.nasa.gsfc.spdf.cdfj.ByteBufferURLReader.Chunk
 
Chunk(int, int) - Constructor for class gov.nasa.gsfc.spdf.cdfj.ByteBufferURLReader.Chunk
 
clean() - Static method in class gov.nasa.gsfc.spdf.cdfj.CDFFactory
 
clone() - Method in interface gov.nasa.gsfc.spdf.cdfj.TimeInstantModel
 
correctedIfNecessary(long, int) - Static method in class gov.nasa.gsfc.spdf.cdfj.TimeUtil.Validator
 
CPR - Class in gov.nasa.gsfc.spdf.cdfj
 
CPR() - Constructor for class gov.nasa.gsfc.spdf.cdfj.CPR
 
A B C D E F G H I J L M N O P R S T U V W _ 
Skip navigation links