C D G I M S U 
All Classes All Packages

C

canImport(DataFlavor) - Method in class uk.ac.starlink.cdf.CdfTableBuilder
Returns false.
CdfDomains - Class in uk.ac.starlink.cdf
Utility class for identifying domain mappers for CDF datatypes.
CdfDomains() - Constructor for class uk.ac.starlink.cdf.CdfDomains
 
CdfStarTable - Class in uk.ac.starlink.cdf
StarTable implementation for CDF files.
CdfStarTable(CdfContent, CdfTableProfile) - Constructor for class uk.ac.starlink.cdf.CdfStarTable
Constructor.
CdfTableBuilder - Class in uk.ac.starlink.cdf
Table input handler for NASA CDF (Common Data Format) files.
CdfTableBuilder() - Constructor for class uk.ac.starlink.cdf.CdfTableBuilder
Constructs a default Cdf table builder.
CdfTableBuilder(CdfTableProfile) - Constructor for class uk.ac.starlink.cdf.CdfTableBuilder
Constructs a Cdf table builder with a custom translation profile.
CdfTableProfile - Interface in uk.ac.starlink.cdf
Encapsulates choices about how to do the conversion from a CDF to a StarTable.
createProfile(boolean, String[], String[], String[]) - Static method in class uk.ac.starlink.cdf.CdfTableBuilder
Constructs an instance of CdfTableProfile with some suggestions for attribute names with known semantics.

D

DEFAULT_PROFILE - Static variable in class uk.ac.starlink.cdf.CdfTableBuilder
Default CDF-StarTable translation profile.

G

getBlankValueAttribute(String[]) - Method in interface uk.ac.starlink.cdf.CdfTableProfile
Returns the name of the CDF Variable Attribute whose value is used to specify magic blank values for the variable data.
getCell(long, int) - Method in class uk.ac.starlink.cdf.CdfStarTable
 
getColumnCount() - Method in class uk.ac.starlink.cdf.CdfStarTable
 
getColumnInfo(int) - Method in class uk.ac.starlink.cdf.CdfStarTable
 
getDescriptionAttribute(String[]) - Method in interface uk.ac.starlink.cdf.CdfTableProfile
Returns the name of the CDF Variable Attribute whose value is used to supply the column description metadata for the converted StarTable.
getFormatName() - Method in class uk.ac.starlink.cdf.CdfTableBuilder
Returns "CDF".
getMapper(DataType) - Static method in class uk.ac.starlink.cdf.CdfDomains
Returns an appropriate DomainMapper for a given CDF data type.
getRowCount() - Method in class uk.ac.starlink.cdf.CdfStarTable
 
getRowSequence() - Method in class uk.ac.starlink.cdf.CdfStarTable
 
getUnitAttribute(String[]) - Method in interface uk.ac.starlink.cdf.CdfTableProfile
Returns the name of the CDF Variable Attribute whose value is used to supply the column units metadata for the converted StarTable.

I

invariantVariablesToParameters() - Method in interface uk.ac.starlink.cdf.CdfTableProfile
Determines whether CDF variables with fixed (non-record-varying) values are turned into columns or parameters in the StarTable.
isRandom() - Method in class uk.ac.starlink.cdf.CdfStarTable
 

M

makeStarTable(DataSource, boolean, StoragePolicy) - Method in class uk.ac.starlink.cdf.CdfTableBuilder
 

S

streamStarTable(InputStream, TableSink, String) - Method in class uk.ac.starlink.cdf.CdfTableBuilder
Throws a TableFormatException.

U

uk.ac.starlink.cdf - package uk.ac.starlink.cdf
 
C D G I M S U 
All Classes All Packages