- CDF - Class in pds.cdf
-
Parse a CDF file and create lists of records, attributes and variables defined in the file.
- CDF() - Constructor for class pds.cdf.CDF
-
A container of information about a CDF file.
- CDF(String) - Constructor for class pds.cdf.CDF
-
Parse a CDF file.
- CDF(RandomAccessFile) - Constructor for class pds.cdf.CDF
-
Parse a CDF file.
- CDF_BYTE - Static variable in class pds.cdf.Constant
-
1-byte signed integer.
- CDF_CHAR - Static variable in class pds.cdf.Constant
-
1-byte, signed character (ASCII).
- CDF_DOUBLE - Static variable in class pds.cdf.Constant
-
8-byte floating point (double)
- CDF_EPOCH - Static variable in class pds.cdf.Constant
-
8-byte, double-precision floating-point.
- CDF_EPOCH16 - Static variable in class pds.cdf.Constant
-
2 8-byte, double-precision floating-point.
- CDF_FLOAT - Static variable in class pds.cdf.Constant
-
4-byte floating point (float)
- CDF_INT1 - Static variable in class pds.cdf.Constant
-
1-byte signed integer.
- CDF_INT2 - Static variable in class pds.cdf.Constant
-
2-byte signed integer (short).
- CDF_INT4 - Static variable in class pds.cdf.Constant
-
4-byte signed integer (int).
- CDF_INT8 - Static variable in class pds.cdf.Constant
-
8-byte signed integer (long).
- CDF_REAL4 - Static variable in class pds.cdf.Constant
-
4-byte floating point (float)
- CDF_REAL8 - Static variable in class pds.cdf.Constant
-
8-byte floating point (double)
- CDF_TIME_TT2000 - Static variable in class pds.cdf.Constant
-
8-byte, signed integer.
- CDF_UINT1 - Static variable in class pds.cdf.Constant
-
1-byte unsigned integer.
- CDF_UINT2 - Static variable in class pds.cdf.Constant
-
4-byte unsigned integer (short).
- CDF_UINT4 - Static variable in class pds.cdf.Constant
-
8-byte unsigned integer (int).
- CDRecord - Class in pds.cdf
-
CDF Descriptor Record (CDR).
- CDRecord(Record) - Constructor for class pds.cdf.CDRecord
-
Create a CDRecord based on a base record.
- Check - Class in pds.cdf
-
Determine if the CDF file is compliant with archive requirements.
- Check() - Constructor for class pds.cdf.Check
-
Create an instance.
- checkCDF(String) - Method in class pds.cdf.Check
-
Parse a CDF file and check for compliance with CDF tools, ISTP/CDF and PDS archiving requirements
for structure and content.
- CompressionOff - Static variable in class pds.cdf.Constant
-
Compression off value.
- CompressionOn - Static variable in class pds.cdf.Constant
-
Compression on value.
- Constant - Class in pds.cdf
-
- Constant() - Constructor for class pds.cdf.Constant
-
- GDRecord - Class in pds.cdf
-
Global Descriptor Record (CDR).
- GDRecord(Record) - Constructor for class pds.cdf.GDRecord
-
Create a GDRecord based on a base record.
- getADR(long) - Method in class pds.cdf.CDF
-
Retrieve a
ADRecord
with the given index.
- getAEDR(long) - Method in class pds.cdf.CDF
-
- getArraySize() - Method in class pds.cdf.Variable
-
Get Array size
The array size is the product of number of records and all array dimensions.
- getArraySizeInBytes() - Method in class pds.cdf.Variable
-
Get Record size in bytes
The record size is the of all array dimensions.
- getAttribute(String) - Method in class pds.cdf.AttributeSet
-
Retrieve the description of a global attribute with the given name.
- getAttribute(String) - Method in class pds.cdf.CDF
-
Retrieve the description of a global attribute with the given name.
- getAttribute(String) - Method in class pds.cdf.Variable
-
Retrieve the description of a global attribute with the given name.
- getAttributes() - Method in class pds.cdf.CDF
-
Retrieve the description of each global attribute defined in the CDF.
- getAttributes() - Method in class pds.cdf.Variable
-
Retrieve all attributes associated with the variable.
- getAttributeValue(String, String) - Method in class pds.cdf.AttributeSet
-
Retrieve the value of a global attribute with the given name.
- getAttributeValue(String) - Method in class pds.cdf.CDF
-
Retrieve the value of a global attribute with the given name.
- getAttributeValue(String, String) - Method in class pds.cdf.CDF
-
Retrieve the value of a global attribute with the given name.
- getAttributeValue(String) - Method in class pds.cdf.Variable
-
Retrieve an attribute with a given name.
- getAttributeValue(String, String) - Method in class pds.cdf.Variable
-
Retrieve an attribute with a given name.
- getAttributeValues(String) - Method in class pds.cdf.CDF
-
Retrieve all values for an attribute given the attribute name.
- getAttributeValues(ADRecord) - Method in class pds.cdf.CDF
-
Retrieve all values for an attribute.
- getByteOrder() - Method in class pds.cdf.CDF
-
Return a name for the defined byte order.
- getByteOrder(int) - Static method in class pds.cdf.Constant
-
Translate an encoding value into a byte order string.
- getCDR() - Method in class pds.cdf.CDF
-
- getCompression() - Method in class pds.cdf.CDF
-
Retrieve the compression value declared in the CDF.
- getCopyright() - Method in class pds.cdf.CDRecord
-
Retrieve the copyright statement declared in the CDF file.
- getDataSample(int) - Method in class pds.cdf.Variable
-
Get the data value at given index
- getDataSamples() - Method in class pds.cdf.Variable
-
Retrieve the data samples of the variable.
- getDataType() - Method in class pds.cdf.Attribute
-
Retrieve the current data type of the attribute.
- getDataType() - Method in class pds.cdf.Variable
-
Retrieve the data type of the variable.
- getDataTypeName(int) - Method in class pds.cdf.CDF
-
Retrieve the CDF name for the data type.
- getDataTypeName(int) - Static method in class pds.cdf.Constant
-
Translate a data type token into a name.
- getDataTypePDS(int, int) - Method in class pds.cdf.CDF
-
Retrieve the PDS name for the data type.
- getDataTypePDS(int) - Method in class pds.cdf.CDF
-
Retrieve the PDS name for the data type.
- getDataTypePDS(int, int) - Static method in class pds.cdf.Constant
-
Translate a data type token into a name.
- getDataTypeSize(int) - Static method in class pds.cdf.Constant
-
Retrieve the size in bytes of a data type.
- getDataVariables() - Method in class pds.cdf.CDF
-
Retrieve the description of each variable which has the VAR_TYPE attribute of "data".
- getDim(int) - Method in class pds.cdf.Variable
-
Retrieve the value of a specified dimension of the variable.
- getDimCount() - Method in class pds.cdf.Variable
-
Retrieve the dimensions of the variable.
- getDims() - Method in class pds.cdf.Variable
-
Retrieve the dimensions of the variable.
- getEncoding() - Method in class pds.cdf.CDF
-
Return a numeric value for the defined encoding.
- getEncoding() - Method in class pds.cdf.CDRecord
-
Retrieve the encoding token for the CDF file.
- getEncodingName() - Method in class pds.cdf.CDF
-
Return a name for the defined encoding.
- getEncodingName(int) - Static method in class pds.cdf.Constant
-
Translate an encoding value into a string.
- getFlags() - Method in class pds.cdf.CDRecord
-
Retrieve the flags set in the CDF file.
- getFlags() - Method in class pds.cdf.Variable
-
Retrieve the flags associated with the variable.
- getGDR() - Method in class pds.cdf.CDF
-
- getGDROffset() - Method in class pds.cdf.CDRecord
-
Retrieve the offset of the GD Record in the CDF file.
- getGlobalAttribute(String) - Method in class pds.cdf.CDF
-
Retrieve the ADRecord for the global attribute with the given name.
- getGlobalAttributeNames() - Method in class pds.cdf.CDF
-
Retrieve a list of all global attribute names.
- getHashMap() - Method in class pds.cdf.CDF
-
Generate a nested HashMap for the CDF file that includes file information.
- getIncrement() - Method in class pds.cdf.CDRecord
-
Retrieve the increment number declared in the CDF file.
- getIndex() - Method in class pds.cdf.Variable
-
Retrieve the index of the variable.
- getName() - Method in class pds.cdf.Attribute
-
Retrieve the current name of the attribute.
- getName() - Method in class pds.cdf.Variable
-
Retrieve the name of the variable.
- getOffset() - Method in class pds.cdf.CDF
-
Retrieve the current offset value.
- getOffset() - Method in class pds.cdf.Record
-
Retrieve the byte offset.
- getPathName() - Method in class pds.cdf.CDF
-
Retrieve the current pathname value.
- getRecordCount() - Method in class pds.cdf.Variable
-
Retrieve the number of data records in the varaible.
- getRecordList() - Method in class pds.cdf.CDF
-
Retrieve a list of all records defined in the CDF.
- getRecordSize() - Method in class pds.cdf.Variable
-
Get Record size
The record size is the of all array dimensions.
- getRecordSizeInBytes() - Method in class pds.cdf.Variable
-
Get Record size in bytes
The record size is the of all array dimensions.
- getRecTypeName(int) - Static method in class pds.cdf.Constant
-
Translate a record type token into a name.
- getRelease() - Method in class pds.cdf.CDRecord
-
Retrieve the release number declared in the CDF file.
- getScopeName(int) - Static method in class pds.cdf.Constant
-
Translate a scope token into a name.
- getSize() - Method in class pds.cdf.Record
-
Retrieve the size in bytes for the record.
- getStartByte() - Method in class pds.cdf.Attribute
-
Retrieve the current start byte of the data associated with the attribute.
- getStartByte() - Method in class pds.cdf.Variable
-
Retrieve the start byte of the data associated with the variable.
- getType() - Method in class pds.cdf.Record
-
Get the record type.
- getUIR(long) - Method in class pds.cdf.CDF
-
Retrieve a UIRecord with the given index.
- getValueLongPart() - Method in class pds.cdf.Attribute
-
Retrieve the short name of attribute.
- getValues() - Method in class pds.cdf.Attribute
-
Get the current list of values associated with the attribute.
- getValueShortPart() - Method in class pds.cdf.Attribute
-
Retrieve the short name of attribute.
- getValueString() - Method in class pds.cdf.Attribute
-
Retrieve all values as a space separated list.
- getValueString(String) - Method in class pds.cdf.Attribute
-
Retrieve all values as a delimited string.
- getVariable(String) - Method in class pds.cdf.CDF
-
Retrieve the
VDRecord
for the variable with the given name.
- getVariableAttribute(String) - Method in class pds.cdf.CDF
-
Retrieve the
ADRecord
for the variable attribute with the given name.
- getVariableAttributeNames() - Method in class pds.cdf.CDF
-
Retrieve a list of all variable attribute names.
- getVariableNames() - Method in class pds.cdf.CDF
-
Retrieve a list of all variable names.
- getVariableRecord(String) - Method in class pds.cdf.CDF
-
Retrieve the
VDRecord
for the variable with the given name.
- getVariables() - Method in class pds.cdf.CDF
-
Retrieve the description of each variable defined in the CDF.
- getVariableStartByte(String) - Method in class pds.cdf.CDF
-
Retrieve the start byte of the data for a variable with a given name.
- getVariableStartByte(VDRecord) - Method in class pds.cdf.CDF
-
Retrieve the start byte of the data for a variable using the
VDRecord
for the variable.
- getVDR(long) - Method in class pds.cdf.CDF
-
Retrieve a VDRecord with the given index.
- getVerbose() - Method in class pds.cdf.CDF
-
Return the current verbose state.
- getVersion() - Method in class pds.cdf.CDF
-
Retrieve the version number declared in the CDF.
- getVersion() - Method in class pds.cdf.CDRecord
-
Retrieve the version number of the CDF file.
- getVVR(long) - Method in class pds.cdf.CDF
-
Retrieve a VXRecord with the given index.
- getVXR(long) - Method in class pds.cdf.CDF
-
Retrieve a VXRecord with the given index.
- read(long, RandomAccessFile) - Method in class pds.cdf.ADRecord
-
Read the contents of a ADRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.AEDRecord
-
Read the contents of a AEDRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.CDRecord
-
Read the contents of a CDRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.GDRecord
-
Read the contents of a GDRecord from an input stream.
- read(RandomAccessFile) - Method in class pds.cdf.Record
-
Read the contents of a Record from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.UIRecord
-
Read the contents of a UIRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.VDRecord
-
Read the contents of a VDRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.VVRecord
-
Read the contents of a VVRecord from an input stream.
- read(long, RandomAccessFile) - Method in class pds.cdf.VXRecord
-
Read the contents of a VXRecord from an input stream.
- readDataAsString(RandomAccessFile, int, int) - Method in class pds.cdf.Record
-
Read a data value based on the passed data type and return a String.
- readDataSampleValues(RandomAccessFile, int, int) - Method in class pds.cdf.Variable
-
- readDataValue(RandomAccessFile, int) - Method in class pds.cdf.Record
-
Read a data value based on the passed data type.
- readDataValues(RandomAccessFile, Variable, int, int) - Method in class pds.cdf.CDF
-
- readRecord(RandomAccessFile) - Method in class pds.cdf.CDF
-
Read a CDF record from the input stream.
- readStringValue(RandomAccessFile, int, int) - Method in class pds.cdf.Record
-
Read a data value based on the passed data type.
- Record - Class in pds.cdf
-
The stub record that all CDF records are based on.
- Record() - Constructor for class pds.cdf.Record
-
- Record(long) - Constructor for class pds.cdf.Record
-
Create an instance with a byte offset defined.
- RECORD_ADR - Static variable in class pds.cdf.Constant
-
Attribute Descriptor Record (ADR).
- RECORD_AGREDR - Static variable in class pds.cdf.Constant
-
Attribute g/rEntry Descriptor Record (AGREDR).
- RECORD_AZEDR - Static variable in class pds.cdf.Constant
-
Attribute zEntry Descriptor Record (AZEDR).
- RECORD_CCR - Static variable in class pds.cdf.Constant
-
Compressed CDF Record (CCR).
- RECORD_CDR - Static variable in class pds.cdf.Constant
-
CDF Descriptor Record (CDR).
- RECORD_CPR - Static variable in class pds.cdf.Constant
-
Compression Parameters Record (CPR).
- RECORD_CVVR - Static variable in class pds.cdf.Constant
-
Compressed Variable Values Record (CVVR).
- RECORD_GDR - Static variable in class pds.cdf.Constant
-
Global Descriptor Record (GDR).
- RECORD_RVDR - Static variable in class pds.cdf.Constant
-
rVariable Descriptor Record (RVDR).
- RECORD_SPR - Static variable in class pds.cdf.Constant
-
Sparseness Parameters Record (SPR).
- RECORD_UIR - Static variable in class pds.cdf.Constant
-
Unused Internal Record (UIR).
- RECORD_VVR - Static variable in class pds.cdf.Constant
-
Variable Values Record (VVR).
- RECORD_VXR - Static variable in class pds.cdf.Constant
-
Variable Index Record (VXR).
- RECORD_ZVDR - Static variable in class pds.cdf.Constant
-
zVariable Descriptor Record (ZVDR).
- scanCDF(String) - Method in class pds.cdf.Dump
-
Parse a CDF file and display detailed information about the internal structure and contents of the file.
- SCOPE_GLOBAL - Static variable in class pds.cdf.Constant
-
Attribute scope is global.
- SCOPE_GLOBAL_ASSUME - Static variable in class pds.cdf.Constant
-
Attribute scope is global.
- SCOPE_VARIABLE - Static variable in class pds.cdf.Constant
-
Attribute scope is variable.
- SCOPE_VARIABLE_ASSUME - Static variable in class pds.cdf.Constant
-
Attribute scope is variable.
- setAttribute(String, ArrayList<String>) - Method in class pds.cdf.Variable
-
Define an attribute and the values associated with the attribute.
- setAttributeValue(String, String) - Method in class pds.cdf.CDF
-
Set the value of a global attribute with the given name.
- setAttributeValue(String, String) - Method in class pds.cdf.Variable
-
Set the value of a global attribute with the given name.
- setDataType(int) - Method in class pds.cdf.Attribute
-
Set the data type of the attribute.
- setDataType(int) - Method in class pds.cdf.Variable
-
Set the data type for the variable.
- setDims(int[]) - Method in class pds.cdf.Variable
-
Set the number and size of data dimensions.
- setFlags(int) - Method in class pds.cdf.Variable
-
Set the flag values for the variable.
- setIndex(int) - Method in class pds.cdf.Variable
-
Set the index of the variable.
- setName(String) - Method in class pds.cdf.Attribute
-
Set the name of the attribute.
- setName(String) - Method in class pds.cdf.Variable
-
Set the name for the variable.
- setOffset(long) - Method in class pds.cdf.CDF
-
Set the offset value used maintained during the parsing of the CDF file.
- setOffset(long) - Method in class pds.cdf.Record
-
Set the byte offset for the record.
- setPadValue(double[]) - Method in class pds.cdf.Variable
-
Set the pad values for each dimension of a variable.
- setRecordCount(long) - Method in class pds.cdf.Variable
-
Set the number of data records in the variable.
- setSize(long) - Method in class pds.cdf.Record
-
Set the size in bytes for the record.
- setStartByte(long) - Method in class pds.cdf.Attribute
-
Set the start byte of the data associated with the attribute.
- setStartByte(long) - Method in class pds.cdf.Variable
-
Set the start byte of the data associated with the variable.
- setType(int) - Method in class pds.cdf.Record
-
Set the type of record.
- setValue(String) - Method in class pds.cdf.Attribute
-
Set the array of values associated with the attribute.
- setValues(ArrayList<String>) - Method in class pds.cdf.Attribute
-
Set the array of values associated with the attribute.
- setVerbose(boolean) - Method in class pds.cdf.CDF
-
Set the verbose state.
- showHelp() - Method in class pds.cdf.CDF
-
Display help information.
- showHelp() - Method in class pds.cdf.Check
-
Display help information.
- showHelp() - Method in class pds.cdf.Dump
-
Display help information.