Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAttribute(HObject) - Method in class hdf.view.MetaDataView.DefaultBaseMetaDataView
- addAttribute(HObject) - Method in interface hdf.view.MetaDataView.MetaDataView
-
Add an attribute to a data object.
- addDataView(DataView) - Method in interface hdf.view.DataView.DataViewManager
-
Data content is displayed, add the dataview to the main windows
- addDataView(DataView) - Method in class hdf.view.HDFView
- addExtension(String) - Method in class hdf.view.DefaultFileFilter
-
Adds a filetype "dot" extension to filter against.
- addFileExtension(String) - Static method in class hdf.object.FileFormat
-
Adds file extension(s) to the list of file extensions for supported file formats.
- addFileFormat(String, FileFormat) - Static method in class hdf.object.FileFormat
-
Adds a FileFormat with specified key to the list of supported formats.
- addFilteredImageValue(Number) - Method in class hdf.object.ScalarDS
-
Add a value that will be filtered out in an image.
- addObject(HObject, Group) - Method in class hdf.view.TreeView.DefaultTreeView
-
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.
- addObject(HObject, Group) - Method in interface hdf.view.TreeView.TreeView
-
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.
- addObjectSpecificContent() - Method in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
Additional metadata to display
- addObjectSpecificContent() - Method in class hdf.view.MetaDataView.DefaultDatasetMetaDataView
- addObjectSpecificContent() - Method in class hdf.view.MetaDataView.DefaultDatatypeMetaDataView
- addObjectSpecificContent() - Method in class hdf.view.MetaDataView.DefaultGroupMetaDataView
- addObjectSpecificContent() - Method in class hdf.view.MetaDataView.DefaultLinkMetaDataView
- addToMemberList(HObject) - Method in class hdf.object.Group
-
Adds an object to the member list of this group in memory.
- allocateArray(long, int) - Static method in class hdf.object.fits.FitsDatatype
-
Allocate an one-dimensional array of byte, short, int, long, float, double, or String to store data retrieved from an fits file based on the given fits datatype and dimension sizes.
- allocateArray(long, int) - Static method in class hdf.object.h4.H4Datatype
-
Allocate a 1D array large enough to hold a multidimensional array of 'datasize' elements of 'datatype' numbers.
- allocateArray(H5Datatype, int) - Static method in class hdf.object.h5.H5Datatype
-
Allocates a one-dimensional array of byte, short, int, long, float, double, or String to store data in memory.
- allocateArray(DataType, int) - Static method in class hdf.object.nc2.NC2Datatype
-
Allocate an one-dimensional array of byte, short, int, long, float, double, or String to store data retrieved from an NetCDF3 file based on the given NetCDF3 datatype and dimension sizes.
- AND - Enum constant in enum class hdf.view.ViewProperties.BITMASK_OP
-
use bitmask and
- appendPluginPath(String) - Static method in class hdf.object.h5.H5Plugins
-
Append the plugin path.
- appendPluginPath(String) - Static method in class hdf.view.ViewProperties
-
Appends the plugin path.
- applyBitmask(Object, BitSet, ViewProperties.BITMASK_OP) - Static method in class hdf.view.Tools
-
Apply bitmask to a data array.
- arrayDims - Variable in class hdf.object.Datatype
-
The dimensions of the ARRAY element of an ARRAY datatype.
- arrayLengthLabel - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The length label for the object
- attr_name - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The attribute name referenced
- Attribute - Interface in hdf.object
-
An interface that provides general attribute operations for object data.
- AttributeCommonIO(long, H5File.IO_TYPE, Object) - Method in interface hdf.object.h5.H5Attribute
-
The general read and write attribute operations for hdf5 object data.
- AttributeCommonIO(long, H5File.IO_TYPE, Object) - Method in class hdf.object.h5.H5CompoundAttr
-
The general read and write attribute operations for hdf5 object data.
- AttributeCommonIO(long, H5File.IO_TYPE, Object) - Method in class hdf.object.h5.H5ScalarAttr
-
The general read and write attribute operations for hdf5 object data.
- attributeInfoPane - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The attribute metadata pane
- attributeList - Variable in class hdf.object.h5.H5MetaDataContainer
-
The list of attributes of this data object.
- AttributeSelection() - Method in interface hdf.object.h5.H5Attribute
-
Read a subset of an attribute for hdf5 object data.
- AttributeSelection() - Method in class hdf.object.h5.H5CompoundAttr
-
Read a subset of an attribute for hdf5 object data.
- AttributeSelection() - Method in class hdf.object.h5.H5ScalarAttr
-
Read a subset of an attribute for hdf5 object data.
- autoContrastApply(Object, Object, double[], double[], boolean) - Static method in class hdf.view.Tools
-
Apply autocontrast parameters to the original data in place (destructive)
- autoContrastCompute(Object, double[], boolean) - Static method in class hdf.view.Tools
-
Computes autocontrast parameters (gain equates to contrast and bias equates to brightness) for integers.
- autoContrastComputeMinMax(Object, double[]) - Static method in class hdf.view.Tools
-
Computes autocontrast parameters by
- autoContrastConvertImageBuffer(Object, byte[], boolean) - Static method in class hdf.view.Tools
-
Converts image raw data to bytes.
B
- baseType - Variable in class hdf.object.Datatype
-
The base datatype of this datatype (null if this datatype is atomic).
- bigDecimalToByte(int, int, BigDecimal[]) - Method in class hdf.object.h5.H5Datatype
-
Convert from an array of BigDecimal into an array of bytes
- bigDecimalToByte(BigDecimal[], int) - Method in class hdf.object.h5.H5Datatype
-
Convert from a single BigDecimal object from an array of BigDecimal into an array of bytes
- binaryOrder - Variable in class hdf.view.TableView.DefaultBaseTableView
-
default binary order
- bitmask - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Used for bitmask operations on data
- BITMASK - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is bitmask
- bitmaskOP - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Used for the type of bitmask operation
- BITMASKOP - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is bitmask op
- BORDER - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is border
- breadthFirstMemberList() - Method in class hdf.object.Group
-
Get the members of this Group in breadth-first order.
- buildIndexMaps(CompoundDataFormat, List<Datatype>) - Static method in class hdf.view.TableView.DataFactoryUtils
-
build the index maps compound types.
- byteToBigDecimal(byte[], int) - Method in class hdf.object.h5.H5Datatype
-
Convert 4 bytes from an array of bytes into a single BigDecimal
- byteToBigDecimal(int, int, byte[]) - Method in class hdf.object.h5.H5Datatype
-
Convert a range from an array of bytes into an array of BigDecimal
- byteToString(byte[], int) - Static method in class hdf.object.Dataset
-
Converts an array of bytes into an array of Strings for a fixed string dataset.
C
- canonicalToDisplayValue(Object) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
- cellColIdx - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
the "container" type column index
- cellColIdx - Variable in class hdf.view.TableView.DataValidatorFactory.HDFDataValidator
-
This field is only used for CompoundDataValidator, but when the top-level DataValidator is a "container" type, such as an ArrayDataValidator, we have to set this field and pass it through in case there is a CompoundDataValidator at the bottom of the chain.
- cellLabel - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Label to indicate the current cell location
- cellRowIdx - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
the "container" type row index
- cellValueField - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Text field to display the value of the currently selected table cell
- CHAR - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is char
- Chart - Class in hdf.view
-
ChartView displays a histogram/line chart of selected row/column of table data or image data.
- Chart(Shell, String, int, double[][], double[], double[]) - Constructor for class hdf.view.Chart
-
Constructs a new ChartView given data and data ranges.
- chartP - Variable in class hdf.view.Chart
-
Panel that draws plot of data values.
- checkBin - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for binary default
- checkCustomNotation - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for Custom Notation default
- checkEnum - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for enum default
- checkFixedDataLength - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for Fixed Data Length default
- checkHex - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for hex default
- checkNewFile(String, String) - Static method in class hdf.view.Tools
-
Check and find a non-exist file.
- checkScientificNotation - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Checkbox menu item for Scientific Notation default
- checkUnsigned - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The unsigned data button for the object
- checkValidJavaArrayIndex(long) - Static method in class hdf.view.Tools
-
Since Java does not allow array indices to be larger than int type, check the given value to see if it is within the valid range of a Java int.
- checkValidValue(Object) - Method in class hdf.view.TableView.DataValidatorFactory.HDFDataValidator
-
Validate the data value.
- chunkSize - Variable in class hdf.object.Dataset
-
The array of dimension sizes for a chunk.
- CLASS_ARRAY - Static variable in class hdf.object.Datatype
- CLASS_BITFIELD - Static variable in class hdf.object.Datatype
- CLASS_CHAR - Static variable in class hdf.object.Datatype
- CLASS_COMPOUND - Static variable in class hdf.object.Datatype
- CLASS_ENUM - Static variable in class hdf.object.Datatype
- CLASS_FLOAT - Static variable in class hdf.object.Datatype
- CLASS_INTEGER - Static variable in class hdf.object.Datatype
- CLASS_NO_CLASS - Static variable in class hdf.object.Datatype
- CLASS_OPAQUE - Static variable in class hdf.object.Datatype
- CLASS_REFERENCE - Static variable in class hdf.object.Datatype
- CLASS_STRING - Static variable in class hdf.object.Datatype
- CLASS_TIME - Static variable in class hdf.object.Datatype
- CLASS_VLEN - Static variable in class hdf.object.Datatype
- classChoice - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The class combobox for the object
- clear() - Method in class hdf.object.Dataset
-
Clears memory held by the dataset, such as the data buffer.
- clear() - Method in class hdf.object.Datatype
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.Group
-
Clears up member list and other resources in memory for the group.
- clear() - Method in class hdf.object.h5.H5CompoundDS
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.h5.H5Datatype
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.h5.H5Group
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.h5.H5Link
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.h5.H5MetaDataContainer
-
Removes all of the elements from metadata list.
- clear() - Method in class hdf.object.h5.H5ReferenceType
-
Clears memory held by the reference, such as the data buffer.
- clear() - Method in class hdf.object.h5.H5ScalarDS
-
Removes all of the elements from metadata list.
- clear() - Method in interface hdf.object.MetaDataContainer
-
Removes all of the elements from metadata list.
- clearData() - Method in interface hdf.object.DataFormat
-
Clears the current data buffer in memory and forces the next read() to load the data from file.
- clearData() - Method in class hdf.object.Dataset
-
Clears the current data buffer in memory and forces the next read() to load the data from file.
- clearData() - Method in class hdf.object.h5.H5ReferenceType
-
Clears the current data buffer in memory and forces the next read() to load the data from file.
- clearData() - Method in class hdf.object.ScalarDS
-
Clears the current data buffer in memory and forces the next read() to load the data from file.
- close() - Method in class hdf.object.FileFormat
-
Closes file associated with this instance.
- close() - Method in class hdf.object.fits.FitsFile
- close() - Method in class hdf.object.h4.H4File
- close() - Method in class hdf.object.h5.H5File
-
Closes file associated with this H5File instance.
- close() - Method in class hdf.object.nc2.NC2File
- close(long) - Method in class hdf.object.Datatype
-
Closes a datatype identifier.
- close(long) - Method in class hdf.object.fits.FitsAttribute
- close(long) - Method in class hdf.object.fits.FitsDataset
- close(long) - Method in class hdf.object.fits.FitsDatatype
- close(long) - Method in class hdf.object.fits.FitsGroup
-
close group access
- close(long) - Method in class hdf.object.h4.H4CompoundAttribute
- close(long) - Method in class hdf.object.h4.H4Datatype
- close(long) - Method in class hdf.object.h4.H4GRImage
- close(long) - Method in class hdf.object.h4.H4Group
-
close group access.
- close(long) - Method in class hdf.object.h4.H4ScalarAttribute
- close(long) - Method in class hdf.object.h4.H4SDS
- close(long) - Method in class hdf.object.h4.H4Vdata
- close(long) - Method in class hdf.object.h5.H5CompoundAttr
- close(long) - Method in class hdf.object.h5.H5CompoundDS
- close(long) - Method in class hdf.object.h5.H5Datatype
-
Closes a datatype identifier.
- close(long) - Method in class hdf.object.h5.H5Group
- close(long) - Method in class hdf.object.h5.H5Link
- close(long) - Method in class hdf.object.h5.H5MetaDataContainer
- close(long) - Method in class hdf.object.h5.H5ScalarAttr
- close(long) - Method in class hdf.object.h5.H5ScalarDS
- close(long) - Method in class hdf.object.HObject
-
Closes access to the object.
- close(long) - Method in class hdf.object.nc2.NC2Attribute
- close(long) - Method in class hdf.object.nc2.NC2Dataset
- close(long) - Method in class hdf.object.nc2.NC2Datatype
- close(long) - Method in class hdf.object.nc2.NC2Group
-
Close a group.
- closeFile(FileFormat) - Method in class hdf.view.HDFView
-
close the file currently selected in the application
- closeFile(FileFormat) - Method in class hdf.view.TreeView.DefaultTreeView
-
Close a file
- closeFile(FileFormat) - Method in interface hdf.view.TreeView.TreeView
-
close a file
- CMPD_START_IDX_MAP_INDEX - Static variable in class hdf.view.TableView.DataFactoryUtils
-
the CMPD_START_IDX_MAP_INDEX value
- COL_TO_BASE_CLASS_MAP_INDEX - Static variable in class hdf.view.TableView.DataFactoryUtils
-
the COL_TO_BASE_CLASS_MAP_INDEX value
- colCount - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the column
- ColumnHeader(IUniqueIndexLayer, ILayer, SelectionLayer) - Constructor for class hdf.view.TableView.DefaultBaseTableView.ColumnHeader
-
Create the ColumnHeader which adapts to the current font.
- columnHeaderDataProvider - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference to the data provider for the column
- CompoundDataFormat - Interface in hdf.object
-
An interface that provides general operations for data with a Compound datatype.
- CompoundDS - Class in hdf.object
-
A CompoundDS is a dataset with compound datatype.
- CompoundDS(FileFormat, String, String) - Constructor for class hdf.object.CompoundDS
-
Constructs a CompoundDS object with the given file, dataset name and path.
- CompoundDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.CompoundDS
-
Deprecated.
- compoundMemberNames - Variable in class hdf.object.Datatype
-
The list of names of members of a compound Datatype.
- compoundMemberOffsets - Variable in class hdf.object.Datatype
-
The list of offsets of members of a compound Datatype.
- compoundMemberTypes - Variable in class hdf.object.Datatype
-
The list of types of members of a compound Datatype.
- compression - Variable in class hdf.object.Dataset
-
The compression information.
- COMPRESSION_GZIP_TXT - Static variable in class hdf.object.Dataset
-
The compression information default prefix.
- computeStatistics(Object, double[], Object) - Static method in class hdf.view.Tools
-
Computes mean and standard deviation of a data array
- configureUiBindings(UiBindingRegistry) - Method in class hdf.view.TableView.DefaultBaseTableView.RefContextMenu
- contentTabFolder - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The metadata container
- convertAttribute(HObject, Attribute) - Static method in class hdf.object.nc2.NC2File
-
converts a ucar.nc2.Attribute into an hdf.object.nc2.NC2Attribute
- convertBigDecimalToByte(BigDecimal) - Method in class hdf.object.h5.H5Datatype
-
Convert a BigDecimal to a byte array .
- CONVERTBYTE - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is converted to byte
- convertByteMember(Datatype, byte[]) - Method in class hdf.object.CompoundDS
-
Routine to convert datatypes that are read in as byte arrays to regular types.
- convertByteMember(Datatype, byte[]) - Method in class hdf.object.h5.H5CompoundAttr
- convertByteMember(Datatype, byte[]) - Method in class hdf.object.h5.H5CompoundDS
- convertByteToBigDecimal(byte[]) - Method in class hdf.object.h5.H5Datatype
-
Convert byte array data to a BigDecimal.
- convertByteToString - Variable in class hdf.object.Dataset
-
Flag to indicate if the byte[] array is converted to strings
- convertCompoundByteMember(byte[], long, long, long) - Method in class hdf.object.h4.H4CompoundAttribute
-
Given an array of bytes representing a compound Datatype and a start index and length, converts len number of bytes into the correct Object type and returns it.
- convertCompoundByteMembers(Datatype, byte[]) - Method in class hdf.object.CompoundDS
-
Given an array of bytes representing a compound Datatype, converts each of its members into Objects and returns the results.
- convertedBuf - Variable in class hdf.object.Dataset
-
The array that holds the converted data of unsigned C-type integers.
- convertEnumNameToValue(String[]) - Method in class hdf.object.h5.H5Datatype
-
Converts names in an Enumeration Datatype to values.
- convertEnumValueToName(Object) - Method in class hdf.object.h5.H5Datatype
-
Converts values in an Enumeration Datatype to names.
- convertFromUnsignedC() - Method in interface hdf.object.DataFormat
-
Converts the data values of this data object to appropriate Java integers if they are unsigned integers.
- convertFromUnsignedC() - Method in class hdf.object.h4.H4CompoundAttribute
-
Converts the data values of this data object to appropriate Java integers if they are unsigned integers.
- convertFromUnsignedC() - Method in class hdf.object.h4.H4Vdata
-
Converts the data values of this data object to appropriate Java integers if they are unsigned integers.
- convertFromUnsignedC() - Method in class hdf.object.h5.H5CompoundAttr
-
Converts the data values of this data object to appropriate Java integers if they are unsigned integers.
- convertFromUnsignedC() - Method in class hdf.object.h5.H5CompoundDS
-
Converts the data values of this data object to appropriate Java integers if they are unsigned integers.
- convertFromUnsignedC() - Method in class hdf.object.ScalarDS
-
Converts the data values of this dataset to appropriate Java integer if they are unsigned integers.
- convertFromUnsignedC(Object) - Static method in class hdf.object.Dataset
-
Deprecated.Not for public use in the future.
UsingDataset.convertFromUnsignedC(Object, Object)
- convertFromUnsignedC(Object, Object) - Static method in class hdf.object.Dataset
-
Converts one-dimension array of unsigned C-type integers to a new array of appropriate Java integer in memory.
- convertImageToHDF(String, String, String, String) - Static method in class hdf.view.Tools
-
Converts an image file into HDF4/5 file.
- convertToUnsignedC() - Method in interface hdf.object.DataFormat
-
Converts Java integer data values of this data object back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC() - Method in class hdf.object.h4.H4CompoundAttribute
-
Converts Java integer data values of this data object back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC() - Method in class hdf.object.h4.H4Vdata
-
Converts Java integer data values of this data object back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC() - Method in class hdf.object.h5.H5CompoundAttr
-
Converts Java integer data values of this data object back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC() - Method in class hdf.object.h5.H5CompoundDS
-
Converts Java integer data values of this data object back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC() - Method in class hdf.object.ScalarDS
-
Converts Java integer data of this dataset back to unsigned C-type integer data if they are unsigned integers.
- convertToUnsignedC(Object) - Static method in class hdf.object.Dataset
-
Deprecated.Not for public use in the future.
UsingDataset.convertToUnsignedC(Object, Object)
- convertToUnsignedC(Object, Object) - Static method in class hdf.object.Dataset
-
Converts the array of converted unsigned integers back to unsigned C-type integer data in memory.
- convertUINT64toBigInt(Long) - Static method in class hdf.view.Tools
-
Converts unsigned 64-bit integer data to a BigInteger since Java does not have unsigned types.
- copy(Group, String, long[], Object) - Method in class hdf.object.CompoundDS
-
Deprecated.Not implemented for compound dataset.
- copy(Group, String, long[], Object) - Method in class hdf.object.Dataset
-
Creates a new dataset and writes the data buffer to the new dataset.
- copy(Group, String, long[], Object) - Method in class hdf.object.fits.FitsAttribute
- copy(Group, String, long[], Object) - Method in class hdf.object.fits.FitsDataset
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4CompoundAttribute
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4GRImage
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4ScalarAttribute
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4SDS
- copy(Group, String, long[], Object) - Method in class hdf.object.h4.H4Vdata
- copy(Group, String, long[], Object) - Method in class hdf.object.h5.H5ScalarAttr
- copy(Group, String, long[], Object) - Method in class hdf.object.h5.H5ScalarDS
- copy(Group, String, long[], Object) - Method in class hdf.object.nc2.NC2Attribute
- copy(Group, String, long[], Object) - Method in class hdf.object.nc2.NC2Dataset
- copy(HObject, Group) - Method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.copy(HObject, Group, String)
To mimic the behavior originally provided by this method, call the replacement method withnull
as the 3rd parameter. - copy(HObject, Group, String) - Method in class hdf.object.FileFormat
-
Copies the source object to a new destination.
- copy(HObject, Group, String) - Method in class hdf.object.fits.FitsFile
- copy(HObject, Group, String) - Method in class hdf.object.h4.H4File
-
Copy an object to a group.
- copy(HObject, Group, String) - Method in class hdf.object.h5.H5File
- copy(HObject, Group, String) - Method in class hdf.object.nc2.NC2File
- copyAttributes(int, int) - Method in class hdf.object.nc2.NC2File
-
Copies the attributes of one object to another object.
- copyAttributes(long, long) - Method in class hdf.object.fits.FitsFile
-
Copies the attributes of one object to another object.
- copyAttributes(long, long) - Static method in class hdf.object.h5.H5File
-
Copies the attributes of one object to another object.
- copyAttributes(HObject, HObject) - Method in class hdf.object.fits.FitsFile
-
Copies the attributes of one object to another object.
- copyAttributes(HObject, HObject) - Static method in class hdf.object.h5.H5File
-
Copies the attributes of one object to another object.
- copyAttributes(HObject, HObject) - Method in class hdf.object.nc2.NC2File
-
Copies the attributes of one object to another object.
- create() - Method in class hdf.view.dialog.UserOptionsDialog
-
Create the UserOptions Dialog.
- create(String) - Method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.createFile(String, int)
The replacement method has an additional parameter that controls the behavior if the file already exists. UseFileFormat.FILE_CREATE_DELETE
as the second argument in the replacement method to mimic the behavior originally provided by this method. - create(String, Group) - Static method in class hdf.object.fits.FitsGroup
-
Creates a new group.
- create(String, Group) - Static method in class hdf.object.h4.H4Group
-
Creates a new group.
- create(String, Group) - Static method in class hdf.object.nc2.NC2Group
-
Creates a new group.
- create(String, Group, long...) - Static method in class hdf.object.h5.H5Group
-
Creates a new group with a name in a group and with the group creation properties specified in gplist.
- create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
Creates a simple compound dataset in a file with/without chunking and compression.
- create(String, Group, long[], String[], Datatype[], int[], long[][], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
Deprecated.Not for public use in the future.
UsingH5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object)
- create(String, Group, long[], String[], Datatype[], int[], Object) - Static method in class hdf.object.h5.H5CompoundDS
-
Deprecated.Not for public use in the future.
UsingH5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object)
- create(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Static method in class hdf.object.h4.H4GRImage
-
Creates a new image.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.fits.FitsDataset
-
Creates a new dataset.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.h4.H4SDS
-
Creates a new dataset.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.h5.H5ScalarDS
-
Creates a scalar dataset in a file with/without chunking and compression.
- create(String, Group, Datatype, long[], long[], long[], int, Object) - Static method in class hdf.object.nc2.NC2Dataset
-
Creates a new dataset.
- create(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Static method in class hdf.object.h4.H4SDS
-
Creates a new dataset.
- create(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Static method in class hdf.object.h5.H5ScalarDS
-
Creates a scalar dataset in a file with/without chunking and compression.
- CREATE - Static variable in class hdf.object.FileFormat
-
File access flag for creating/truncating with read-write permission.
- createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class hdf.object.FileFormat
-
Creates a new compound dataset in a file with/without chunking and compression.
- createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object) - Method in class hdf.object.h5.H5File
- createCompoundDS(String, Group, long[], String[], Datatype[], int[], Object) - Method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:maxdims, chunks,
andgzip
. To mimic the behavior originally provided by this method, call the replacement method with the following parameter list:( name, pgroup, dims, null, null, -1, memberNames, memberDatatypes, memberSizes, data );
- createCompoundFieldType(String) - Method in class hdf.object.h5.H5Datatype
-
Creates a datatype of a compound with one field.
- createContents(Composite) - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
- createContents(Composite) - Method in class hdf.view.dialog.UserOptionsHDFPage
-
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
- createContents(Composite) - Method in class hdf.view.dialog.UserOptionsViewModulesPage
-
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
- createControl(Composite) - Method in class hdf.view.dialog.UserOptionsDefaultPage
- createDatatype(int, int, int, int) - Method in class hdf.object.FileFormat
-
Creates a new datatype in memory.
- createDatatype(int, int, int, int) - Method in class hdf.object.fits.FitsFile
- createDatatype(int, int, int, int) - Method in class hdf.object.h4.H4File
- createDatatype(int, int, int, int) - Method in class hdf.object.h5.H5File
-
Methods related to Datatypes and HObjects in HDF5 Files.
- createDatatype(int, int, int, int) - Method in class hdf.object.nc2.NC2File
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.FileFormat
-
Creates a new datatype in memory.
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.h4.H4File
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.h5.H5File
- createDatatype(int, int, int, int, Datatype) - Method in class hdf.object.nc2.NC2File
- createDatatypeWidget() - Method in class hdf.view.dialog.NewDataObjectDialog
-
the new dataset properties to be created.
- createFile(String, int) - Method in class hdf.object.FileFormat
-
Creates a file with the specified name and returns a new FileFormat implementation instance associated with the file.
- createFile(String, int) - Method in class hdf.object.h4.H4File
-
Creates an HDF4 file with the specified name and returns a new H4File instance associated with the file.
- createFile(String, int) - Method in class hdf.object.h5.H5File
-
Creates an HDF5 file with the specified name and returns a new H5File instance associated with the file.
- createFullname(String, String) - Method in class hdf.object.HObject
-
Creates the full name of the object.
- createGcpl(int, int, int) - Method in class hdf.object.FileFormat
-
Creates the group creation property list identifier, gcpl.
- createGcpl(int, int, int) - Method in class hdf.object.h5.H5File
-
Creates the group creation property list identifier, gcpl.
- createGrayPalette() - Static method in class hdf.view.Tools
-
Creates the gray palette of the indexed 256-color table.
- createGrayWavePalette() - Static method in class hdf.view.Tools
-
Creates the gray wave palette of the indexed 256-color table.
- createGroup(String, Group) - Method in class hdf.object.FileFormat
-
Creates a new group with specified name in existing group.
- createGroup(String, Group) - Method in class hdf.object.fits.FitsFile
- createGroup(String, Group) - Method in class hdf.object.h4.H4File
- createGroup(String, Group) - Method in class hdf.object.h5.H5File
-
Creates a new group with specified name in existing group.
- createGroup(String, Group) - Method in class hdf.object.nc2.NC2File
- createGroup(String, Group, long...) - Method in class hdf.object.FileFormat
-
Creates a new group with specified name in existing group.
- createGroup(String, Group, long...) - Method in class hdf.object.h5.H5File
-
Creates a new group with specified name in existing group and with the group creation properties list, gplist.
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.FileFormat
-
Creates a new image in a file.
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.fits.FitsFile
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.h4.H4File
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.h5.H5File
- createImage(String, Group, Datatype, long[], long[], long[], int, int, int, Object) - Method in class hdf.object.nc2.NC2File
- createIndexedImage(BufferedImage, byte[], byte[][], long, long) - Static method in class hdf.view.Tools
-
Creates a RGB indexed image of 256 colors.
- createInstance(String, int) - Method in class hdf.object.FileFormat
-
Creates a FileFormat implementation instance with specified filename and access.
- createInstance(String, int) - Method in class hdf.object.fits.FitsFile
-
Creates a FitsFile instance with specified file name and READ access.
- createInstance(String, int) - Method in class hdf.object.h4.H4File
-
Creates an H4File instance with specified file name and access.
- createInstance(String, int) - Method in class hdf.object.h5.H5File
-
Creates an H5File instance with specified file name and access.
- createInstance(String, int) - Method in class hdf.object.nc2.NC2File
-
Creates a NC2File instance with specified file name and READ access.
- createLink(Group, String, HObject, int) - Method in class hdf.object.FileFormat
-
Creates a soft, hard or external link to an existing object in the open file.
- createLink(Group, String, HObject, int) - Method in class hdf.object.h5.H5File
-
Creates a link to an object in the open file.
- createLink(Group, String, Object) - Method in class hdf.object.FileFormat
-
Creates a link to an existing object in the open file.
- createLink(Group, String, Object) - Method in class hdf.object.h5.H5File
- createLink(Group, String, String, int) - Method in class hdf.object.FileFormat
-
Creates a soft or external link to an object in a file that does not exist at the time the link is created.
- createLink(Group, String, String, int) - Method in class hdf.object.h5.H5File
-
Creates a soft or external link to object in a file that does not exist at the time the link is created.
- createMenuBar(Shell) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Creates the menubar for the Shell.
- createMenuBar(Shell) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Creates the menubar for the Shell.
- createNamedDatatype(Datatype, String) - Method in class hdf.object.FileFormat
-
Creates a named datatype in a file.
- createNamedDatatype(Datatype, String) - Method in class hdf.object.fits.FitsFile
- createNamedDatatype(Datatype, String) - Method in class hdf.object.h4.H4File
- createNamedDatatype(Datatype, String) - Method in class hdf.object.h5.H5File
-
Creates a named datatype in a file.
- createNamedDatatype(Datatype, String) - Method in class hdf.object.nc2.NC2File
- createNative() - Method in class hdf.object.Datatype
-
Converts the datatype object to a native datatype.
- createNative() - Method in class hdf.object.fits.FitsDatatype
- createNative() - Method in class hdf.object.h4.H4Datatype
- createNative() - Method in class hdf.object.h5.H5Datatype
- createNative() - Method in class hdf.object.nc2.NC2Datatype
- createNaturePalette() - Static method in class hdf.view.Tools
-
Creates the nature palette of the indexed 256-color table.
- createNewDatatype() - Method in class hdf.view.dialog.NewDatatypeDialog
-
Create the datatype specified by the settings.
- createNewDatatype(String) - Method in class hdf.view.dialog.NewDataObjectDialog
-
Create the datatype according to the settings.
- createNewFile(String, String, String, List<FileFormat>) - Static method in class hdf.view.Tools
-
Create a new HDF file with default file creation properties
- createPropertyFile(String, String) - Static method in class hdf.view.ViewProperties
-
Creates a property list file in a directory.
- createRainbowPalette() - Static method in class hdf.view.Tools
-
Creates the rainbow palette of the indexed 256-color table.
- createReverseGrayPalette() - Static method in class hdf.view.Tools
-
Creates the reverse gray palette of the indexed 256-color table.
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object) - Method in class hdf.object.FileFormat
-
Creates a new dataset in a file with/without chunking/compression.
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.FileFormat
-
Creates a new dataset in a file with/without chunking/compression.
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.fits.FitsFile
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.h4.H4File
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.h5.H5File
- createScalarDS(String, Group, Datatype, long[], long[], long[], int, Object, Object) - Method in class hdf.object.nc2.NC2File
- createTable(Composite, DataFormat) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Create a data table for a data object.
- createTable(Composite, DataFormat) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
-
Creates a NatTable for a Compound dataset
- createTable(Composite, DataFormat) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Creates a NatTable for a Scalar dataset.
- createTrueColorImage(byte[], boolean, long, long) - Static method in class hdf.view.Tools
-
Creates a true color image.
- createUI() - Method in class hdf.view.PaletteView.DefaultPaletteView
-
Create the visual components
- createWavePalette() - Static method in class hdf.view.Tools
-
Creates the wave palette of the indexed 256-color table.
- CRT_ORDER_INDEXED - Static variable in class hdf.object.Group
-
The value of CRT_ORDER_INDEXED
- CRT_ORDER_TRACKED - Static variable in class hdf.object.Group
-
The value of CRT_ORDER_TRACKED
- curFont - Variable in class hdf.view.dialog.NewDataObjectDialog
-
the current font
- curFont - Variable in class hdf.view.dialog.UserOptionsDefaultPage
-
The setting of the current font
- curFont - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The current font
- curFont - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The current font
- customFormat - Variable in class hdf.view.TableView.DefaultBaseTableView
-
custom format pattern
D
- data - Variable in class hdf.object.Dataset
-
The memory buffer that holds the raw data array of the dataset.
- data - Variable in class hdf.view.Chart
-
the data values of line points or histogram
- dataBuf - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
In order to support 3-dimensional datasets, which may need to update the data buffer object after flipping through a 'page', this field is not marked as final.
- dataDisplayConverter - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference to the display converter
- DataDisplayConverterFactory - Class in hdf.view.TableView
-
A Factory class to return a concrete class implementing the IDisplayConverter interface in order to convert data values into human-readable forms in a NatTable.
- DataDisplayConverterFactory() - Constructor for class hdf.view.TableView.DataDisplayConverterFactory
- DataDisplayConverterFactory.HDFDisplayConverter - Class in hdf.view.TableView
-
the HDF extension for data converters
- DataFactoryUtils - Class in hdf.view.TableView
-
A class containing utility functions for the various DataXXXFactory classes, such as DataProviderFactory, DataDisplayConverterFactory and DataValidatorFactory.
- DataFactoryUtils() - Constructor for class hdf.view.TableView.DataFactoryUtils
- DataFormat - Interface in hdf.object
-
An interface that provides general I/O operations for object data.
- dataLayer - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Keep references to the data layers for ease of access
- dataObject - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The HDF data object
- dataObject - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The data object to be displayed in the Table
- DataOptionDialog - Class in hdf.view.dialog
-
DataOptionDialog is an dialog window used to select display options.
- DataOptionDialog(Shell, DataFormat) - Constructor for class hdf.view.dialog.DataOptionDialog
-
Constructs a DataOptionDialog with the given HDFView.
- dataProvider - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference to the data provider
- DataProviderFactory - Class in hdf.view.TableView
-
A Factory class to return a concrete class implementing the IDataProvider interface in order to provide data for a NatTable.
- DataProviderFactory() - Constructor for class hdf.view.TableView.DataProviderFactory
- DataProviderFactory.HDFDataProvider - Class in hdf.view.TableView
-
The base DataProvider which pulls data from a given Array object using direct indices.
- Dataset - Class in hdf.object
-
The abstract class provides general APIs to create and manipulate dataset/attribute objects, and retrieve dataset/attribute properties, datatype and dimension sizes.
- Dataset(FileFormat, String, String) - Constructor for class hdf.object.Dataset
-
Constructs a Dataset object with a given file, name and path.
- Dataset(FileFormat, String, String, long[]) - Constructor for class hdf.object.Dataset
-
Deprecated.Not for public use in the future.
UsingDataset(FileFormat, String, String)
- dataTable - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The reference to the NAT table used
- datatype - Variable in class hdf.object.Dataset
-
The datatype object of the dataset.
- Datatype - Class in hdf.object
-
Datatype is an abstract class that defines datatype characteristics and APIs for a data type.
- Datatype(int, int, int, int) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(int, int, int, int, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(FileFormat, int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- Datatype(FileFormat, long) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with a given native datatype identifier.
- Datatype(FileFormat, long, Datatype) - Constructor for class hdf.object.Datatype
-
Constructs a Datatype with a given native datatype identifier.
- Datatype(FileFormat, String, String) - Constructor for class hdf.object.Datatype
-
Constructs a named datatype with a given file, name and path.
- Datatype(FileFormat, String, String, long[]) - Constructor for class hdf.object.Datatype
-
Deprecated.Not for public use in the future.
UsingDatatype(FileFormat, String, String)
- datatypeClass - Variable in class hdf.object.Datatype
-
The class of the datatype.
- datatypeDescription - Variable in class hdf.object.Datatype
-
The description of the datatype.
- datatypeNATIVE - Variable in class hdf.object.Datatype
-
The description of the datatype.
- datatypeOrder - Variable in class hdf.object.Datatype
-
The byte order of the datatype.
- datatypeSign - Variable in class hdf.object.Datatype
-
The sign of the datatype.
- datatypeSize - Variable in class hdf.object.Datatype
-
The size (in bytes) of the datatype.
- DataValidatorFactory - Class in hdf.view.TableView
-
A Factory class to return a DataValidator class for a NatTable instance based upon the Datatype that it is supplied.
- DataValidatorFactory() - Constructor for class hdf.view.TableView.DataValidatorFactory
- DataValidatorFactory.HDFDataValidator - Class in hdf.view.TableView
-
The HDF extension of the data valicdation
- dataValue - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The data value of the data object
- DataView - Interface in hdf.view.DataView
-
The data view interface for displaying data objects
- DATAVIEW_IMAGE - Static variable in interface hdf.view.DataView.DataView
-
The image view type
- DATAVIEW_TABLE - Static variable in interface hdf.view.DataView.DataView
-
The table view type
- DATAVIEW_UNKNOWN - Static variable in interface hdf.view.DataView.DataView
-
The unknown view type
- DataViewFactory - Class in hdf.view.DataView
-
The data view factory interface for displaying data objects
- DataViewFactory() - Constructor for class hdf.view.DataView.DataViewFactory
- DataViewFactoryProducer - Class in hdf.view.DataView
-
Following the Abstract Factory Pattern, represents a class to produce different types of DataView factory classes depending on the given DataViewType enum value.
- DataViewFactoryProducer() - Constructor for class hdf.view.DataView.DataViewFactoryProducer
- DataViewManager - Interface in hdf.view.DataView
-
Defines a list of APIs for the main HDFView windows
- debug(Object) - Method in class hdf.object.HObject
-
Print out debug information
- DEFAULT_COMPOUND_DATASET_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Compound TableView class names
- DEFAULT_DATASET_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Dataset MetaDataView class names
- DEFAULT_DATATYPE_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Datatype MetaDataView class names
- DEFAULT_GROUP_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Group MetaDataView class names
- DEFAULT_IMAGEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default ImageView class names
- DEFAULT_LINK_METADATAVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Link MetaDataView class names
- DEFAULT_MODULE_TEXT - Static variable in class hdf.view.ViewProperties
-
Text for default selection of modules
- DEFAULT_PALETTEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default PaletteView class names
- DEFAULT_SCALAR_DATASET_TABLEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default Scalar TableView class names
- DEFAULT_STRING_ATTRIBUTE_LENGTH - Static variable in class hdf.view.dialog.NewScalarAttributeDialog
-
the default length of a string attribute
- DEFAULT_STRING_ATTRIBUTE_LENGTH - Static variable in class hdf.view.dialog.NewStringAttributeDialog
-
the default length of a string attribute
- DEFAULT_TREEVIEW_NAME - Static variable in class hdf.view.ViewProperties
-
Default TreeView class names
- DefaultBaseMetaDataView - Class in hdf.view.MetaDataView
-
DefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.
- DefaultBaseMetaDataView(Composite, DataViewManager, HObject) - Constructor for class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The metadata view interface for displaying metadata information
- DefaultBaseTableView - Class in hdf.view.TableView
-
DefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.
- DefaultBaseTableView(DataViewManager) - Constructor for class hdf.view.TableView.DefaultBaseTableView
-
Constructs a base TableView with no additional data properties.
- DefaultBaseTableView(DataViewManager, HashMap) - Constructor for class hdf.view.TableView.DefaultBaseTableView
-
Constructs a base TableView with the specified data properties.
- DefaultBaseTableView.ColumnHeader - Class in hdf.view.TableView
-
An implementation of the table's Column Header which adapts to the current font.
- DefaultBaseTableView.EditingGridLayer - Class in hdf.view.TableView
-
An implementation of a GridLayer with support for column grouping and with editing triggered by a double click instead of a single click.
- DefaultBaseTableView.RefContextMenu - Class in hdf.view.TableView
-
Context-menu for dealing with region and object references
- DefaultBaseTableView.RowHeader - Class in hdf.view.TableView
-
An implementation of the table's Row Header which adapts to the current font.
- DefaultBaseTableView.RowHeaderDataProvider - Class in hdf.view.TableView
-
Custom Row Header data provider to set row indices based on Index Base for both Scalar Datasets and Compound Datasets.
- DefaultBaseTableView.ViewType - Enum Class in hdf.view.TableView
-
the valid types of tableviews
- DefaultCompoundDSTableView - Class in hdf.view.TableView
-
A class to construct a CompoundDS TableView.
- DefaultCompoundDSTableView(DataViewManager) - Constructor for class hdf.view.TableView.DefaultCompoundDSTableView
-
Constructs a CompoundDS TableView with no additional data properties.
- DefaultCompoundDSTableView(DataViewManager, HashMap) - Constructor for class hdf.view.TableView.DefaultCompoundDSTableView
-
Constructs a CompoundDS TableView with the specified data properties.
- DefaultDatasetMetaDataView - Class in hdf.view.MetaDataView
-
The metadata view interface for displaying dataset metadata information
- DefaultDatasetMetaDataView(Composite, DataViewManager, HObject) - Constructor for class hdf.view.MetaDataView.DefaultDatasetMetaDataView
-
The metadata view interface for displaying dataset metadata information
- DefaultDatatypeMetaDataView - Class in hdf.view.MetaDataView
-
The metadata view interface for displaying datatype metadata information
- DefaultDatatypeMetaDataView(Composite, DataViewManager, HObject) - Constructor for class hdf.view.MetaDataView.DefaultDatatypeMetaDataView
-
The metadata view interface for displaying datatype metadata information
- DefaultFileFilter - Class in hdf.view
-
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
- DefaultFileFilter() - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter.
- DefaultFileFilter(String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter that accepts files with the given extension.
- DefaultFileFilter(String[]) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter from the given string array.
- DefaultFileFilter(String[], String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter from the given string array and description.
- DefaultFileFilter(String, String) - Constructor for class hdf.view.DefaultFileFilter
-
Creates a file filter that accepts the given file type.
- DefaultGroupMetaDataView - Class in hdf.view.MetaDataView
-
The metadata view interface for displaying group metadata information
- DefaultGroupMetaDataView(Composite, DataViewManager, HObject) - Constructor for class hdf.view.MetaDataView.DefaultGroupMetaDataView
-
The metadata view interface for displaying metadata information
- DefaultImageView - Class in hdf.view.ImageView
-
ImageView displays an HDF dataset as an image.
- DefaultImageView(DataViewManager) - Constructor for class hdf.view.ImageView.DefaultImageView
-
Constructs an ImageView.
- DefaultImageView(DataViewManager, HashMap) - Constructor for class hdf.view.ImageView.DefaultImageView
-
Constructs an ImageView.
- DefaultImageView.FlipFilter - Class in hdf.view.ImageView
-
FlipFilter creates image filter to flip image horizontally or vertically.
- DefaultImageView.Rotate90Filter - Class in hdf.view.ImageView
-
Makes an image filter for rotating image by 90 degrees.
- DefaultImageViewFactory - Class in hdf.view.ImageView
-
A simple Factory class which returns concrete instances of the default ImageView.
- DefaultImageViewFactory() - Constructor for class hdf.view.ImageView.DefaultImageViewFactory
- DefaultLinkMetaDataView - Class in hdf.view.MetaDataView
-
The metadata view interface for displaying link metadata information
- DefaultLinkMetaDataView(Composite, DataViewManager, HObject) - Constructor for class hdf.view.MetaDataView.DefaultLinkMetaDataView
-
The metadata view interface for displaying link metadata information
- DefaultMetaDataViewFactory - Class in hdf.view.MetaDataView
-
A simple Factory class which returns concrete instances of the default MetaDataView, based on whether the data object is a Group, Dataset, Datatype or other form of object.
- DefaultMetaDataViewFactory() - Constructor for class hdf.view.MetaDataView.DefaultMetaDataViewFactory
- DefaultPaletteView - Class in hdf.view.PaletteView
-
Displays a dialog for viewing and change palettes.
- DefaultPaletteView(Shell, DataViewManager, ImageView) - Constructor for class hdf.view.PaletteView.DefaultPaletteView
-
Create a dialog for viewing and change palettes.
- DefaultPaletteView(Shell, ImageView) - Constructor for class hdf.view.PaletteView.DefaultPaletteView
-
Create a dialog for viewing and changing palettes.
- DefaultPaletteViewFactory - Class in hdf.view.PaletteView
-
A simple Factory class which returns concrete instances of the default PaletteView.
- DefaultPaletteViewFactory() - Constructor for class hdf.view.PaletteView.DefaultPaletteViewFactory
- DefaultScalarDSTableView - Class in hdf.view.TableView
-
A class to construct a ScalarDS TableView.
- DefaultScalarDSTableView(DataViewManager) - Constructor for class hdf.view.TableView.DefaultScalarDSTableView
-
Constructs a ScalarDS TableView with no additional data properties.
- DefaultScalarDSTableView(DataViewManager, HashMap) - Constructor for class hdf.view.TableView.DefaultScalarDSTableView
-
Constructs a ScalarDS TableView with the specified data properties.
- DefaultTableViewFactory - Class in hdf.view.TableView
-
A simple Factory class which returns concrete instances of the default TableView, based on whether the data object to be viewed is a scalar or compound dataset or is an attribute.
- DefaultTableViewFactory() - Constructor for class hdf.view.TableView.DefaultTableViewFactory
- DefaultTreeView - Class in hdf.view.TreeView
-
TreeView defines APIs for opening files and displaying the file structure in a tree structure.
- DefaultTreeView(Composite, DataViewManager) - Constructor for class hdf.view.TreeView.DefaultTreeView
-
Create a visual component for opening files and displaying the file structure in a tree structure.
- DefaultTreeViewFactory - Class in hdf.view.TreeView
-
A simple Factory class which returns concrete instances of the default TreeView.
- DefaultTreeViewFactory() - Constructor for class hdf.view.TreeView.DefaultTreeViewFactory
- delete(HObject) - Method in class hdf.object.FileFormat
-
Deletes an object from a file.
- delete(HObject) - Method in class hdf.object.fits.FitsFile
- delete(HObject) - Method in class hdf.object.h4.H4File
-
Delete an object from the file.
- delete(HObject) - Method in class hdf.object.h5.H5File
- delete(HObject) - Method in class hdf.object.nc2.NC2File
- deleteAttribute(HObject) - Method in class hdf.view.MetaDataView.DefaultBaseMetaDataView
- deleteAttribute(HObject) - Method in interface hdf.view.MetaDataView.MetaDataView
-
Delete an attribute from a data object.
- deletePluginPath(int) - Static method in class hdf.object.h5.H5Plugins
-
Removes the plugin path.
- deletePluginPath(int) - Static method in class hdf.view.ViewProperties
-
Removes the plugin path.
- DELIMITER_COLON - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_COMMA - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_SEMI_COLON - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_SPACE - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- DELIMITER_TAB - Static variable in class hdf.view.ViewProperties
-
name of the tab delimiter
- depthFirstMemberList() - Method in class hdf.object.Group
-
Get the members of this Group in depth-first order.
- descReferenceObject(long, byte[]) - Static method in class hdf.object.h5.H5Datatype
-
Describes the dataset object description for a 1.10 reference.
- descRegionDataset(long, byte[]) - Static method in class hdf.object.h5.H5Datatype
-
Describes the dataset region description for a 1.10 reference.
- DFTAG_NDG_NETCDF - Static variable in class hdf.object.h4.H4SDS
-
tag for netCDF datasets.
- DFTAG_NDG_NETCDF - Static variable in class hdf.object.nc2.NC2Dataset
-
tag for netCDF datasets.
- dimNames - Variable in class hdf.object.Dataset
-
Array of strings that represent the dimension names.
- dims - Variable in class hdf.object.Dataset
-
The current dimension sizes of the dataset
- display - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The default display
- displayToCanonicalValue(Object) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
E
- EditingGridLayer(ILayer, ILayer, ILayer, ILayer) - Constructor for class hdf.view.TableView.DefaultBaseTableView.EditingGridLayer
-
Create the Grid Layer with editing triggered by a double click instead of a single click.
- endianChoice - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The endianess combobox for the object
- enumMembers - Variable in class hdf.object.Datatype
-
The (name, value) pairs of enum members.
- equals(HObject) - Method in class hdf.object.HObject
-
Returns whether this HObject is equal to the specified HObject by comparing their OIDs.
- equals(Object) - Method in class hdf.object.HObject
- equalsOID(long[]) - Method in class hdf.object.HObject
-
Checks if the OID of the object is the same as the given object identifier within the same file.
- errStr - Static variable in class hdf.view.TableView.DataFactoryUtils
-
the error string value
- executeTimer(boolean) - Method in interface hdf.view.DataView.DataViewManager
-
Start stop a timer.
- executeTimer(boolean) - Method in class hdf.view.HDFView
-
Start stop a timer.
- exportDataset(String, Dataset, int) - Method in class hdf.object.FileFormat
-
Export dataset.
- exportDataset(String, Dataset, int) - Method in class hdf.object.h5.H5File
-
Export dataset.
- extend(long[]) - Method in class hdf.object.h5.H5ScalarDS
-
H5Dset_extent verifies that the dataset is at least of size size, extending it if necessary.
- EXTRACT - Enum constant in enum class hdf.view.ViewProperties.BITMASK_OP
-
use bitmask extract
- extractCompoundInfo(H5Datatype, String, List<String>, List<Datatype>) - Static method in class hdf.object.h5.H5Datatype
-
Extracts compound information into flat structure.
F
- fid - Variable in class hdf.object.FileFormat
-
File identifier.
- FILE_CREATE_DELETE - Static variable in class hdf.object.FileFormat
-
Flag for creating/truncating a file.
- FILE_CREATE_EARLY_LIB - Static variable in class hdf.object.FileFormat
-
Flag to indicate if the earliest version of library is used when creating a new file.
- FILE_CREATE_OPEN - Static variable in class hdf.object.FileFormat
-
Flag for creating/opening a file.
- file_fullpath - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The the full file path referenced
- file_name - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The file name referenced
- FILE_OBJ_SEP - Static variable in class hdf.object.FileFormat
-
A separator that separates file name and object name.
- FILE_TYPE_BMP - Static variable in class hdf.view.Tools
-
Key for BMP image file type.
- FILE_TYPE_GIF - Static variable in class hdf.view.Tools
-
Key for GIF image file type.
- FILE_TYPE_HDF4 - Static variable in class hdf.object.FileFormat
-
Key for HDF4 file format.
- FILE_TYPE_HDF5 - Static variable in class hdf.object.FileFormat
-
Key for HDF5 file format.
- FILE_TYPE_IMAGE - Static variable in class hdf.view.Tools
-
Key for all image file type.
- FILE_TYPE_JPEG - Static variable in class hdf.view.Tools
-
Key for JPEG image file type.
- FILE_TYPE_NC3 - Static variable in class hdf.object.FileFormat
-
Key for NetCDF file format.
- FILE_TYPE_PNG - Static variable in class hdf.view.Tools
-
Key for PNG image file type.
- FILE_TYPE_TIFF - Static variable in class hdf.view.Tools
-
Key for TIFF image file type.
- fileFormat - Variable in class hdf.object.HObject
-
The file which contains the object
- fileFormat - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The file format associated with this object
- FileFormat - Class in hdf.object
-
FileFormat defines general interfaces for working with files whose data is organized according to a supported format.
- FileFormat(String) - Constructor for class hdf.object.FileFormat
-
Creates a new FileFormat instance with the given filename.
- fillValue - Variable in class hdf.object.ScalarDS
-
The fill value of the dataset.
- fillValue - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The value used for fill
- filterNonSelectedMembers(CompoundDataFormat, Datatype) - Static method in class hdf.view.TableView.DataFactoryUtils
-
Given a CompoundDataFormat, as well as a compound datatype, removes the non-selected datatypes from the List of datatypes inside the compound datatype and returns that as a new List.
- filters - Variable in class hdf.object.Dataset
-
The filters information.
- findDataDist(Object, int[], double[]) - Static method in class hdf.view.Tools
-
Finds the distribution of data values
- findMinMax(Object, double[], Object) - Static method in class hdf.view.Tools
-
Finds the min and max values of the data array
- findObject(FileFormat, long[]) - Static method in class hdf.object.FileFormat
-
Finds an object by its object ID
- findObject(FileFormat, String) - Static method in class hdf.object.FileFormat
-
Finds an object by the full path of the object (path+name)
- findTreeItem(HObject) - Method in class hdf.view.TreeView.DefaultTreeView
-
Returns the tree item that contains the given data object.
- findTreeItem(HObject) - Method in interface hdf.view.TreeView.TreeView
-
Get the tree item that contains the given data object.
- FitsAttribute - Class in hdf.object.fits
-
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
- FitsAttribute(HObject, String, Datatype, long[]) - Constructor for class hdf.object.fits.FitsAttribute
-
Create an attribute with specified name, data type and dimension sizes.
- FitsAttribute(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.fits.FitsAttribute
-
Create an attribute with specific name and value.
- FitsDataset - Class in hdf.object.fits
-
FitsDataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset The library predefines a modest number of datatypes.
- FitsDataset(FileFormat, BasicHDU, String, long[]) - Constructor for class hdf.object.fits.FitsDataset
-
Constructs an FitsDataset object with specific netcdf variable.
- FitsDatatype - Class in hdf.object.fits
-
Datatype encapsulates information of a datatype.
- FitsDatatype(int, int, int, int) - Constructor for class hdf.object.fits.FitsDatatype
-
Create an Datatype with specified class, size, byte order and sign.
- FitsDatatype(long) - Constructor for class hdf.object.fits.FitsDatatype
-
Create a Datatype with a given fits native datatype.
- FitsFile - Class in hdf.object.fits
-
This class provides file level APIs.
- FitsFile() - Constructor for class hdf.object.fits.FitsFile
-
Constructs an empty FitsFile with read-only access.
- FitsFile(String) - Constructor for class hdf.object.fits.FitsFile
-
Constructs an FitsFile object of given file name with read-only access.
- FitsGroup - Class in hdf.object.fits
-
An H5Group represents HDF5 group, inheriting from Group.
- FitsGroup(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.fits.FitsGroup
-
Constructs an HDF5 group with specific name, path, and parent.
- fixedDataLength - Variable in class hdf.view.TableView.DefaultBaseTableView
-
size of default data length
- flatNameList - Variable in class hdf.object.CompoundDS
-
A list of names of all fields including nested fields.
- flatTypeList - Variable in class hdf.object.CompoundDS
-
A list of datatypes of all fields including nested fields.
- FLIP_HORIZONTAL - Static variable in class hdf.view.ImageView.DefaultImageView
-
Horizontal direction to flip an image.
- FLIP_VERTICAL - Static variable in class hdf.view.ImageView.DefaultImageView
-
Vertical direction to flip an image.
- FlipFilter(int) - Constructor for class hdf.view.ImageView.DefaultImageView.FlipFilter
-
Constructs an image filter to flip horizontally or vertically.
- fromNative() - Method in class hdf.object.fits.FitsDatatype
-
Translate fits datatype identifier into FitsDatatype.
- fromNative(long) - Method in class hdf.object.Datatype
-
Set datatype characteristics (class, size, byte order and sign) from a given datatype identifier.
- fromNative(long) - Method in class hdf.object.fits.FitsDatatype
-
Translate fits datatype identifier into FitsDatatype.
- fromNative(long) - Method in class hdf.object.h4.H4Datatype
- fromNative(long) - Method in class hdf.object.h5.H5Datatype
- fromNative(long) - Method in class hdf.object.nc2.NC2Datatype
-
Translate NetCDF3 datatype object into NC2Datatype.
- fullFileName - Variable in class hdf.object.FileFormat
-
The absolute pathname (path+name) of the file.
G
- generalObjectInfoPane - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The general metadata pane
- get(String) - Method in class hdf.object.FileFormat
-
Gets the HObject with the specified path from the file.
- get(String) - Method in class hdf.object.fits.FitsFile
- get(String) - Method in class hdf.object.h4.H4File
-
Get an individual HObject with a given path.
- get(String) - Method in class hdf.object.h5.H5File
- get(String) - Method in class hdf.object.nc2.NC2File
- getActionCommand() - Method in interface hdf.view.HelpView.HelpView
-
Get the action command for this HelpView.
- getAnimationIcon() - Static method in class hdf.view.ViewProperties
-
Get the Animation Icon
- getAppsIcon() - Static method in class hdf.view.ViewProperties
-
Get the Apps Icon
- getArrayDims() - Method in class hdf.object.Datatype
-
Returns the dimensions of an Array Datatype.
- getAttribute() - Method in class hdf.view.dialog.NewScalarAttributeDialog
-
Get the new attribute created.
- getAttribute() - Method in class hdf.view.dialog.NewStringAttributeDialog
-
Get the new attribute created.
- getAttribute(HObject) - Static method in class hdf.object.h5.H5File
-
Returns a list of attributes for the specified object.
- getAttribute(HObject, int, int) - Static method in class hdf.object.h5.H5File
-
Returns a list of attributes for the specified object, in creation or alphabetical order.
- getAttributeData() - Method in interface hdf.object.Attribute
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.fits.FitsAttribute
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.h4.H4CompoundAttribute
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.h4.H4ScalarAttribute
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.h5.H5CompoundAttr
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.h5.H5ScalarAttr
-
Retrieves the attribute data from the file.
- getAttributeData() - Method in class hdf.object.nc2.NC2Attribute
-
Retrieves the attribute data from the file.
- getAttributeDatatype() - Method in interface hdf.object.Attribute
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.fits.FitsAttribute
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the datatype of the attribute.
- getAttributeDatatype() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the datatype of the attribute.
- getAttributeDims() - Method in interface hdf.object.Attribute
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.fits.FitsAttribute
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeDims() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the array that contains the dimension sizes of the data value of the attribute.
- getAttributeList() - Method in class hdf.object.h5.H5MetaDataContainer
-
Retrieves the object's attributeList.
- getAttributeName() - Method in interface hdf.object.Attribute
-
Returns the name of the attribute.
- getAttributeName() - Method in class hdf.object.fits.FitsAttribute
-
Returns the name of the object.
- getAttributeName() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the name of the object.
- getAttributeName() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the name of the object.
- getAttributeName() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the name of the object.
- getAttributeName() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the name of the object.
- getAttributeName() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the name of the object.
- getAttributePlane() - Method in interface hdf.object.Attribute
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.fits.FitsAttribute
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the selected size of the rows and columns of the attribute.
- getAttributePlane() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the selected size of the rows and columns of the attribute.
- getAttributeRank() - Method in interface hdf.object.Attribute
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.fits.FitsAttribute
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeRank() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the rank (number of dimensions) of the attribute.
- getAttributeSpaceType() - Method in interface hdf.object.Attribute
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.fits.FitsAttribute
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the space type for the attribute.
- getAttributeSpaceType() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the space type for the attribute.
- getAudioIcon() - Static method in class hdf.view.ViewProperties
-
Get the Audio Icon
- getAutocontrastIcon() - Static method in class hdf.view.ViewProperties
-
Get the Autocontrast Icon
- getBinaryDataFromFile(Object, String, ByteOrder) - Static method in class hdf.view.Tools
-
Reads data from a binary file into a buffer.
- getBitmask() - Method in class hdf.view.dialog.DataOptionDialog
-
Get the bitmask value
- getBlankIcon() - Static method in class hdf.view.ViewProperties
-
Get the Blank Icon
- getBrightIcon() - Static method in class hdf.view.ViewProperties
-
Get the Bright Icon
- getBytes(Object, double[], long, long, boolean, byte[]) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getBytes(Object, double[], long, long, boolean, List<Number>, boolean, byte[]) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getBytes(Object, double[], long, long, boolean, List<Number>, boolean, byte[], List<Integer>) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getBytes(Object, double[], long, long, boolean, List<Number>, byte[]) - Static method in class hdf.view.Tools
-
Convert an array of raw data into array of a byte data.
- getChartIcon() - Static method in class hdf.view.ViewProperties
-
Get the Chart Icon
- getChunkSize() - Method in class hdf.object.Dataset
-
Returns the array that contains the dimension sizes of the chunk of the dataset.
- getColumnCount() - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
- getColumnCount() - Method in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
- getComponentCount() - Method in class hdf.object.h4.H4GRImage
-
Returns the number of components of this image data.
- getCompoundMemberNames() - Method in class hdf.object.Datatype
-
Returns the member names of a Compound Datatype.
- getCompoundMemberOffsets() - Method in class hdf.object.Datatype
-
Returns the member offsets of a Compound Datatype.
- getCompoundMemberTypes() - Method in class hdf.object.Datatype
-
Returns member types of a Compound Datatype.
- getCompression() - Method in interface hdf.object.DataFormat
-
Returns the string representation of compression information.
- getCompression() - Method in class hdf.object.Dataset
-
Returns the string representation of compression information.
- getConvertByteToString() - Method in class hdf.object.Dataset
-
Returns the flag that indicates if a byte array is converted to a string array.
- getConvertedFile() - Method in class hdf.view.dialog.ImageConversionDialog
-
get the file of an image file that has been converted.
- getCopyIcon() - Static method in class hdf.view.ViewProperties
-
Get the Copy Icon
- getCurrentFiles() - Method in class hdf.view.TreeView.DefaultTreeView
- getCurrentFiles() - Method in interface hdf.view.TreeView.TreeView
-
Get the list of currently open files
- getCurrentObject() - Method in class hdf.view.TreeView.DefaultTreeView
- getCurrentObject() - Method in interface hdf.view.TreeView.TreeView
-
Get the current selected object in the tree
- getCutIcon() - Static method in class hdf.view.ViewProperties
-
Get the Cut Icon
- getData() - Method in interface hdf.object.DataFormat
-
Retrieves the object's data from the file.
- getData() - Method in class hdf.object.Dataset
-
Returns the data buffer of the dataset in memory.
- getData() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the data buffer of the attribute in memory.
- getData() - Method in class hdf.object.h5.H5ReferenceType
-
Returns the data buffer of the reference in memory.
- getData() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the data buffer of the attribute in memory.
- getDataDelimiter() - Static method in class hdf.view.ViewProperties
-
Get the delimiter of data values
- getDataDisplayConverter(DataFormat) - Static method in class hdf.view.TableView.DataDisplayConverterFactory
-
Get the Data Display Converter for the supplied data object
- getDataEditingRule(DataFormat) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Get the data editing rule for the object.
- getDataEditingRule(DataFormat) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
-
Returns an IEditableRule that determines whether cells can be edited.
- getDataEditingRule(DataFormat) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Returns an IEditableRule that determines whether cells can be edited.
- getDataLayer() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Get the data layer
- getDataObject() - Method in interface hdf.view.DataView.DataView
-
Get the data object displayed in this data viewer
- getDataObject() - Method in class hdf.view.ImageView.DefaultImageView
- getDataObject() - Method in class hdf.view.MetaDataView.DefaultBaseMetaDataView
- getDataObject() - Method in class hdf.view.PaletteView.DefaultPaletteView
- getDataObject() - Method in class hdf.view.TableView.DefaultBaseTableView
- getDataProvider(DataFormat, Object, boolean) - Static method in class hdf.view.TableView.DataProviderFactory
-
Get the Data Display Provider for the supplied data object
- getDatasetIcon() - Static method in class hdf.view.ViewProperties
-
Get the Dataset Icon
- getDatasetIconA() - Static method in class hdf.view.ViewProperties
-
Get the Dataset with Attribute Icon
- getDatatype() - Method in interface hdf.object.DataFormat
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.Dataset
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.fits.FitsDataset
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h4.H4GRImage
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h4.H4SDS
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h4.H4Vdata
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h5.H5CompoundDS
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.h5.H5ScalarDS
-
Returns the datatype of the data object.
- getDatatype() - Method in class hdf.object.nc2.NC2Dataset
-
Returns the datatype of the data object.
- getDatatypeBase() - Method in class hdf.object.Datatype
-
Returns the base datatype for this datatype.
- getDatatypeClass() - Method in class hdf.object.Datatype
-
Returns the class of the datatype.
- getDatatypeIcon() - Static method in class hdf.view.ViewProperties
-
Get the Datatype Icon
- getDatatypeIconA() - Static method in class hdf.view.ViewProperties
-
Get the Datatype with Attribute Icon
- getDatatypeOrder() - Method in class hdf.object.Datatype
-
Returns the byte order of the datatype.
- getDatatypeSign() - Method in class hdf.object.Datatype
-
Returns the sign (SIGN_NONE, SIGN_2) of an integer datatype.
- getDatatypeSize() - Method in class hdf.object.Datatype
-
Returns the size of the datatype in bytes.
- getDatatypeSize(long) - Static method in class hdf.object.h5.H5Datatype
-
Returns the size (in bytes) of a given datatype identifier.
- getDataValidator(DataFormat) - Static method in class hdf.view.TableView.DataValidatorFactory
-
Get the Data Validator for the supplied data object
- getDataValue(int, int) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
- getDataValue(int, int) - Method in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
- getDataValue(Object, int) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
When a parent HDFDataProvider (such as an ArrayDataProvider) wants to retrieve a data value by routing the operation through its base HDFDataProvider, the parent HDFDataProvider will generally know the direct index to have the base provider use.
- getDataValue(Object, int, int) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
When a CompoundDataProvider wants to pass a List of data down to a nested CompoundDataProvider, or when a top-level container DataProvider (such as an ArrayDataProvider) wants to hand data down to a base CompoundDataProvider, we need to pass down a List of data, plus a field and row index.
- getDataView(HObject) - Method in interface hdf.view.DataView.DataViewManager
-
Returns DataView that contains the specified data object.
- getDataView(HObject) - Method in class hdf.view.HDFView
- getDataViewName() - Method in class hdf.view.dialog.DataOptionDialog
-
Get the name of the datatview
- getDepth() - Method in interface hdf.object.DataFormat
-
Returns the dimension size of the frame axis.
- getDepth() - Method in class hdf.object.Dataset
-
Returns the dimension size of the frame axis.
- getDescription() - Method in class hdf.object.Datatype
-
Returns a short text description of this datatype.
- getDescription() - Method in class hdf.object.fits.FitsDatatype
- getDescription() - Method in class hdf.object.h4.H4Datatype
- getDescription() - Method in class hdf.object.h5.H5Datatype
- getDescription() - Method in class hdf.object.nc2.NC2Datatype
- getDescription() - Method in class hdf.view.DefaultFileFilter
-
Get the human readable description of this filter.
- getDimNames() - Method in class hdf.object.Dataset
-
Returns the array of strings that represent the dimension names.
- getDims() - Method in interface hdf.object.DataFormat
-
Returns the array that contains the dimension sizes of the data value of the data object.
- getDims() - Method in class hdf.object.Dataset
-
Returns the array that contains the dimension sizes of the dataset.
- getEarlyLib() - Static method in class hdf.view.ViewProperties
-
Returns value of default lib version for the earliest.
- getEnumMembers() - Method in class hdf.object.Datatype
-
Returns the Map<String,String> pairs of enum members for enum datatype.
- getEnumMembersAsString() - Method in class hdf.object.Datatype
-
Returns the HashMap pairs of enum members for enum datatype.
- getExtensions() - Method in class hdf.view.DefaultFileFilter
-
Get the file extensions associated with this DefaultFileFilter
- getFactory(ViewProperties.DataViewType) - Static method in class hdf.view.DataView.DataViewFactoryProducer
-
get the requested DataViewFactory
- getFID() - Method in class hdf.object.FileFormat
-
Returns file identifier of open file associated with this instance.
- getFID() - Method in class hdf.object.HObject
-
Returns the file identifier of of the file containing the object.
- getFieldCount() - Method in class hdf.object.h4.H4Vdata
-
Returns the number of fields.
- getFieldOrders() - Method in class hdf.object.h4.H4Vdata
-
Returns the orders of fields
- getFile() - Method in class hdf.object.HObject
-
Returns the name of the file that contains this data object.
- getFilecloseIcon() - Static method in class hdf.view.ViewProperties
-
Get the File Close Icon
- getFileExtension() - Static method in class hdf.view.ViewProperties
-
Get the file extensions of supported file formats
- getFileExtensions() - Static method in class hdf.object.FileFormat
-
Returns a list of file extensions for all supported file formats.
- getFileFilter() - Static method in class hdf.view.DefaultFileFilter
-
Get the file filter for HDF4/5 file
- getFileFilterBinary() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for binary file
- getFileFilterBMP() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for BMP image files
- getFileFilterGIF() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for GIF image files
- getFileFilterHDF4() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for HDF4 file
- getFileFilterHDF5() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for HDF5 file
- getFileFilterJPEG() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for JPEG image files
- getFileFilterNetCDF3() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for NetCDF3 file
- getFileFilterPNG() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for PNG image files
- getFileFilterText() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for text file
- getFileFilterTIFF() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for TIFF image files
- getFileFormat() - Method in class hdf.object.HObject
-
Returns the file that contains the object.
- getFileFormat(String) - Static method in class hdf.object.FileFormat
-
Returns the FileFormat with specified key from the list of supported formats.
- getFileFormatKeys() - Static method in class hdf.object.FileFormat
-
Returns an Enumeration of keys for all supported formats.
- getFileFormats() - Static method in class hdf.object.FileFormat
-
Returns an array of supported FileFormat instances.
- getFilenewIcon() - Static method in class hdf.view.ViewProperties
-
Get the File New Icon
- getFileopenIcon() - Static method in class hdf.view.ViewProperties
-
Get the File Open Icon
- getFilePath() - Method in class hdf.object.FileFormat
-
Returns the absolute path for the file.
- getFilesaveIcon() - Static method in class hdf.view.ViewProperties
-
Get the File Save Icon
- getFillValue() - Method in class hdf.object.CompoundDS
-
Returns the fill values for the data object.
- getFillValue() - Method in interface hdf.object.DataFormat
-
Returns the fill values for the data object.
- getFillValue() - Method in class hdf.object.h4.H4Vdata
-
Returns the fill values for the data object.
- getFillValue() - Method in class hdf.object.ScalarDS
-
Returns the fill values for the dataset.
- getFilteredImageValues() - Method in class hdf.object.ScalarDS
-
Get a list of values that will be filtered out in an image.
- getFilters() - Method in class hdf.object.Dataset
-
Returns the string representation of filter information.
- getFirstIcon() - Static method in class hdf.view.ViewProperties
-
Get the First Icon
- getFitsFile() - Method in class hdf.object.fits.FitsFile
-
Get the Fits file.
- getFoldercloseIcon() - Static method in class hdf.view.ViewProperties
-
Get the Folder Close Icon
- getFoldercloseIconA() - Static method in class hdf.view.ViewProperties
-
Get the Folder Close with Attribute Icon
- getFolderopenIcon() - Static method in class hdf.view.ViewProperties
-
Get the Folder Open Icon
- getFolderopenIconA() - Static method in class hdf.view.ViewProperties
-
Get the Folder Open with Attribute Icon
- getFontSize() - Static method in class hdf.view.ViewProperties
-
Get the font size
- getFontType() - Static method in class hdf.view.ViewProperties
-
Get the font type
- getFullName() - Method in class hdf.object.HObject
-
Returns the full name (group path + object name) of the object.
- getFullReferenceName(byte[]) - Method in class hdf.object.h5.H5ReferenceType
-
Get the reference datatype reference name.
- getGRAccessID() - Method in class hdf.object.h4.H4File
-
Returns the GR identifier, which is returned from GRstart(fid).
- getH4Icon() - Static method in class hdf.view.ViewProperties
-
Get the HDF4 Icon
- getH4IconR() - Static method in class hdf.view.ViewProperties
-
Get the read-only HDF4 Icon
- getH4toH5() - Static method in class hdf.view.ViewProperties
-
Get the path of the H5toH5 converter
- getH5Icon() - Static method in class hdf.view.ViewProperties
-
Get the HDF5 Icon
- getH5IconR() - Static method in class hdf.view.ViewProperties
-
Get the read-only HDF5 Icon
- getHDF5UserBlock(String) - Static method in class hdf.view.Tools
-
Read HDF5 user block data into byte array.
- getHdfIcon() - Static method in class hdf.view.ViewProperties
-
Get the HDF Icon
- getHdfIcons() - Static method in class hdf.view.ViewProperties
-
Get the HDF Icons
- getHDFViewIcon() - Static method in class hdf.view.ViewProperties
-
Get the HDFView Icon
- getHeight() - Method in interface hdf.object.DataFormat
-
Returns the dimension size of the vertical axis.
- getHeight() - Method in class hdf.object.Dataset
-
Returns the dimension size of the vertical axis.
- getHelpIcon() - Static method in class hdf.view.ViewProperties
-
Get the Help Icon
- getHelpViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of helpview modules
- getHObject(String) - Static method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:- It can be very expensive if it is called many times or in a loop because each call to the method creates an instance of a file.
- Since the method does not return the instance of the file, the file cannot be closed directly and may be left open (memory leak). The only way to close the file is through the object returned by this method.
- getHObject(String, String) - Static method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:- It can be very expensive if it is called many times or in a loop because each call to the method creates an instance of a file.
- Since the method does not return the instance of the
file, the file cannot be closed directly and may be left open
(memory leak). The only way to close the file is through the
object returned by this method, for example:
Dataset dset = H5File.getObject("hdf5_test.h5", "/images/iceburg"); ... // close the file through dset dset.getFileFormat().close();
- getImage() - Method in class hdf.view.ImageView.DefaultImageView
- getImage() - Method in interface hdf.view.ImageView.ImageView
-
Get the image displayed in this imageView
- getImageByteData() - Method in class hdf.view.ImageView.DefaultImageView
- getImageByteData() - Method in interface hdf.view.ImageView.ImageView
-
Get the byte array of the image data
- getImageDataRange() - Method in class hdf.object.ScalarDS
-
Returns the (min, max) pair of image data range.
- getImageFileFilter() - Static method in class hdf.view.DefaultFileFilter
-
Get a file filter for GIF, JPEG, BMP, or PNG image files
- getImageIcon() - Static method in class hdf.view.ViewProperties
-
Get the Image Icon
- getImageIconA() - Static method in class hdf.view.ViewProperties
-
Get the Image with Attribute Icon
- getImageOrigin() - Static method in class hdf.view.ViewProperties
-
Get the image origin
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.DataView.DataViewFactory
-
Get an instance of ImageView given the appropriate constructor parameters
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.ImageView.DefaultImageViewFactory
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.MetaDataView.MetaDataViewFactory
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.PaletteView.PaletteViewFactory
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.TableView.TableViewFactory
- getImageView(DataViewManager, HashMap) - Method in class hdf.view.TreeView.TreeViewFactory
- getImageViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of imageview modules
- getIndexOrder() - Method in class hdf.object.h5.H5File
-
Get the current value of the index order.
- getIndexOrder() - Static method in class hdf.view.ViewProperties
-
Get the default index order for display
- getIndexOrder(String) - Method in class hdf.object.FileFormat
-
Get the value of the index order.
- getIndexOrder(String) - Method in class hdf.object.h4.H4File
- getIndexOrder(String) - Method in class hdf.object.h5.H5File
- getIndexOrderValue(String) - Static method in class hdf.object.FileFormat
-
Get the value of the index order value.
- getIndexOrderValue(String) - Static method in class hdf.object.h5.H5File
-
Get the value of the index order.
- getIndexType() - Method in class hdf.object.h5.H5File
-
Get the current value of the index type.
- getIndexType() - Static method in class hdf.view.ViewProperties
-
Get the default index type for display
- getIndexType(String) - Method in class hdf.object.FileFormat
-
Get the value of the index type.
- getIndexType(String) - Method in class hdf.object.h4.H4File
- getIndexType(String) - Method in class hdf.object.h5.H5File
- getIndexTypeValue(String) - Static method in class hdf.object.FileFormat
-
Get the value of the index type value.
- getIndexTypeValue(String) - Static method in class hdf.object.h5.H5File
-
Get the value of the index type value.
- getInstance(String) - Static method in class hdf.object.FileFormat
-
Creates a FileFormat instance for the specified file.
- getInterlace() - Method in class hdf.object.ScalarDS
-
Returns the interlace mode of a true color image (RGB).
- getIsValueChanged() - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
Check if the datavalue has changed
- getJavaObjectRuntimeClass(Object) - Static method in class hdf.object.Utils
-
Retrieves the Java Runtime Class of the given Object.
- getLabel() - Method in interface hdf.view.HelpView.HelpView
-
Get the HelpView's label, which is displayed in the HDFView help menu.
- getLargeHdfIcon() - Static method in class hdf.view.ViewProperties
-
Get the Large HDF Icon
- getLastIcon() - Static method in class hdf.view.ViewProperties
-
Get the Last Icon
- getLateLib() - Static method in class hdf.view.ViewProperties
-
Returns value of default lib version for the latest.
- getLibBounds() - Method in class hdf.object.FileFormat
-
Gets the bounds of library versions
- getLibBounds() - Method in class hdf.object.h5.H5File
-
Gets the bounds of library versions.
- getLibBoundsDescription() - Method in class hdf.object.FileFormat
-
Gets the bounds of library versions as text.
- getLibBoundsDescription() - Method in class hdf.object.h5.H5File
-
Gets the bounds of library versions as text.
- getLibversion() - Method in class hdf.object.FileFormat
-
Returns the version of the library for the implementing FileFormat class.
- getLibversion() - Method in class hdf.object.fits.FitsFile
-
Returns the version of the library.
- getLibversion() - Method in class hdf.object.h4.H4File
-
Returns the version of the HDF4 library.
- getLibversion() - Method in class hdf.object.h5.H5File
-
Returns the version of the HDF5 library.
- getLibversion() - Method in class hdf.object.nc2.NC2File
-
Returns the version of the library.
- getLinkIcon() - Static method in class hdf.view.ViewProperties
-
Get the Link Icon
- getLinkTargetName(HObject) - Static method in class hdf.object.h5.H5File
-
Retrieves the name of the target object that is being linked to.
- getLinkTargetObjName() - Method in class hdf.object.HObject
-
Returns the name of the target object that is linked to.
- getListOfImageViews() - Static method in class hdf.view.HDFView
-
Get a list of imageview implementations.
- getListOfMetaDataViews() - Static method in class hdf.view.HDFView
-
Get a list of metaDataview implementations.
- getListOfPaletteViews() - Static method in class hdf.view.HDFView
-
Get a list of paletteview implementations.
- getListOfTableViews() - Static method in class hdf.view.HDFView
-
Get a list of tableview implementations.
- getListOfTreeViews() - Static method in class hdf.view.HDFView
-
Get a list of treeview implementations.
- getMaxDims() - Method in class hdf.object.Dataset
-
Returns the array that contains the max dimension sizes of the dataset.
- getMaxMembers() - Method in class hdf.object.FileFormat
-
Returns the maximum number of objects that can be loaded into memory.
- getMaxMembers() - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large number of objects such as 1,000,000 objects.
- getMaxRecentFiles() - Static method in class hdf.view.ViewProperties
-
Get the maximum number of the most recent file
- getMember(int) - Method in class hdf.object.Group
-
Get the HObject at the specified index in this Group's member list.
- getMemberCount() - Method in interface hdf.object.CompoundDataFormat
-
Returns the number of members of the compound data object.
- getMemberCount() - Method in class hdf.object.CompoundDS
-
Returns the number of members of the compound dataset.
- getMemberDims(int) - Method in interface hdf.object.CompoundDataFormat
-
Returns the dimension sizes of the i-th member.
- getMemberDims(int) - Method in class hdf.object.CompoundDS
-
Returns the dimension sizes of the i-th member.
- getMemberList() - Method in class hdf.object.Group
-
Returns the list of members of this group.
- getMemberNames() - Method in interface hdf.object.CompoundDataFormat
-
Returns the names of the members of the compound data object.
- getMemberNames() - Method in class hdf.object.CompoundDS
-
Returns the names of the members of the compound dataset.
- getMemberOrders() - Method in interface hdf.object.CompoundDataFormat
-
Returns array containing the total number of elements of the members of the compound data object.
- getMemberOrders() - Method in class hdf.object.CompoundDS
-
Returns array containing the total number of elements of the members of the compound dataset.
- getMemberTypes() - Method in interface hdf.object.CompoundDataFormat
-
Returns an array of datatype objects of the compound members.
- getMemberTypes() - Method in class hdf.object.CompoundDS
-
Returns an array of datatype objects of compound members.
- getMetadata() - Method in class hdf.object.Datatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.fits.FitsDataset
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.fits.FitsGroup
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h4.H4GRImage
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h4.H4Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h4.H4SDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h4.H4Vdata
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5CompoundDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5Datatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5Link
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5MetaDataContainer
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.h5.H5ScalarDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in interface hdf.object.MetaDataContainer
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.nc2.NC2Dataset
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata() - Method in class hdf.object.nc2.NC2Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.fits.FitsDataset
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.fits.FitsDatatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.fits.FitsGroup
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h4.H4Datatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h4.H4GRImage
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h4.H4Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h4.H4SDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h4.H4Vdata
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5CompoundDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5Datatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5Link
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5MetaDataContainer
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.h5.H5ScalarDS
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.nc2.NC2Dataset
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.nc2.NC2Datatype
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetadata(int...) - Method in class hdf.object.nc2.NC2Group
-
Retrieves the object's metadata, such as attributes, from the file.
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.DataView.DataViewFactory
-
Get an instance of MetaDataView given the appropriate constructor parameters
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.ImageView.ImageViewFactory
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.MetaDataView.DefaultMetaDataViewFactory
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.PaletteView.PaletteViewFactory
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.TableView.TableViewFactory
- getMetaDataView(Composite, DataViewManager, HObject) - Method in class hdf.view.TreeView.TreeViewFactory
- getMetaDataViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of metadataview modules
- getMRF() - Static method in class hdf.view.ViewProperties
-
Get the list of most recent files
- getName() - Method in class hdf.object.HObject
-
Returns the name of the object.
- getNativeStrPad() - Method in class hdf.object.h5.H5Datatype
-
Gets the string padding.
- getNC3Icon() - Static method in class hdf.view.ViewProperties
-
Get the netcdf Icon
- getNC3IconR() - Static method in class hdf.view.ViewProperties
-
Get the read-only netcdf Icon
- getNetcdfFile() - Method in class hdf.object.nc2.NC2File
-
Get the NetCDF file.
- getNetCDFGroup() - Method in class hdf.object.nc2.NC2Group
-
Get the corresponding netcdf Group for this group.
- getNextIcon() - Static method in class hdf.view.ViewProperties
-
Get the Next Icon
- getNumberOfMembers() - Method in class hdf.object.FileFormat
-
Returns the number of objects in memory.
- getNumberOfMembersInFile() - Method in class hdf.object.Group
-
Returns the total number of members of this group in file.
- getNumberOfMembersInFile() - Method in class hdf.object.h5.H5Group
- getNumberOfPalettes() - Method in class hdf.object.h4.H4GRImage
- getNumberOfPalettes() - Method in class hdf.object.h5.H5ScalarDS
-
Get the number of pallettes for this object.
- getNumberOfPalettes() - Method in class hdf.object.ScalarDS
-
Get the number of pallettes for this object.
- getObject() - Method in class hdf.view.dialog.NewDataObjectDialog
-
Get the new object created.
- getObject() - Method in class hdf.view.dialog.NewLinkDialog
-
Get the new dataset created.
- getObjectAttributeSize() - Method in class hdf.object.h5.H5MetaDataContainer
-
Retrieves the object's number of attributes.
- getObjectReferenceName(byte[]) - Method in class hdf.object.h5.H5ReferenceType
-
Get the reference datatype reference name.
- getOID() - Method in class hdf.object.HObject
-
Returns a cloned copy of the object identifier.
- getOriginalClass() - Method in interface hdf.object.DataFormat
-
Get runtime Class of the original data buffer if converted.
- getOriginalClass() - Method in class hdf.object.Dataset
-
Get Class of the original data buffer if converted.
- getPalette() - Method in class hdf.object.h4.H4GRImage
- getPalette() - Method in class hdf.object.h5.H5ScalarDS
- getPalette() - Method in class hdf.object.ScalarDS
-
Returns the palette of this scalar dataset or null if palette does not exist.
- getPalette() - Method in class hdf.view.ImageView.DefaultImageView
- getPalette() - Method in interface hdf.view.ImageView.ImageView
-
Get the palette of the image
- getPaletteIcon() - Static method in class hdf.view.ViewProperties
-
Get the Palette Icon
- getPaletteList() - Static method in class hdf.view.ViewProperties
-
Get the list of palette files
- getPaletteName(int) - Method in class hdf.object.h5.H5ScalarDS
- getPaletteName(int) - Method in class hdf.object.ScalarDS
-
Get the name of a specific image palette from file.
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.DataView.DataViewFactory
-
Get an instance of PaletteView given the appropriate constructor parameters
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.ImageView.ImageViewFactory
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.MetaDataView.MetaDataViewFactory
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.PaletteView.DefaultPaletteViewFactory
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.TableView.TableViewFactory
- getPaletteView(Shell, DataViewManager, ImageView) - Method in class hdf.view.TreeView.TreeViewFactory
- getPaletteViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of paletteview modules
- getParent() - Method in class hdf.object.Group
-
Get the parent group.
- getParentGroup() - Method in class hdf.view.dialog.NewDataObjectDialog
-
Get the parent group of the new dataset.
- getParentGroup() - Method in class hdf.view.dialog.NewLinkDialog
-
Get the parent group of the new dataset.
- getParentObject() - Method in interface hdf.object.Attribute
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.fits.FitsAttribute
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.h5.H5CompoundAttr
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.h5.H5ScalarAttr
-
Returns the HObject to which this Attribute is currently "attached".
- getParentObject() - Method in class hdf.object.nc2.NC2Attribute
-
Returns the HObject to which this Attribute is currently "attached".
- getPasteIcon() - Static method in class hdf.view.ViewProperties
-
Getthe Paste Icon
- getPath() - Method in class hdf.object.HObject
-
Returns the group path of the object.
- getPdfIcon() - Static method in class hdf.view.ViewProperties
-
Get the Pdf Icon
- getPluginPaths() - Static method in class hdf.object.h5.H5Plugins
-
Get the list of paths for the HDF5 library.
- getPluginPaths() - Static method in class hdf.view.ViewProperties
-
Get the plugin path list
- getPreviousIcon() - Static method in class hdf.view.ViewProperties
-
Get the Previous Icon
- getProperty(String) - Method in interface hdf.object.Attribute
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.fits.FitsAttribute
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.h4.H4CompoundAttribute
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.h4.H4ScalarAttribute
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.h5.H5CompoundAttr
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.h5.H5ScalarAttr
-
get a property for a given key.
- getProperty(String) - Method in class hdf.object.nc2.NC2Attribute
-
get a property for a given key.
- getPropertyFile() - Static method in class hdf.view.ViewProperties
-
Get the name of the user property file
- getPropertyKeys() - Method in interface hdf.object.Attribute
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.fits.FitsAttribute
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.h4.H4CompoundAttribute
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.h4.H4ScalarAttribute
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.h5.H5CompoundAttr
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.h5.H5ScalarAttr
-
get all property keys.
- getPropertyKeys() - Method in class hdf.object.nc2.NC2Attribute
-
get all property keys.
- getPropertyVersionHDF4() - Static method in class hdf.HDFVersions
-
Get the property to track the current versions of hdf4
- getPropertyVersionHDF5() - Static method in class hdf.HDFVersions
-
Get the property to track the current versions of hdf5
- getPropertyVersionJava() - Static method in class hdf.HDFVersions
-
Get the property to track the current versions of java
- getPropertyVersionView() - Static method in class hdf.HDFVersions
-
Get the property to track the current versions of hdfview
- getQuestionIcon() - Static method in class hdf.view.ViewProperties
-
Get the Question Icon
- getRank() - Method in interface hdf.object.DataFormat
-
Returns the rank (number of dimensions) of the data object.
- getRank() - Method in class hdf.object.Dataset
-
Returns the rank (number of dimensions) of the dataset.
- getRecordCount() - Method in class hdf.object.h4.H4Vdata
-
Returns the number of records.
- getReferenceData(byte[]) - Method in class hdf.object.h5.H5ReferenceType
-
Get the reference datatype data.
- getReferenceRegion(byte[], boolean) - Method in class hdf.object.h5.H5ReferenceType
-
Get the reference datatype region reference as string.
- getReferenceType() - Method in class hdf.object.Datatype
-
If the datatype is a reference, then return the type.
- getReferenceType() - Method in class hdf.object.h5.H5Datatype
- getRefSize() - Method in class hdf.object.h5.H5ReferenceType
-
Returns the array size of the reference.
- getRegionDataset(byte[]) - Method in class hdf.object.h5.H5ReferenceType
-
Get the reference datatype dataset region reference as string.
- getRootObject() - Method in class hdf.object.FileFormat
-
Returns the root object for the file associated with this instance.
- getRootObject() - Method in class hdf.object.fits.FitsFile
- getRootObject() - Method in class hdf.object.h4.H4File
- getRootObject() - Method in class hdf.object.h5.H5File
-
Returns the root object of the open HDF5 File.
- getRootObject() - Method in class hdf.object.nc2.NC2File
- getRowCount() - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
- getRowCount() - Method in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
- getSDAccessID() - Method in class hdf.object.h4.H4File
-
Returns the SDS identifier, which is returned from SDstart(fname, flag).
- getSelectedArea() - Method in class hdf.view.ImageView.DefaultImageView
-
returns the selected area of the image
- getSelectedArea() - Method in interface hdf.view.ImageView.ImageView
-
Returns the selected area of the image
- getSelectedColumnCount() - Method in class hdf.view.TableView.DefaultBaseTableView
- getSelectedColumnCount() - Method in interface hdf.view.TableView.TableView
-
Get the array of selected column count
- getSelectedData() - Method in class hdf.view.ImageView.DefaultImageView
-
Returns the selected data values.
- getSelectedData() - Method in interface hdf.view.ImageView.ImageView
-
Get the array of selected data
- getSelectedData() - Method in class hdf.view.TableView.DefaultCompoundDSTableView
-
Returns the selected data values of the ScalarDS
- getSelectedData() - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Returns the selected data values of the ScalarDS
- getSelectedData() - Method in interface hdf.view.TableView.TableView
-
Get the array of selected data
- getSelectedDims() - Method in interface hdf.object.DataFormat
-
Returns the dimension sizes of the selected subset.
- getSelectedDims() - Method in class hdf.object.Dataset
-
Returns the dimension sizes of the selected subset.
- getSelectedFile() - Method in class hdf.view.TreeView.DefaultTreeView
-
Gets the selected file.
- getSelectedFile() - Method in interface hdf.view.TreeView.TreeView
-
Gets the selected the file.
- getSelectedIndex() - Method in interface hdf.object.DataFormat
-
Returns the indices of display order.
- getSelectedIndex() - Method in class hdf.object.Dataset
-
Returns the indices of display order.
- getSelectedMemberCount() - Method in interface hdf.object.CompoundDataFormat
-
Returns the number of selected members of the compound data object.
- getSelectedMemberCount() - Method in class hdf.object.CompoundDS
-
Returns the number of selected members of the compound dataset.
- getSelectedMemberNames() - Method in interface hdf.object.CompoundDataFormat
-
Returns an array of the names of the selected compound members.
- getSelectedMemberNames() - Method in class hdf.object.CompoundDS
-
Returns an array of the names of the selected members of the compound dataset.
- getSelectedMemberOrders() - Method in interface hdf.object.CompoundDataFormat
-
Returns array containing the total number of elements of the selected members of the compound data object.
- getSelectedMemberOrders() - Method in class hdf.object.CompoundDS
-
Returns array containing the total number of elements of the selected members of the compound dataset.
- getSelectedMemberTypes() - Method in interface hdf.object.CompoundDataFormat
-
Returns an array of datatype objects of the selected compound members.
- getSelectedMemberTypes() - Method in class hdf.object.CompoundDS
-
Returns an array of datatype objects of selected compound members.
- getSelectedRowCount() - Method in class hdf.view.TableView.DefaultBaseTableView
- getSelectedRowCount() - Method in interface hdf.view.TableView.TableView
-
Get the array of selected row count
- getSelectionLayer() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Get the selection layer
- getSize(long) - Method in class hdf.object.Dataset
-
Returns the size in bytes of a given datatype.
- getSize(long) - Method in class hdf.object.h5.H5CompoundDS
- getSpaceType() - Method in interface hdf.object.DataFormat
-
Returns the space type for the data object.
- getSpaceType() - Method in class hdf.object.Dataset
-
Returns the type of space for the dataset.
- getSrbAccount() - Static method in class hdf.view.ViewProperties
-
Get the SRB account list
- getStartDims() - Method in interface hdf.object.DataFormat
-
Returns the starting position of a selected subset.
- getStartDims() - Method in class hdf.object.Dataset
-
Returns the starting position of a selected subset.
- getStartMembers() - Method in class hdf.object.FileFormat
-
Returns the index of the starting object to be loaded into memory.
- getStartMembers() - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large number of objects such as 1,000,000 objects.
- getStorage() - Method in class hdf.object.Dataset
-
Returns the string representation of storage information.
- getStorageLayout() - Method in class hdf.object.Dataset
-
Returns the string representation of storage layout information.
- getStride() - Method in interface hdf.object.DataFormat
-
Returns the selectedStride of the selected dataset.
- getStride() - Method in class hdf.object.Dataset
-
Returns the selectedStride of the selected dataset.
- getTable() - Method in class hdf.view.TableView.DefaultBaseTableView
- getTable() - Method in interface hdf.view.TableView.TableView
-
Get the table
- getTableIcon() - Static method in class hdf.view.ViewProperties
-
Get the Table Icon
- getTableIconA() - Static method in class hdf.view.ViewProperties
-
Get the Table with Attribute Icon
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.DataView.DataViewFactory
-
Get an instance of TableView given the appropriate constructor parameters
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.ImageView.ImageViewFactory
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.MetaDataView.MetaDataViewFactory
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.PaletteView.PaletteViewFactory
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.TableView.DefaultTableViewFactory
-
Get the TableView for the data object identified by the data properties mapping
- getTableView(DataViewManager, HashMap) - Method in class hdf.view.TreeView.TreeViewFactory
- getTableViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of tableview modules
- getTestState() - Method in class hdf.view.HDFView
-
Get the testing state that determines if HDFView is being executed for GUI testing.
- getTextIcon() - Static method in class hdf.view.ViewProperties
-
Get the Text Icon
- getTextIconA() - Static method in class hdf.view.ViewProperties
-
Get the Text with Attribute Icon
- getTimerRefresh() - Static method in class hdf.view.ViewProperties
-
Get the timer refresh size
- getToken() - Method in class hdf.object.h5.H5CompoundDS
-
Get the token for this object.
- getToken() - Method in class hdf.object.h5.H5Datatype
-
Get the token for this object.
- getToken() - Method in class hdf.object.h5.H5Group
-
Get the token for this object.
- getToken() - Method in class hdf.object.h5.H5Link
-
Get the token for this object.
- getToken() - Method in class hdf.object.h5.H5ScalarDS
-
Get the token for this object.
- getTotalPluginPaths() - Static method in class hdf.object.h5.H5Plugins
-
Get the total number of paths for the HDF5 library.
- getTotalSelectedSpacePoints(long, long[], long[], long[], long[], long[]) - Static method in class hdf.object.h5.H5Utils
-
Get the total number of datapoints for the hyperslab selection within a dataset.
- getTree() - Method in class hdf.view.TreeView.DefaultTreeView
- getTree() - Method in interface hdf.view.TreeView.TreeView
-
Get the Tree which holds the file structure
- getTreeView() - Method in interface hdf.view.DataView.DataViewManager
-
Get the current TreeView
- getTreeView() - Method in class hdf.view.HDFView
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.DataView.DataViewFactory
-
Get an instance of TreeView given the appropriate constructor parameters
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.ImageView.ImageViewFactory
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.MetaDataView.MetaDataViewFactory
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.PaletteView.PaletteViewFactory
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.TableView.TableViewFactory
- getTreeView(Composite, DataViewManager) - Method in class hdf.view.TreeView.DefaultTreeViewFactory
- getTreeViewList() - Static method in class hdf.view.ViewProperties
-
Get a list of treeview modules
- getUrlBar() - Method in class hdf.view.HDFView
-
Get the combobox associated with a URL entry.
- getUrlIcon() - Static method in class hdf.view.ViewProperties
-
Get the Url Icon
- getUsersGuide() - Static method in class hdf.view.ViewProperties
-
Get the path of the HDFView users guide
- getVideoIcon() - Static method in class hdf.view.ViewProperties
-
Get the Video Icon
- getViewRoot() - Static method in class hdf.view.ViewProperties
-
Get the root directory where the HDFView is installed.
- getVirtualFilename(int) - Method in class hdf.object.Dataset
-
Gets the source file name at index if dataset is virtual.
- getVirtualFilename(int) - Method in class hdf.object.h5.H5CompoundDS
- getVirtualFilename(int) - Method in class hdf.object.h5.H5ScalarDS
- getVirtualMaps() - Method in class hdf.object.Dataset
-
Gets the number of source files if dataset is virtual.
- getVirtualMaps() - Method in class hdf.object.h5.H5CompoundDS
- getVirtualMaps() - Method in class hdf.object.h5.H5ScalarDS
- getWidth() - Method in interface hdf.object.DataFormat
-
Returns the dimension size of the horizontal axis.
- getWidth() - Method in class hdf.object.Dataset
-
Returns the dimension size of the horizontal axis.
- getWorkDir() - Static method in class hdf.view.ViewProperties
-
Get the default work directory, where the open file starts.
- getXlsIcon() - Static method in class hdf.view.ViewProperties
-
Get the Xls Icon
- getZoominIcon() - Static method in class hdf.view.ViewProperties
-
Get the Zoom In Icon
- getZoomoutIcon() - Static method in class hdf.view.ViewProperties
-
Get the Zoom Out Icon
- Group - Class in hdf.object
-
Group is an abstract class.
- Group(FileFormat, String, String, Group) - Constructor for class hdf.object.Group
-
Constructs an instance of the group with specific name, path and parent group.
- Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.Group
-
Deprecated.Not for public use in the future.
UsingGroup(FileFormat, String, String, Group)
H
- H4CompoundAttribute - Class in hdf.object.h4
-
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
- H4CompoundAttribute(HObject, String, Datatype, long[]) - Constructor for class hdf.object.h4.H4CompoundAttribute
-
Create an attribute with specified name, data type and dimension sizes.
- H4CompoundAttribute(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.h4.H4CompoundAttribute
-
Create an attribute with specific name and value.
- H4Datatype - Class in hdf.object.h4
-
This class defines HDF4 data type characteristics and APIs for a data type.
- H4Datatype(int, int, int, int) - Constructor for class hdf.object.h4.H4Datatype
-
Constructs a H4Datatype with specified class, size, byte order and sign.
- H4Datatype(long) - Constructor for class hdf.object.h4.H4Datatype
-
Constructs a H4Datatype with a given native datatype identifier.
- H4File - Class in hdf.object.h4
-
This class provides file level APIs.
- H4File() - Constructor for class hdf.object.h4.H4File
-
Creates an H4File with read write access.
- H4File(String) - Constructor for class hdf.object.h4.H4File
-
Creates an H4File with read write access.
- H4File(String, int) - Constructor for class hdf.object.h4.H4File
-
Creates an H4File instance with specified file name and access.
- H4GRImage - Class in hdf.object.h4
-
H4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.
- H4GRImage(FileFormat, String, String) - Constructor for class hdf.object.h4.H4GRImage
-
Creates a H4GRImage object with specific name and path.
- H4GRImage(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4GRImage
-
Creates a H4GRImage object with specific name, path, and object ID.
- H4Group - Class in hdf.object.h4
-
An H4Group is a vgroup in HDF4, inheriting from Group.
- H4Group(FileFormat, String, String, Group) - Constructor for class hdf.object.h4.H4Group
-
Creates a group object with specific name, path, and parent.
- H4Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.h4.H4Group
-
Creates a group object with specific name, path, parent and oid.
- H4ScalarAttribute - Class in hdf.object.h4
-
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
- H4ScalarAttribute(HObject, String, Datatype, long[]) - Constructor for class hdf.object.h4.H4ScalarAttribute
-
Create an attribute with specified name, data type and dimension sizes.
- H4ScalarAttribute(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.h4.H4ScalarAttribute
-
Create an attribute with specific name and value.
- H4SDS - Class in hdf.object.h4
-
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.
- H4SDS(FileFormat, String, String) - Constructor for class hdf.object.h4.H4SDS
-
Creates an H4SDS object with specific name and path.
- H4SDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4SDS
-
Creates an H4SDS object with specific name, path and oid.
- H4Vdata - Class in hdf.object.h4
-
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.
- H4Vdata(FileFormat, String, String) - Constructor for class hdf.object.h4.H4Vdata
-
Creates an H4Vdata object with specific name and path.
- H4Vdata(FileFormat, String, String, long[]) - Constructor for class hdf.object.h4.H4Vdata
-
Creates an H4Vdata object with specific name, path and oid.
- H5Attribute - Interface in hdf.object.h5
-
An interface that provides general attribute operations for hdf5 object data.
- H5CompoundAttr - Class in hdf.object.h5
-
The H5CompoundAttr class defines an HDF5 attribute of compound datatypes.
- H5CompoundAttr(HObject, String, Datatype, long[]) - Constructor for class hdf.object.h5.H5CompoundAttr
-
Create an attribute with specified name, data type and dimension sizes.
- H5CompoundAttr(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.h5.H5CompoundAttr
-
Create an attribute with specific name and value.
- H5CompoundDS - Class in hdf.object.h5
-
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.
- H5CompoundDS(FileFormat, String, String) - Constructor for class hdf.object.h5.H5CompoundDS
-
Constructs an instance of a HDF5 compound dataset with given file, dataset name and path.
- H5CompoundDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5CompoundDS
-
Deprecated.Not for public use in the future.
UsingH5CompoundDS(FileFormat, String, String)
- H5Datatype - Class in hdf.object.h5
-
This class defines HDF5 datatype characteristics and APIs for a data type.
- H5Datatype(int, int, int, int) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(int, int, int, int, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with specified class, size, byte order and sign.
- H5Datatype(FileFormat, long) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with a given native datatype identifier.
- H5Datatype(FileFormat, long, Datatype) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs a Datatype with a given native datatype identifier.
- H5Datatype(FileFormat, String, String) - Constructor for class hdf.object.h5.H5Datatype
-
Constructs an named HDF5 data type object for a given file, dataset name and group path.
- H5Datatype(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5Datatype
-
Deprecated.Not for public use in the future.
UsingH5Datatype(FileFormat, String, String)
- H5File - Class in hdf.object.h5
-
H5File is an implementation of the FileFormat class for HDF5 files.
- H5File() - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with an empty file name and read-only access.
- H5File(String) - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with specified file name and read/write access.
- H5File(String, int) - Constructor for class hdf.object.h5.H5File
-
Constructs an H5File instance with specified file name and access.
- H5File.IO_TYPE - Enum Class in hdf.object.h5
-
Enum to indicate the type of I/O to perform inside of the common I/O function.
- H5Group - Class in hdf.object.h5
-
An H5Group object represents an existing HDF5 group in file.
- H5Group(FileFormat, String, String, Group) - Constructor for class hdf.object.h5.H5Group
-
Constructs an HDF5 group with specific name, path, and parent.
- H5Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.h5.H5Group
-
Deprecated.Not for public use in the future.
UsingH5Group(FileFormat, String, String, Group)
- H5Link - Class in hdf.object.h5
-
An H5Link object represents an existing HDF5 object in file.
- H5Link(FileFormat, String, String) - Constructor for class hdf.object.h5.H5Link
-
Constructs an HDF5 link with specific name, path, and parent.
- H5Link(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5Link
-
Constructs an HDF5 link with specific name, path, parent and oid.
- H5MetaDataContainer - Class in hdf.object.h5
-
An class that provides general I/O operations for object metadata attached to an object.
- H5MetaDataContainer(FileFormat, String, String, HObject) - Constructor for class hdf.object.h5.H5MetaDataContainer
-
Constructs an HDF5 group with specific name, path, and parent.
- H5MetaDataContainer(FileFormat, String, String, HObject, long[]) - Constructor for class hdf.object.h5.H5MetaDataContainer
-
Deprecated.Not for public use in the future.
- H5Plugins - Class in hdf.object.h5
-
HDF5 plugin utility class
- H5Plugins() - Constructor for class hdf.object.h5.H5Plugins
-
Creates a list of plugin paths for HDFView.
- H5ReferenceData(byte[], long) - Constructor for class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
Copy the individual reference array for further processing
- H5ReferenceType - Class in hdf.object.h5
-
This class defines HDF5 reference characteristics and APIs for a data type of H5T_STD_REF.
- H5ReferenceType(int, int, int, int) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs a H5ReferenceType with specified class, size, byte order and sign.
- H5ReferenceType(int, int, int, int, Datatype) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs a H5ReferenceType with specified class, size, byte order and sign.
- H5ReferenceType(int, int, int, int, Datatype, Datatype) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs a H5ReferenceType with specified class, size, byte order and sign.
- H5ReferenceType(FileFormat, long, long) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs a H5ReferenceType with a given native datatype identifier.
- H5ReferenceType(FileFormat, long, long, Datatype) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs a H5ReferenceType with a given native datatype identifier.
- H5ReferenceType(FileFormat, String, String) - Constructor for class hdf.object.h5.H5ReferenceType
-
Constructs an named HDF5 data type reference for a given file, dataset name and group path.
- H5ReferenceType(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5ReferenceType
-
Deprecated.Not for public use in the future.
UsingH5ReferenceType(FileFormat, String, String)
- H5ReferenceType.H5ReferenceData - Class in hdf.object.h5
-
The individual reference data for a given object.
- H5ScalarAttr - Class in hdf.object.h5
-
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
- H5ScalarAttr(HObject, String, Datatype, long[]) - Constructor for class hdf.object.h5.H5ScalarAttr
-
Create an attribute with specified name, data type and dimension sizes.
- H5ScalarAttr(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.h5.H5ScalarAttr
-
Create an attribute with specific name and value.
- H5ScalarDS - Class in hdf.object.h5
-
H5ScalarDS describes a multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset.
- H5ScalarDS(FileFormat, String, String) - Constructor for class hdf.object.h5.H5ScalarDS
-
Constructs an instance of a H5 scalar dataset with given file, dataset name and path.
- H5ScalarDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.h5.H5ScalarDS
-
Deprecated.Not for public use in the future.
UsingH5ScalarDS(FileFormat, String, String)
- H5Utils - Class in hdf.object.h5
-
HDF5 utility class
- H5Utils() - Constructor for class hdf.object.h5.H5Utils
- hasAlpha(Image) - Static method in class hdf.view.Tools
-
This method returns true if the specified image has transparent pixels.
- hasAttribute() - Method in class hdf.object.fits.FitsDataset
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.fits.FitsDatatype
- hasAttribute() - Method in class hdf.object.fits.FitsGroup
- hasAttribute() - Method in class hdf.object.h4.H4Datatype
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h4.H4GRImage
- hasAttribute() - Method in class hdf.object.h4.H4Group
- hasAttribute() - Method in class hdf.object.h4.H4SDS
- hasAttribute() - Method in class hdf.object.h4.H4Vdata
- hasAttribute() - Method in class hdf.object.h5.H5CompoundDS
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h5.H5Datatype
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h5.H5Group
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h5.H5Link
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h5.H5MetaDataContainer
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.h5.H5ScalarDS
-
Check if the object has any attributes attached.
- hasAttribute() - Method in interface hdf.object.MetaDataContainer
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.nc2.NC2Dataset
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.nc2.NC2Datatype
-
Check if the object has any attributes attached.
- hasAttribute() - Method in class hdf.object.nc2.NC2Group
-
Check if the object has any attributes attached.
- hasDimension() - Method in class hdf.object.nc2.NC2Group
-
Get if this group has an attached dimension.
- hashCode() - Method in class hdf.object.HObject
- hdf - package hdf
- hdf.object - package hdf.object
- hdf.object.fits - package hdf.object.fits
- hdf.object.h4 - package hdf.object.h4
- hdf.object.h5 - package hdf.object.h5
- hdf.object.nc2 - package hdf.object.nc2
- hdf.view - package hdf.view
- hdf.view.DataView - package hdf.view.DataView
- hdf.view.dialog - package hdf.view.dialog
- hdf.view.HelpView - package hdf.view.HelpView
- hdf.view.ImageView - package hdf.view.ImageView
- hdf.view.MetaDataView - package hdf.view.MetaDataView
- hdf.view.PaletteView - package hdf.view.PaletteView
- hdf.view.TableView - package hdf.view.TableView
- hdf.view.TreeView - package hdf.view.TreeView
- HDFDataProvider(Datatype, Object, boolean) - Constructor for class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
Create the HDF extended Data Display Provider for the supplied data object
- HDFDataValidator(Datatype) - Constructor for class hdf.view.TableView.DataValidatorFactory.HDFDataValidator
-
Create the HDF extended Data Validator for the datatype object
- HDFDisplayConverter(Datatype) - Constructor for class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
create a HDF data converter
- HDFVersions - Class in hdf
-
a class to track the current versions of java, hdf4, hdf5 and hdfview
- HDFVersions() - Constructor for class hdf.HDFVersions
- HDFView - Class in hdf.view
-
HDFView is the main class of this HDF visual tool.
- HDFView(String, String) - Constructor for class hdf.view.HDFView
-
Constructs HDFView with a given root directory, where the HDFView is installed, and opens the given files in the viewer.
- HelpView - Interface in hdf.view.HelpView
-
The helpview interface for displaying user help information
- HISTOGRAM - Static variable in class hdf.view.Chart
-
histogram style chart
- HObject - Class in hdf.object
-
The HObject class is the root class of all the HDF data objects.
- HObject() - Constructor for class hdf.object.HObject
-
Constructs an instance of a data object without name and path.
- HObject(FileFormat, String, String) - Constructor for class hdf.object.HObject
-
Constructs an instance of a data object with specific name and path.
- HObject(FileFormat, String, String, long[]) - Constructor for class hdf.object.HObject
-
Deprecated.
I
- IMAGE - Enum constant in enum class hdf.view.TableView.DefaultBaseTableView.ViewType
-
The data view is of type image
- IMAGE - Enum constant in enum class hdf.view.ViewProperties.DataViewType
-
image type
- imageComplete(int) - Method in class hdf.view.ImageView.DefaultImageView.FlipFilter
- imageComplete(int) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- ImageConversionDialog - Class in hdf.view.dialog
-
ImageConversionDialog shows a message dialog requesting user input for converting files.
- ImageConversionDialog(Shell, String, String, String, List<FileFormat>) - Constructor for class hdf.view.dialog.ImageConversionDialog
-
Constructs a FileConversionDialog
- imageDataRange - Variable in class hdf.object.ScalarDS
-
The min-max range of image data values.
- ImageView - Interface in hdf.view.ImageView
-
The image view interface for displaying image object
- ImageViewFactory - Class in hdf.view.ImageView
-
This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is an ImageViewFactory and can thus be used appropriately where an ImageView is needed.
- ImageViewFactory() - Constructor for class hdf.view.ImageView.ImageViewFactory
- importBinaryData() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Import data values from binary file.
- importTextData(String) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Import data values from text file.
- indexBase - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The index base used for display row and column numbers of data
- INDEXBASE1 - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is index based 1
- indexBaseGroup - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Labeled Group to display the index base
- INFO - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is info
- init() - Method in interface hdf.object.DataFormat
-
Set the initial state of all the variables
- init() - Method in class hdf.object.fits.FitsAttribute
- init() - Method in class hdf.object.fits.FitsDataset
- init() - Method in class hdf.object.h4.H4CompoundAttribute
- init() - Method in class hdf.object.h4.H4GRImage
- init() - Method in class hdf.object.h4.H4ScalarAttribute
- init() - Method in class hdf.object.h4.H4SDS
-
Initializes the H4SDS such as dimension size of this dataset.
- init() - Method in class hdf.object.h4.H4Vdata
-
Initializes the H4Vdata such as dimension sizes of this dataset.
- init() - Method in class hdf.object.h5.H5CompoundAttr
-
Retrieves datatype and dataspace information from file and sets the attribute in memory.
- init() - Method in class hdf.object.h5.H5CompoundDS
-
Retrieves datatype and dataspace information from file and sets the dataset in memory.
- init() - Method in class hdf.object.h5.H5ReferenceType
-
Retrieves reference information from file into memory.
- init() - Method in class hdf.object.h5.H5ScalarAttr
-
Retrieves datatype and dataspace information from file and sets the attribute in memory.
- init() - Method in class hdf.object.h5.H5ScalarDS
-
Retrieves datatype and dataspace information from file and sets the dataset in memory.
- init() - Method in class hdf.object.nc2.NC2Attribute
- init() - Method in class hdf.object.nc2.NC2Dataset
-
Retrieve and initialize dimensions and member information.
- inited - Variable in class hdf.object.Dataset
-
Flag to indicate if this dataset has been initialized
- inited - Variable in class hdf.object.h5.H5ReferenceType
-
Flag to indicate if this dataset has been initialized
- initLibBounds() - Method in class hdf.object.FileFormat
-
Initialize the bounds of library versions
- initLibBounds() - Method in class hdf.object.h5.H5File
-
Initialize the bounds of library versions
- InputDialog - Class in hdf.view.dialog
-
Custom SWT dialog to allow the user to input strings for various uses.
- InputDialog(Shell) - Constructor for class hdf.view.dialog.InputDialog
-
Custom SWT dialog to allow the user to input strings for a parent object.
- InputDialog(Shell, String, String) - Constructor for class hdf.view.dialog.InputDialog
-
Custom SWT dialog to allow the user to input strings for a parent object with a title and message.
- InputDialog(Shell, String, String, int) - Constructor for class hdf.view.dialog.InputDialog
-
Custom SWT dialog to allow the user to input strings for a parent object with a title, message and style.
- InputDialog(Shell, String, String, String) - Constructor for class hdf.view.dialog.InputDialog
-
Custom SWT dialog to allow the user to input strings for a parent object with a title, message and initial text to be displayed.
- InputDialog(Shell, String, String, String, int) - Constructor for class hdf.view.dialog.InputDialog
-
Custom SWT dialog to allow the user to input strings for a parent object with a title, message, style and initial text to be displayed.
- insertPluginPath(String, int) - Static method in class hdf.object.h5.H5Plugins
-
Inserts the plugin path.
- insertPluginPath(String, int) - Static method in class hdf.view.ViewProperties
-
Inserts the plugin path.
- interlace - Variable in class hdf.object.ScalarDS
-
The interlace mode of the stored raster image data.
- INTERLACE_LINE - Static variable in class hdf.object.ScalarDS
-
Indicates that each pixel component of RGB is stored as a scan line.
- INTERLACE_PIXEL - Static variable in class hdf.object.ScalarDS
-
Indicates that the pixel RGB values are contiguous.
- INTERLACE_PLANE - Static variable in class hdf.object.ScalarDS
-
Indicates that each pixel component of RGB is stored as a plane.
- isApplyBitmaskOnly() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if only the bitmask should be applied
- isArray() - Method in class hdf.object.Datatype
-
Checks if this datatype is an array type.
- isAttributeNULL() - Method in interface hdf.object.Attribute
-
Check if attribute's dataspace is a NULL
- isAttributeNULL() - Method in class hdf.object.fits.FitsAttribute
- isAttributeNULL() - Method in class hdf.object.h4.H4CompoundAttribute
- isAttributeNULL() - Method in class hdf.object.h4.H4ScalarAttribute
- isAttributeNULL() - Method in class hdf.object.h5.H5CompoundAttr
- isAttributeNULL() - Method in class hdf.object.h5.H5ScalarAttr
- isAttributeNULL() - Method in class hdf.object.nc2.NC2Attribute
- isAttributeScalar() - Method in interface hdf.object.Attribute
-
Check if attribute is a single scalar point
- isAttributeScalar() - Method in class hdf.object.fits.FitsAttribute
- isAttributeScalar() - Method in class hdf.object.h4.H4CompoundAttribute
- isAttributeScalar() - Method in class hdf.object.h4.H4ScalarAttribute
- isAttributeScalar() - Method in class hdf.object.h5.H5CompoundAttr
- isAttributeScalar() - Method in class hdf.object.h5.H5ScalarAttr
- isAttributeScalar() - Method in class hdf.object.nc2.NC2Attribute
- isAutoContrast() - Static method in class hdf.view.ViewProperties
-
Returns true if auto contrast is used in image processing.
- isBitField() - Method in class hdf.object.Datatype
-
Checks if this datatype is a bitfield type.
- isCancelled() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if the data selection is cancelled
- isChar() - Method in class hdf.object.Datatype
-
Checks if this datatype is a character type.
- isCompound() - Method in class hdf.object.Datatype
-
Checks if this datatype is an compound type.
- isContainerType - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the type of the parent
- isConverted() - Method in class hdf.view.dialog.MathConversionDialog
-
Check if the data is successfully converted.
- isConvertEnum() - Static method in class hdf.view.ViewProperties
-
Check if the enum value is to be converted
- isDataLoaded - Variable in class hdf.object.Dataset
-
Flag to indicate if data values are loaded into memory.
- isDataLoaded - Variable in class hdf.object.h5.H5ReferenceType
-
Flag to indicate if data values are loaded into memory.
- isDataTransposed - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
if the data is transposed
- isDataTransposed - Variable in class hdf.view.TableView.DefaultBaseTableView
-
status if the data is transposed
- isDefaultImageOrder - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the dataset is displayed as an image with default order of dimensions.
- isDefaultImageOrder() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is displayed as an image with default image order.
- isDisplayTypeChar - Variable in class hdf.view.TableView.DefaultBaseTableView
-
status if the display type is a char
- isDisplayTypeChar() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if the data should display as characters
- isEnum - Variable in class hdf.view.dialog.NewDataObjectDialog
-
If the object is an enum object
- isEnum() - Method in class hdf.object.Datatype
-
Checks if this datatype is a enum type.
- isEnumConverted - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
if the enum mapped value is shown
- isEnumConverted - Variable in class hdf.view.TableView.DefaultBaseTableView
-
status if the enums are to display converted
- isExtensionListInDescription() - Method in class hdf.view.DefaultFileFilter
-
Check if the extension list (.jpg, .gif, etc) should show up in the human readable description.
- isFileConverted() - Method in class hdf.view.dialog.ImageConversionDialog
-
if an image file has been converted.
- isFillValueConverted - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the FillValue is converted from unsigned C.
- isFloat() - Method in class hdf.object.Datatype
-
Checks if this datatype is a floating-point type.
- isFontChanged() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Checks if the Font setting changed.
- isH4 - Variable in class hdf.view.dialog.NewStringAttributeDialog
-
If the attribute should be attached to a hdf4 object
- isH4 - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The HDF data object is hdf4 type
- isH5 - Variable in class hdf.view.dialog.NewDataObjectDialog
-
If the object should be attached to a hdf5 object
- isH5 - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The HDF data object is hdf5 type
- isHDF4(String) - Static method in class hdf.view.Tools
-
look at the first 4 bytes of the file to see if it is an HDF4 file.
- isHDF5(String) - Static method in class hdf.view.Tools
-
look at the first 8 bytes of the file to see if it is an HDF5 file.
- isImage - Variable in class hdf.object.Dataset
-
True if this dataset is an image.
- isImage() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is an image.
- isImageDisplay - Variable in class hdf.object.ScalarDS
-
Flag to indicate if the dataset is displayed as an image.
- isImageDisplay() - Method in class hdf.object.ScalarDS
-
Returns true if this dataset is displayed as an image.
- isImageDisplay() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if the display option is image
- isIndexBase1() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if the index starts with 0
- isIndexBase1() - Static method in class hdf.view.ViewProperties
-
Check if the data index starts at 1
- isInited() - Method in interface hdf.object.DataFormat
-
The status of initialization for this object
- isInited() - Method in class hdf.object.Dataset
-
The status of initialization for this object
- isInited() - Method in class hdf.object.h5.H5ReferenceType
-
The status of initialization for this object
- isInteger() - Method in class hdf.object.Datatype
-
Checks if this datatype is an integer type.
- isMemberSelected - Variable in class hdf.object.CompoundDS
-
The array to store flags to indicate if a member of this compound dataset is selected for read/write.
- isMemberSelected(int) - Method in interface hdf.object.CompoundDataFormat
-
Checks if a member of the compound data object is selected for read/write.
- isMemberSelected(int) - Method in class hdf.object.CompoundDS
-
Checks if a member of the compound dataset is selected for read/write.
- isN3 - Variable in class hdf.view.dialog.NewStringAttributeDialog
-
If the attribute should be attached to a netcdf object
- isN3 - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The HDF data object is netcdf type
- isNamed - Variable in class hdf.object.Datatype
-
Determines whether this datatype is a named datatype
- isNamed() - Method in class hdf.object.Datatype
-
Checks if this datatype is a named type.
- isNaNINF(double) - Static method in class hdf.view.Tools
-
Check if a given number if NaN or INF.
- isNativeDatatype - Variable in class hdf.object.h5.H5ScalarAttr
-
flag to indicate if the datatype in file is the same as dataype in memory
- isNativeDatatype - Variable in class hdf.object.h5.H5ScalarDS
-
flag to indicate if the datatype in file is the same as dataype in memory
- isNaturalOrder - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
if the data is in original order
- isNetcdf(String) - Static method in class hdf.view.Tools
-
look at the first 4 bytes of the file to see if it is a netCDF file byte[0]=67, byte[1]=68, byte[2]=70, byte[3]=1 or
- isNULL - Variable in class hdf.object.Dataset
-
Flag to indicate if the dataspace is NULL
- isNULL() - Method in class hdf.object.Dataset
-
Check if dataset's dataspace is a NULL
- isObjRef - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference status
- isOpaque() - Method in class hdf.object.Datatype
-
Checks if this datatype is a opaque type.
- isPlaneInterlace() - Method in class hdf.view.ImageView.DefaultImageView
- isPlaneInterlace() - Method in interface hdf.view.ImageView.ImageView
-
Check if the image interlace is plane interlace.
- isPluginListChanged() - Method in class hdf.view.dialog.UserOptionsHDFPage
-
Checks if the location of the PluginDir changed.
- isReadOnly - Variable in class hdf.object.FileFormat
-
Flag indicating if the file access is read-only.
- isReadOnly - Variable in class hdf.view.TableView.DefaultBaseTableView
-
status if file is read only
- isReadOnly() - Method in class hdf.object.FileFormat
-
Returns true if the file access is read-only.
- isReadOnly() - Static method in class hdf.view.ViewProperties
-
Returns true if default file access is read only.
- isReadSWMR() - Static method in class hdf.view.ViewProperties
-
Returns true if default file access is read SWMR.
- isRef() - Method in class hdf.object.Datatype
-
Checks if this datatype is a reference type.
- isRefObj() - Method in class hdf.object.h5.H5Datatype
-
Checks if this datatype is an object reference type.
- isRegRef - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference status
- isRegRef() - Method in class hdf.object.h5.H5Datatype
-
Checks if this datatype is a region reference type.
- isRoot() - Method in class hdf.object.Group
-
Checks if it is a root group.
- isScalar - Variable in class hdf.object.Dataset
-
Flag to indicate if the data is a single scalar point
- isScalar() - Method in class hdf.object.Dataset
-
Check if dataset is a single scalar point
- isStdRef - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference status
- isStdRef() - Method in class hdf.object.h5.H5Datatype
-
Checks if this datatype is a standard reference type.
- isString() - Method in class hdf.object.Datatype
-
Checks if this datatype is a string type.
- isString(long) - Method in class hdf.object.Dataset
-
Checks if a given datatype is a string.
- isString(long) - Method in class hdf.object.h5.H5CompoundDS
- isText - Variable in class hdf.object.Dataset
-
True if this dataset is ASCII text.
- isText() - Method in class hdf.object.Datatype
-
Checks if this datatype is a boolean type.
- isText() - Method in class hdf.object.fits.FitsDatatype
- isText() - Method in class hdf.object.h4.H4Datatype
- isText() - Method in class hdf.object.h5.H5Datatype
- isText() - Method in class hdf.object.nc2.NC2Datatype
- isThisType(FileFormat) - Method in class hdf.object.FileFormat
-
Checks if the class implements the specified FileFormat.
- isThisType(FileFormat) - Method in class hdf.object.fits.FitsFile
-
Checks if the given file format is a Fits file.
- isThisType(FileFormat) - Method in class hdf.object.h4.H4File
-
Checks if the given file format is an HDF4 file.
- isThisType(FileFormat) - Method in class hdf.object.h5.H5File
-
Checks if the specified FileFormat instance has the HDF5 format.
- isThisType(FileFormat) - Method in class hdf.object.nc2.NC2File
-
Checks if the given file format is a NetCDF3 file.
- isThisType(String) - Method in class hdf.object.FileFormat
-
Checks if the implementing FileFormat class matches the format of the specified file.
- isThisType(String) - Method in class hdf.object.fits.FitsFile
-
Checks if a given file is a Fits file.
- isThisType(String) - Method in class hdf.object.h4.H4File
-
Checks if the given file is an HDF4 file or netCDF.
- isThisType(String) - Method in class hdf.object.h5.H5File
-
Checks if the specified file has the HDF5 format.
- isThisType(String) - Method in class hdf.object.nc2.NC2File
-
Checks if the given file is a NetCDF file.
- isTransposed() - Method in class hdf.view.dialog.DataOptionDialog
-
Check if the data in 2D table is to be transposed
- isTrueColor - Variable in class hdf.object.ScalarDS
-
True if this dataset is a true color image.
- isTrueColor() - Method in class hdf.object.ScalarDS
-
Check if this dataset is a true color image.
- isTrueColor() - Method in class hdf.view.ImageView.DefaultImageView
- isTrueColor() - Method in interface hdf.view.ImageView.ImageView
-
Check if the image is a truecolor image.
- isUnsigned() - Method in class hdf.object.Datatype
-
Checks if this datatype is unsigned.
- isUnsigned() - Method in class hdf.object.fits.FitsDatatype
- isUnsigned() - Method in class hdf.object.h4.H4Datatype
- isUnsigned() - Method in class hdf.object.nc2.NC2Datatype
- isUnsigned(long) - Static method in class hdf.object.h4.H4Datatype
-
Checks if the datatype is an unsigned integer.
- isUnsigned(long) - Static method in class hdf.object.h5.H5Datatype
-
Checks if a datatype specified by the identifier is an unsigned integer.
- isUserGuideChanged() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Checks if the location for the UserGuide changed.
- isValueChanged - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
if the data value has changed
- isVariableStr - Variable in class hdf.object.Datatype
-
Determines whether this datatype is a variable-length string type.
- isVarStr() - Method in class hdf.object.Datatype
-
Checks if this datatype is a variable-length string type.
- isVirtual() - Method in class hdf.object.Dataset
-
Checks if dataset is virtual.
- isVirtual() - Method in class hdf.object.h5.H5CompoundDS
- isVirtual() - Method in class hdf.object.h5.H5ScalarDS
- isVLen - Variable in class hdf.view.dialog.NewDataObjectDialog
-
If the object is a variable length data object
- isVLEN - Variable in class hdf.object.Datatype
-
Determines whether this datatype is a variable-length type.
- isVLEN() - Method in class hdf.object.Datatype
-
Checks if this datatype is a variable-length type.
- isVlenStr - Variable in class hdf.view.dialog.NewDataObjectDialog
-
If the object is a variable length string
- isWorkDirChanged() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Checks if the location of the WorkDir changed.
- itransform(double, double, double[]) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
-
Transform when rotating image by 90 degrees.
L
- launchBrowser(String) - Static method in class hdf.view.Tools
-
Launch default browser for a given URL.
- lengthField - Variable in class hdf.view.dialog.NewDataObjectDialog
-
TextField for entering the length of the data array or string.
- LIBVER_EARLIEST - Static variable in class hdf.object.h5.H5File
-
The library earliest version value
- LIBVER_LATEST - Static variable in class hdf.object.h5.H5File
-
The library latest version value
- LIBVER_V110 - Static variable in class hdf.object.h5.H5File
-
The library v1.10 version value
- LIBVER_V112 - Static variable in class hdf.object.h5.H5File
-
The library v1.12 version value
- LIBVER_V114 - Static variable in class hdf.object.h5.H5File
-
The library v1.14 version value
- LIBVER_V18 - Static variable in class hdf.object.h5.H5File
-
The library v1.8 version value
- LINE_COLORS - Static variable in class hdf.view.Chart
-
The default colors of lines for selected columns
- LINEPLOT - Static variable in class hdf.view.Chart
-
line style chart
- LINK_TYPE_EXTERNAL - Static variable in class hdf.object.Group
-
The value of LINK_TYPE_EXTERNAL
- LINK_TYPE_HARD - Static variable in class hdf.object.Group
-
The value of LINK_TYPE_HARD
- LINK_TYPE_SOFT - Static variable in class hdf.object.Group
-
The value of LINK_TYPE_SOFT
- linkTargetObjName - Variable in class hdf.object.HObject
-
The name of the Target Object that is being linked to.
- load() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Loads all stored values in the
FieldEditor
s. - load() - Method in class hdf.view.dialog.UserOptionsHDFPage
-
Loads all stored values in the
FieldEditor
s. - load() - Method in class hdf.view.dialog.UserOptionsViewModulesPage
-
Loads all stored values in the
FieldEditor
s. - load() - Method in class hdf.view.ViewProperties
-
Load user properties from property file
- loadData(DataFormat) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Loads the data buffer of an object.
- loadData(DataFormat) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
- loadData(DataFormat) - Method in class hdf.view.TableView.DefaultScalarDSTableView
- loadExtClass() - Static method in class hdf.view.ViewProperties
-
load module classes
- loadIcons() - Static method in class hdf.view.ViewProperties
-
Load the Icons
- loadPluginPaths() - Static method in class hdf.view.ViewProperties
-
Load the paths of the default plugin directories
M
- main(String[]) - Static method in class hdf.view.HDFView
-
The starting point of this application.
- MathConversionDialog - Class in hdf.view.dialog
-
MathConversionDialog shows a message dialog requesting user input for math conversion.
- MathConversionDialog(Shell, Object) - Constructor for class hdf.view.dialog.MathConversionDialog
-
Constructs MathConversionDialog.
- MAX_INT16 - Static variable in class hdf.view.Tools
-
Maximum value or int16
- MAX_INT32 - Static variable in class hdf.view.Tools
-
Maximum value or int32
- MAX_INT64 - Static variable in class hdf.view.Tools
-
Maximum value or int64
- MAX_INT8 - Static variable in class hdf.view.Tools
-
Maximum value or int8
- MAX_RECENT_FILES - Static variable in class hdf.view.ViewProperties
-
the maximum number of most recent files
- MAX_UINT16 - Static variable in class hdf.view.Tools
-
Maximum value or unsigned int16
- MAX_UINT32 - Static variable in class hdf.view.Tools
-
Maximum value or unsigned int32
- MAX_UINT64 - Static variable in class hdf.view.Tools
-
Maximum value or unsigned int64
- MAX_UINT8 - Static variable in class hdf.view.Tools
-
Maximum value or unsigned int8
- maxDims - Variable in class hdf.object.Dataset
-
The max dimension sizes of the dataset
- memberDims - Variable in class hdf.object.CompoundDS
-
The dimension sizes of each member.
- memberNames - Variable in class hdf.object.CompoundDS
-
The names of members of the compound dataset.
- memberOrders - Variable in class hdf.object.CompoundDS
-
Returns array containing the total number of elements of the members of this compound dataset.
- memberTypes - Variable in class hdf.object.CompoundDS
-
The datatypes of compound members.
- METADATA - Enum constant in enum class hdf.view.ViewProperties.DataViewType
-
metadata type
- MetaDataContainer - Interface in hdf.object
-
An interface that provides general I/O operations for object metadata attached to an object.
- MetaDataView - Interface in hdf.view.MetaDataView
-
The metadata view interface for displaying metadata information
- MetaDataViewFactory - Class in hdf.view.MetaDataView
-
This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a MetaDataViewFactory and can thus be used appropriately where a MetaDataView is needed.
- MetaDataViewFactory() - Constructor for class hdf.view.MetaDataView.MetaDataViewFactory
- MULTIREAD - Static variable in class hdf.object.FileFormat
-
File access flag for multi-read-only permission.
N
- namedChoice - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The named datatype combobox for the object
- namedList - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The list of datatypes for the object
- nameField - Variable in class hdf.view.dialog.NewDatasetDialog
-
TextField for entering the name of the object
- nameField - Variable in class hdf.view.dialog.NewDatatypeDialog
-
TextField for entering the name of the object
- nameField - Variable in class hdf.view.dialog.NewScalarAttributeDialog
-
TextField for entering the name of the attribute
- NATIVE - Static variable in class hdf.object.Datatype
-
The default definition for datatype size, order, and sign.
- NC2Attribute - Class in hdf.object.nc2
-
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.
- NC2Attribute(HObject, String, Datatype, long[]) - Constructor for class hdf.object.nc2.NC2Attribute
-
Create an attribute with specified name, data type and dimension sizes.
- NC2Attribute(HObject, String, Datatype, long[], Object) - Constructor for class hdf.object.nc2.NC2Attribute
-
Create an attribute with specific name and value.
- NC2Dataset - Class in hdf.object.nc2
-
NC2Dataset describes an multi-dimension array of HDF5 scalar or atomic data types, such as byte, int, short, long, float, double and string, and operations performed on the scalar dataset The library predefines a modest number of datatypes.
- NC2Dataset(FileFormat, Variable, long[]) - Constructor for class hdf.object.nc2.NC2Dataset
-
Constructs an NC2Dataset object with specific netcdf variable.
- NC2Datatype - Class in hdf.object.nc2
-
Datatype encapsulates information of a datatype.
- NC2Datatype(int, int, int, int) - Constructor for class hdf.object.nc2.NC2Datatype
-
Create an Datatype with specified class, size, byte order and sign.
- NC2Datatype(DataType) - Constructor for class hdf.object.nc2.NC2Datatype
-
Constructs a NC2Datatype with a given NetCDF3 native datatype object.
- NC2File - Class in hdf.object.nc2
-
This class provides file level APIs.
- NC2File() - Constructor for class hdf.object.nc2.NC2File
-
Constructs an empty NC2File with read-only access.
- NC2File(String) - Constructor for class hdf.object.nc2.NC2File
-
Creates an NC2File object of given file name with read-only access.
- NC2Group - Class in hdf.object.nc2
-
An NC2Group represents NetCDF3 group, inheriting from Group.
- NC2Group(FileFormat, String, String, Group, long[]) - Constructor for class hdf.object.nc2.NC2Group
-
Constructs an NC2 group with specific name, path, and parent.
- netcdfAttributeString(int) - Method in class hdf.object.nc2.NC2Group
-
Retrieves the attribute name.
- netcdfDimensionString(int) - Method in class hdf.object.nc2.NC2Group
-
Retrieves the Dimension name.
- netCDFGroup - Variable in class hdf.object.nc2.NC2Group
-
The corresponding netcdf Group for this group.
- netcdfTypedefString(int) - Method in class hdf.object.nc2.NC2Group
-
Retrieves the EnumTypedef name.
- NewCompoundAttributeDialog - Class in hdf.view.dialog
-
NewCompoundAttributeDialog shows a message dialog requesting user input for creating a new HDF5 compound attribute.
- NewCompoundAttributeDialog(Shell, HObject, List<HObject>) - Constructor for class hdf.view.dialog.NewCompoundAttributeDialog
-
Constructs a NewCompoundAttributeDialog with specified list of possible parent objects.
- NewCompoundDatasetDialog - Class in hdf.view.dialog
-
NewCompoundDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 compound dataset.
- NewCompoundDatasetDialog(Shell, Group, List<?>) - Constructor for class hdf.view.dialog.NewCompoundDatasetDialog
-
Constructs a NewCompoundDatasetDialog with specified list of possible parent groups.
- NewDataObjectDialog - Class in hdf.view.dialog
-
NewDataDialog is an intermediate class for creating data types.
- NewDataObjectDialog(Shell, HObject, List<?>) - Constructor for class hdf.view.dialog.NewDataObjectDialog
-
The NewDataObjectDialog constructor.
- NewDatasetDialog - Class in hdf.view.dialog
-
NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
- NewDatasetDialog(Shell, Group, List<?>) - Constructor for class hdf.view.dialog.NewDatasetDialog
-
Constructs a NewDatasetDialog with specified list of possible parent groups.
- NewDatasetDialog(Shell, Group, List<?>, DataView) - Constructor for class hdf.view.dialog.NewDatasetDialog
-
Constructs a NewDatasetDialog with specified list of possible parent groups.
- NewDatatypeDialog - Class in hdf.view.dialog
-
NewDatatypeDialog shows a message dialog requesting user input for creating a new HDF5 datatype.
- NewDatatypeDialog(Shell, Group, List<?>) - Constructor for class hdf.view.dialog.NewDatatypeDialog
-
Constructs a NewDatatypeDialog with specified list of possible parent groups.
- NewGroupDialog - Class in hdf.view.dialog
-
NewGroupDialog shows a message dialog requesting user input for creating a new HDF4/5 group.
- NewGroupDialog(Shell, Group, List<?>) - Constructor for class hdf.view.dialog.NewGroupDialog
-
Constructs a NewGroupDialog with specified list of possible parent groups.
- NewImageDialog - Class in hdf.view.dialog
-
NewImageDialog shows a message dialog requesting user input for creating a new HDF4/5 Image.
- NewImageDialog(Shell, Group, List<?>) - Constructor for class hdf.view.dialog.NewImageDialog
-
Constructs a NewImageDialog with specified list of possible parent groups.
- newInstance(Class<?>, Object[]) - Static method in class hdf.view.Tools
-
Create and initialize a new instance of the given class.
- NewLinkDialog - Class in hdf.view.dialog
-
NewLinkDialog shows a message dialog requesting user input for creating new links.
- NewLinkDialog(Shell, Group, List<?>, List<FileFormat>) - Constructor for class hdf.view.dialog.NewLinkDialog
-
Constructs a NewLinkDialog with specified list of possible parent groups.
- newObject - Variable in class hdf.view.dialog.NewDataObjectDialog
-
the object created
- NewScalarAttributeDialog - Class in hdf.view.dialog
-
NewScalarAttributeDialog displays components for adding a new attribute.
- NewScalarAttributeDialog(Shell, HObject, List<HObject>) - Constructor for class hdf.view.dialog.NewScalarAttributeDialog
-
Constructs a NewScalarAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.
- NewStringAttributeDialog - Class in hdf.view.dialog
-
NewStringAttributeDialog displays components for adding a new attribute, not used for HDF5.
- NewStringAttributeDialog(Shell, HObject, List<HObject>) - Constructor for class hdf.view.dialog.NewStringAttributeDialog
-
Constructs a NewStringAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.
- nMembersInFile - Variable in class hdf.object.Group
-
Total number of members of this group in file.
- normalFormat - Variable in class hdf.view.TableView.DefaultBaseTableView
-
the normal format to be used for numbers
- nPoints - Variable in class hdf.object.Dataset
-
The number of data points in the memory buffer.
- NSGN - Static variable in class hdf.object.Datatype
- nullStr - Static variable in class hdf.view.TableView.DataFactoryUtils
-
the null sting value
- numberFormat - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
the number format type
- numberFormat - Variable in class hdf.view.TableView.DefaultBaseTableView
-
the format to be used for numbers
- numberOfMembers - Variable in class hdf.object.CompoundDS
-
The number of members of the compound dataset.
- numberOfPoints - Variable in class hdf.view.Chart
-
number of data points
O
- obj_name - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The object name referenced
- obj_type - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The default type of object referenced
- OBJECT - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is object
- objList - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The list of objects for the object
- oid - Variable in class hdf.object.HObject
-
Array of long integer storing unique identifier for the object.
- open() - Method in class hdf.object.Datatype
-
Opens access to this named datatype.
- open() - Method in class hdf.object.FileFormat
-
Opens file and returns a file identifier.
- open() - Method in class hdf.object.fits.FitsAttribute
- open() - Method in class hdf.object.fits.FitsDataset
- open() - Method in class hdf.object.fits.FitsFile
- open() - Method in class hdf.object.fits.FitsGroup
- open() - Method in class hdf.object.h4.H4CompoundAttribute
- open() - Method in class hdf.object.h4.H4File
- open() - Method in class hdf.object.h4.H4GRImage
- open() - Method in class hdf.object.h4.H4Group
- open() - Method in class hdf.object.h4.H4ScalarAttribute
- open() - Method in class hdf.object.h4.H4SDS
- open() - Method in class hdf.object.h4.H4Vdata
- open() - Method in class hdf.object.h5.H5CompoundAttr
- open() - Method in class hdf.object.h5.H5CompoundDS
- open() - Method in class hdf.object.h5.H5Datatype
-
Opens access to a named datatype.
- open() - Method in class hdf.object.h5.H5File
-
Opens file and returns a file identifier.
- open() - Method in class hdf.object.h5.H5Group
- open() - Method in class hdf.object.h5.H5Link
- open() - Method in class hdf.object.h5.H5MetaDataContainer
- open() - Method in class hdf.object.h5.H5ScalarAttr
- open() - Method in class hdf.object.h5.H5ScalarDS
- open() - Method in class hdf.object.HObject
-
Opens an existing object such as a dataset or group for access.
- open() - Method in class hdf.object.nc2.NC2Attribute
- open() - Method in class hdf.object.nc2.NC2Dataset
- open() - Method in class hdf.object.nc2.NC2File
- open() - Method in class hdf.object.nc2.NC2Group
-
open a group.
- open() - Method in class hdf.view.Chart
-
Show the Chart dialog.
- open() - Method in class hdf.view.dialog.DataOptionDialog
-
Open the DataOptionDialoDialog used to select display options for an object.
- open() - Method in class hdf.view.dialog.ImageConversionDialog
-
Open the ImageConversionDialog for converting images.
- open() - Method in class hdf.view.dialog.InputDialog
-
Opens the InputDialog and returns the user's input when the dialog closes.
- open() - Method in class hdf.view.dialog.MathConversionDialog
-
Open the MathConversionDialog for converting data.
- open() - Method in class hdf.view.dialog.NewCompoundAttributeDialog
-
Open the NewCompoundAttributeDialog for adding a new compound attribute.
- open() - Method in class hdf.view.dialog.NewCompoundDatasetDialog
-
Open the NewCompoundDatasetDialog for adding a new compound dataset.
- open() - Method in class hdf.view.dialog.NewDatasetDialog
-
Open the NewDataseteDialog for adding a new dataset.
- open() - Method in class hdf.view.dialog.NewDatatypeDialog
-
Open the NewDatatypeDialog for adding a new datatype.
- open() - Method in class hdf.view.dialog.NewGroupDialog
-
Open the NewGroupDialog for adding a new group.
- open() - Method in class hdf.view.dialog.NewImageDialog
-
Open the NewImageDialog for adding a new image.
- open() - Method in class hdf.view.dialog.NewLinkDialog
-
Open the NewLinkDialog for adding a new link.
- open() - Method in class hdf.view.dialog.NewScalarAttributeDialog
-
Open the NewScalarAttributeDialog for adding a new attribute.
- open() - Method in class hdf.view.dialog.NewStringAttributeDialog
-
Open the NewStringAttributeDialog for adding a new attribute.
- open(int...) - Method in class hdf.object.FileFormat
-
Opens file and returns a file identifier.
- open(int...) - Method in class hdf.object.h5.H5File
-
Opens file and returns a file identifier.
- open(long) - Method in class hdf.object.h5.H5File
-
Opens a file with specific file access property list.
- open(String, int) - Method in class hdf.object.FileFormat
-
Deprecated.As of 2.4, replaced by
FileFormat.createInstance(String, int)
The replacement method has identical functionality and a more descriptive name. Since open is used elsewhere to perform a different function this method has been deprecated. - OPEN_NEW - Static variable in class hdf.object.FileFormat
-
File first time access flag for open file.
- openFile(String, int) - Method in class hdf.view.TreeView.DefaultTreeView
-
Opens a file and retrieves the file structure of the file.
- openFile(String, int) - Method in interface hdf.view.TreeView.TreeView
-
Opens a file and retrieves the file structure of the file.
- openMainWindow(List<File>, int, int, int, int) - Method in class hdf.view.HDFView
-
Creates HDFView with a given size, and opens the given files in the viewer.
- ORDER_BE - Static variable in class hdf.object.Datatype
- ORDER_LE - Static variable in class hdf.object.Datatype
- ORDER_NONE - Static variable in class hdf.object.Datatype
- ORDER_VAX - Static variable in class hdf.object.Datatype
- org.hdfgroup.hdfview - module org.hdfgroup.hdfview
-
the hdfview module
- org.hdfgroup.object - module org.hdfgroup.object
-
the hdf object module
- ORIGIN_LL - Static variable in class hdf.view.ViewProperties
-
image origin: LowerLeft
- ORIGIN_LR - Static variable in class hdf.view.ViewProperties
-
image origin: LowerRight
- ORIGIN_UL - Static variable in class hdf.view.ViewProperties
-
image origin: UpperLeft
- ORIGIN_UR - Static variable in class hdf.view.ViewProperties
-
image origin: UpperRight
- originalBuf - Variable in class hdf.object.Dataset
-
The data buffer that contains the raw data directly reading from file (before any data conversion).
- originalFormatClass - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the data format class
- originalRefBuf - Variable in class hdf.object.h5.H5ReferenceType
-
The data buffer that contains the raw data directly reading from file (before any data conversion).
P
- palette - Variable in class hdf.object.ScalarDS
-
The indexed RGB color model with 256 colors.
- PALETTE - Enum constant in enum class hdf.view.ViewProperties.DataViewType
-
palette type
- PaletteView - Interface in hdf.view.PaletteView
-
The palette view interface for displaying image palette
- PaletteViewFactory - Class in hdf.view.PaletteView
-
This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a PaletteViewFactory and can thus be used appropriately where a PaletteView is needed.
- PaletteViewFactory() - Constructor for class hdf.view.PaletteView.PaletteViewFactory
- parent - Variable in class hdf.object.Group
-
The parent group where this group is located.
- parentObj - Variable in class hdf.view.dialog.NewDataObjectDialog
-
the object which the this object is attached
- parentObject - Variable in class hdf.object.fits.FitsAttribute
-
The HObject to which this NC2Attribute is attached, Attribute interface
- parentObject - Variable in class hdf.object.h4.H4CompoundAttribute
-
The HObject to which this NC2Attribute is attached, Attribute interface
- parentObject - Variable in class hdf.object.h4.H4ScalarAttribute
-
The HObject to which this NC2Attribute is attached, Attribute interface
- parentObject - Variable in class hdf.object.h5.H5CompoundAttr
-
The HObject to which this NC2Attribute is attached, Attribute interface
- parentObject - Variable in class hdf.object.h5.H5MetaDataContainer
-
The HObject to which this MetaDataContainer is attached
- parentObject - Variable in class hdf.object.h5.H5ScalarAttr
-
The HObject to which this NC2Attribute is attached, Attribute interface
- parentObject - Variable in class hdf.object.nc2.NC2Attribute
-
The HObject to which this NC2Attribute is attached, Attribute interface
- performDefaults() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Performs special processing when this page's Defaults button has been pressed.
- performDefaults() - Method in class hdf.view.dialog.UserOptionsHDFPage
-
Performs special processing when this page's Defaults button has been pressed.
- performDefaults() - Method in class hdf.view.dialog.UserOptionsViewModulesPage
-
Performs special processing when this page's Defaults button has been pressed.
- performOk() - Method in class hdf.view.dialog.UserOptionsGeneralPage
-
Notifies that the OK button of this page's container has been pressed.
- performOk() - Method in class hdf.view.dialog.UserOptionsHDFPage
-
Notifies that the OK button of this page's container has been pressed.
- performOk() - Method in class hdf.view.dialog.UserOptionsViewModulesPage
-
Notifies that the OK button of this page's container has been pressed.
- physicalLocationToBufIndex(int, int) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
A utility method used to translate a set of physical table coordinates to an index into a data buffer.
- prependPluginPath(String) - Static method in class hdf.object.h5.H5Plugins
-
Prepend the plugin path.
- prependPluginPath(String) - Static method in class hdf.view.ViewProperties
-
Prepends the plugin path.
R
- rank - Variable in class hdf.object.Dataset
-
The number of dimensions of the dataset.
- rank - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the rank
- read() - Method in interface hdf.object.DataFormat
-
Reads the data from file.
- read() - Method in class hdf.object.fits.FitsAttribute
-
Reads the data from file.
- read() - Method in class hdf.object.fits.FitsDataset
-
Reads the data from file.
- read() - Method in class hdf.object.h4.H4CompoundAttribute
-
Reads the data from file.
- read() - Method in class hdf.object.h4.H4GRImage
-
Reads the data from file.
- read() - Method in class hdf.object.h4.H4ScalarAttribute
-
Reads the data from file.
- read() - Method in class hdf.object.h4.H4SDS
-
Reads the data from file.
- read() - Method in class hdf.object.h4.H4Vdata
-
Reads the data from file.
- read() - Method in class hdf.object.h5.H5CompoundAttr
-
Reads the data from file.
- read() - Method in class hdf.object.h5.H5CompoundDS
-
Reads the data from file.
- read() - Method in class hdf.object.h5.H5ScalarAttr
-
Reads the data from file.
- read() - Method in class hdf.object.h5.H5ScalarDS
-
Reads the data from file.
- read() - Method in class hdf.object.nc2.NC2Attribute
-
Reads the data from file.
- read() - Method in class hdf.object.nc2.NC2Dataset
-
Reads the data from file.
- READ - Enum constant in enum class hdf.object.h5.H5File.IO_TYPE
-
read IO type
- READ - Static variable in class hdf.object.FileFormat
-
File access flag for read-only permission.
- readBytes() - Method in class hdf.object.Dataset
-
Reads the raw data of the dataset from file to a byte array.
- readBytes() - Method in class hdf.object.fits.FitsAttribute
- readBytes() - Method in class hdf.object.fits.FitsDataset
- readBytes() - Method in class hdf.object.h4.H4CompoundAttribute
- readBytes() - Method in class hdf.object.h4.H4GRImage
- readBytes() - Method in class hdf.object.h4.H4ScalarAttribute
- readBytes() - Method in class hdf.object.h4.H4SDS
- readBytes() - Method in class hdf.object.h4.H4Vdata
- readBytes() - Method in class hdf.object.h5.H5CompoundAttr
- readBytes() - Method in class hdf.object.h5.H5CompoundDS
- readBytes() - Method in class hdf.object.h5.H5ScalarAttr
- readBytes() - Method in class hdf.object.h5.H5ScalarDS
- readBytes() - Method in class hdf.object.nc2.NC2Attribute
- readBytes() - Method in class hdf.object.nc2.NC2Dataset
- readNumberOfPalettes() - Method in class hdf.object.h5.H5ScalarDS
-
reads references of palettes to count the numberOfPalettes.
- READONLY - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is read only
- readPalette(int) - Method in class hdf.object.h4.H4GRImage
- readPalette(int) - Method in class hdf.object.h5.H5ScalarDS
- readPalette(int) - Method in class hdf.object.ScalarDS
-
Reads a specific image palette from file.
- readPalette(String) - Static method in class hdf.view.Tools
-
read an image palette from a file.
- ref_array - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The reference array raw data
- ref_type - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The default type of region referenced
- RefContextMenu(NatTable) - Constructor for class hdf.view.TableView.DefaultBaseTableView.RefContextMenu
-
Create the Context-menu for dealing with region and object references.
- refdata - Variable in class hdf.object.h5.H5ReferenceType
-
The memory buffer that holds the raw data array of the reference.
- refdims - Variable in class hdf.object.h5.H5Datatype
-
The dimension sizes of the reference object
- refObject - Variable in class hdf.view.dialog.NewDataObjectDialog
-
the object referenced
- refresh - Variable in class hdf.object.h5.H5ScalarDS
-
flag to indicate if the dataset buffers should be refreshed.
- refreshData() - Method in interface hdf.object.DataFormat
-
Refreshes the current object in the file.
- refreshData() - Method in class hdf.object.Dataset
-
Refreshes the current object in the file.
- refreshData() - Method in class hdf.object.h5.H5ScalarDS
-
Refreshes the dataset before re-read of data.
- refreshDataTable() - Method in class hdf.view.TableView.DefaultBaseTableView
-
refresh the data table
- refreshDataTable() - Method in interface hdf.view.TableView.TableView
-
refresh the data table.
- refsize - Variable in class hdf.object.h5.H5ReferenceType
-
The current array size of the reference.
- region_desc - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The point/block description of region referenced
- region_type - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The type of region referenced
- reloadTree(Group) - Method in class hdf.object.h5.H5File
-
reload the sub-tree structure from file.
- removeDataView(DataView) - Method in interface hdf.view.DataView.DataViewManager
-
Data content is closed, remove the dataview from the main window
- removeDataView(DataView) - Method in class hdf.view.HDFView
- removeFileFormat(String) - Static method in class hdf.object.FileFormat
-
Removes a FileFormat from the list of supported formats.
- removeFromMemberList(HObject) - Method in class hdf.object.Group
-
Removes an object from the member list of this group in memory.
- removeMetadata(Object) - Method in class hdf.object.Datatype
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.fits.FitsDataset
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.fits.FitsGroup
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h4.H4GRImage
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h4.H4Group
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h4.H4SDS
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h4.H4Vdata
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5CompoundDS
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5Datatype
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5Group
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5Link
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5MetaDataContainer
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.h5.H5ScalarDS
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in interface hdf.object.MetaDataContainer
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.nc2.NC2Dataset
-
Deletes an existing piece of metadata from this object.
- removeMetadata(Object) - Method in class hdf.object.nc2.NC2Group
-
Deletes an attribute from this dataset.
- renameAttribute(HObject, String, String) - Method in class hdf.object.FileFormat
-
Renames an attribute.
- renameAttribute(HObject, String, String) - Method in class hdf.object.h5.H5File
-
Renames an attribute.
- renameObject(HObject, String) - Static method in class hdf.object.h5.H5File
-
Rename the given object
- renameObject(HObject, String, String) - Static method in class hdf.object.h5.H5File
-
Rename the given object
- reopenFile(FileFormat, int) - Method in class hdf.view.TreeView.DefaultTreeView
- reopenFile(FileFormat, int) - Method in interface hdf.view.TreeView.TreeView
-
Reopens a file and retrieves the file structure of the file.
- replacePluginPath(String, int) - Static method in class hdf.object.h5.H5Plugins
-
Replaces the plugin path.
- resetSelection() - Method in class hdf.object.CompoundDS
-
Resets selection of dataspace
- resetSelection() - Method in class hdf.object.Dataset
-
Resets selection of dataspace
- resetSelection() - Method in class hdf.object.h5.H5ScalarDS
-
Resets selection of dataspace
- rootDir - Variable in class hdf.view.dialog.UserOptionsDefaultPage
-
The setting of the root directory
- rootDir - Variable in class hdf.view.dialog.UserOptionsDialog
-
The setting of the root directory
- ROTATE_CCW_90 - Static variable in class hdf.view.ImageView.DefaultImageView
-
ROTATE IMAGE COUNTER CLOCKWISE 90 DEGREE.
- ROTATE_CW_90 - Static variable in class hdf.view.ImageView.DefaultImageView
-
ROTATE IMAGE 90 DEGREE CLOCKWISE.
- Rotate90Filter(int) - Constructor for class hdf.view.ImageView.DefaultImageView.Rotate90Filter
-
Image filter for rotating image by 90 degrees.
- rowCount - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the row
- RowHeader(IUniqueIndexLayer, ILayer, SelectionLayer) - Constructor for class hdf.view.TableView.DefaultBaseTableView.RowHeader
-
Create the RowHeader which adapts to the current font.
- rowHeaderDataProvider - Variable in class hdf.view.TableView.DefaultBaseTableView
-
reference to the data provider for the row
- RowHeaderDataProvider(DataFormat) - Constructor for class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
-
Create the Row Header data provider to set row indices based on Index Base for both Scalar Datasets and Compound Datasets.
- runMainWindow() - Method in class hdf.view.HDFView
-
switch processing to the main application window
S
- save() - Method in class hdf.view.ViewProperties
-
Save user properties into property file
- saveAsBinary() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Save data as binary.
- saveAsBinary(DataOutputStream, Object, ByteOrder) - Static method in class hdf.view.Tools
-
Save the data as binary
- saveAsText() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Save data as text.
- saveFile(FileFormat) - Method in class hdf.view.TreeView.DefaultTreeView
-
Save a file
- saveFile(FileFormat) - Method in interface hdf.view.TreeView.TreeView
-
save a file
- saveImageAs(BufferedImage, File, String) - Static method in class hdf.view.Tools
-
Save a BufferedImage into an image file.
- ScalarDS - Class in hdf.object
-
A scalar dataset is a multiple dimension array of scalar points.
- ScalarDS(FileFormat, String, String) - Constructor for class hdf.object.ScalarDS
-
Constructs an instance of a ScalarDS with specific name and path.
- ScalarDS(FileFormat, String, String, long[]) - Constructor for class hdf.object.ScalarDS
-
Deprecated.Not for public use in the future.
UsingScalarDS(FileFormat, String, String)
- scientificFormat - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Changed to use normalized scientific notation (1 is less than coefficient is less than 10).
- selectedDims - Variable in class hdf.object.Dataset
-
Array that contains the number of data points selected (for read/write) in each dimension.
- selectedIndex - Variable in class hdf.object.Dataset
-
Array that contains the indices of the dimensions selected for display.
- selectedStride - Variable in class hdf.object.Dataset
-
The number of elements to move from the start location in each dimension.
- selectHyperslab(long, long[], long[], long[], long[], long[]) - Static method in class hdf.object.h5.H5Utils
-
Set up a hyperslab selection within a dataset.
- selectionLayer - Variable in class hdf.view.TableView.DefaultBaseTableView
-
Keep references to the selection layers for ease of access
- selectMember(int) - Method in interface hdf.object.CompoundDataFormat
-
Selects the i-th member for read/write.
- selectMember(int) - Method in class hdf.object.CompoundDS
-
Selects the i-th member for read/write.
- SEPARATOR - Static variable in class hdf.object.CompoundDS
-
A single character to separate the names of nested compound fields.
- SEPARATOR - Static variable in class hdf.object.HObject
-
The separator of object path, i.e.
- setAllMemberSelection(boolean) - Method in interface hdf.object.CompoundDataFormat
-
Selects/deselects all members.
- setAllMemberSelection(boolean) - Method in class hdf.object.CompoundDS
-
Selects/deselects all members.
- setAttributeData(Object) - Method in interface hdf.object.Attribute
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.fits.FitsAttribute
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.h4.H4CompoundAttribute
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.h4.H4ScalarAttribute
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.h5.H5CompoundAttr
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.h5.H5ScalarAttr
-
Not for public use in the future.
- setAttributeData(Object) - Method in class hdf.object.nc2.NC2Attribute
-
Not for public use in the future.
- setAutoContrast(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if auto contrast is used in image process.
- setColorModel(ColorModel) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setConvertByteToString(boolean) - Method in class hdf.object.Dataset
-
Sets the flag that indicates if a byte array is converted to a string array.
- setConvertEnum(boolean) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
set if the enum mapped value is shown
- setConvertEnum(boolean) - Static method in class hdf.view.ViewProperties
-
Set enum data to be converted
- setData(Object) - Method in interface hdf.object.DataFormat
-
setData() is not safe to use because it changes memory buffer of the dataset object.
- setData(Object) - Method in class hdf.object.Dataset
-
Not for public use in the future.
- setData(Object) - Method in class hdf.object.h5.H5ReferenceType
-
setData() loads the reference raw data into the buffer.
- setData(List) - Method in class hdf.object.h5.H5ReferenceType
-
setData() loads the reference raw data into the buffer.
- setDataDelimiter(String) - Static method in class hdf.view.ViewProperties
-
set the delimiter of data values
- setDataValue(int, int, Object) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
update the data value of a compound type.
- setDataValue(int, int, Object) - Method in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
- setDataValue(int, int, Object, Object) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
When a CompoundDataProvider wants to pass a List of data down to a nested CompoundDataProvider, or when a top-level container DataProvider (such as an ArrayDataProvider) wants to hand data down to a base CompoundDataProvider, we need to pass down a List of data and the new value, plus a field and row index.
- setDataValue(int, Object, Object) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
When a parent HDFDataProvider (such as an ArrayDataProvider) wants to set a data value by routing the operation through its base HDFDataProvider, the parent HDFDataProvider will generally know the direct index to have the base provider use.
- setDefaultDisplayMode(boolean) - Method in class hdf.view.TreeView.DefaultTreeView
-
change the display option.
- setDefaultDisplayMode(boolean) - Method in interface hdf.view.TreeView.TreeView
-
change the display option.
- setDescription(String) - Method in class hdf.view.DefaultFileFilter
-
Sets the human readable description of this filter.
- setDimensions(int, int) - Method in class hdf.view.ImageView.DefaultImageView.FlipFilter
- setDimensions(int, int) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setEarlyLib(String) - Static method in class hdf.view.ViewProperties
-
Set the value of default lib version for the earliest.
- setEnumMembers(String) - Method in class hdf.object.Datatype
-
Sets the (key, value) pairs of enum members for enum datatype.
- setExtensionListInDescription(boolean) - Method in class hdf.view.DefaultFileFilter
-
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
- setFileExtension(String) - Static method in class hdf.view.ViewProperties
-
set the file extension
- setFontSize(int) - Static method in class hdf.view.ViewProperties
-
sets the font size
- setFontType(String) - Static method in class hdf.view.ViewProperties
-
sets the font type
- setFullname(String, String) - Method in class hdf.object.h5.H5Datatype
- setFullname(String, String) - Method in class hdf.object.HObject
-
Sets the full name of the object.
- setH4toH5(String) - Static method in class hdf.view.ViewProperties
-
set the path of the H4 to H5 converter
- setHDF5UserBlock(String, String, byte[]) - Static method in class hdf.view.Tools
-
Write HDF5 user block data into byte array.
- setHints(int) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setImage(Image) - Method in class hdf.view.ImageView.DefaultImageView
- setImage(Image) - Method in interface hdf.view.ImageView.ImageView
-
Sets the image
- setImageDataRange(double, double) - Method in class hdf.object.ScalarDS
-
Sets data range for an image.
- setImageOrigin(String) - Static method in class hdf.view.ViewProperties
-
set the image origin
- setIndexBase1(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if IndexBase should start at 1.
- setIndexOrder(int) - Method in class hdf.object.FileFormat
-
set the int value of the index order.
- setIndexOrder(int) - Method in class hdf.object.h4.H4File
- setIndexOrder(int) - Method in class hdf.object.h5.H5File
- setIndexOrder(String) - Static method in class hdf.view.ViewProperties
-
set the index order
- setIndexType(int) - Method in class hdf.object.FileFormat
-
set the int value of the index type.
- setIndexType(int) - Method in class hdf.object.h4.H4File
- setIndexType(int) - Method in class hdf.object.h5.H5File
- setIndexType(String) - Static method in class hdf.view.ViewProperties
-
set the index type
- setIsImage(boolean) - Method in class hdf.object.ScalarDS
-
Sets the flag to indicate this dataset is an image.
- setIsImageDisplay(boolean) - Method in class hdf.object.ScalarDS
-
Sets the flag to display the dataset as an image.
- setIsValueChanged(boolean) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
set if the data value has changed
- setLateLib(String) - Static method in class hdf.view.ViewProperties
-
Set the value of default lib version for the latest.
- setLibBounds(String, String) - Method in class hdf.object.FileFormat
-
Sets the bounds of library versions.
- setLibBounds(String, String) - Method in class hdf.object.h5.H5File
-
Sets the bounds of library versions.
- setLineColors(int[]) - Method in class hdf.view.Chart
-
Sets the color of each line of a line plot
- setLineLabels(String[]) - Method in class hdf.view.Chart
-
Sets the labels of each line.
- setLinkTargetObjName(String) - Method in class hdf.object.HObject
-
Sets the name of the target object that is linked to.
- setMaxMembers(int) - Method in class hdf.object.FileFormat
-
Sets the maximum number of objects to be loaded into memory.
- setMaxMembers(int) - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large number of objects such as 1,000,000 objects.
- setName(String) - Method in class hdf.object.fits.FitsDataset
- setName(String) - Method in class hdf.object.Group
-
Sets the name of the group.
- setName(String) - Method in class hdf.object.h5.H5CompoundDS
- setName(String) - Method in class hdf.object.h5.H5Datatype
- setName(String) - Method in class hdf.object.h5.H5Group
- setName(String) - Method in class hdf.object.h5.H5Link
- setName(String) - Method in class hdf.object.h5.H5ScalarDS
- setName(String) - Method in class hdf.object.HObject
-
Sets the name of the object.
- setName(String) - Method in class hdf.object.nc2.NC2Dataset
-
Sets the name of the data object.
- setNetCDFGroup(Group) - Method in class hdf.object.nc2.NC2Group
-
Set the corresponding netcdf Group for this group.
- setNewLibBounds(String, String) - Method in class hdf.object.FileFormat
-
Sets the bounds of new library versions.
- setNewLibBounds(String, String) - Method in class hdf.object.h4.H4File
- setNewLibBounds(String, String) - Method in class hdf.object.h5.H5File
-
Sets the bounds of new library versions.
- setNumberFormat(NumberFormat) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
set the number format type
- setObjectAttributeSize(int) - Method in class hdf.object.h5.H5MetaDataContainer
-
Updates the object's number of attributes.
- setPalette(byte[][]) - Method in class hdf.object.ScalarDS
-
Sets the palette for this dataset.
- setPalette(byte[][]) - Method in class hdf.view.ImageView.DefaultImageView
- setPalette(byte[][]) - Method in interface hdf.view.ImageView.ImageView
-
Sets the image palette
- setParentObject(HObject) - Method in interface hdf.object.Attribute
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.fits.FitsAttribute
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.h4.H4CompoundAttribute
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.h4.H4ScalarAttribute
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.h5.H5CompoundAttr
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.h5.H5ScalarAttr
-
Sets the HObject to which this Attribute is "attached".
- setParentObject(HObject) - Method in class hdf.object.nc2.NC2Attribute
-
Sets the HObject to which this Attribute is "attached".
- setPath(String) - Method in class hdf.object.h5.H5Group
- setPath(String) - Method in class hdf.object.HObject
-
Sets the path of the object.
- setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class hdf.view.ImageView.DefaultImageView.FlipFilter
- setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class hdf.view.ImageView.DefaultImageView.FlipFilter
- setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setProperties(Hashtable) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
- setProperty(String, Object) - Method in interface hdf.object.Attribute
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.fits.FitsAttribute
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.h4.H4CompoundAttribute
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.h4.H4ScalarAttribute
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.h5.H5CompoundAttr
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.h5.H5ScalarAttr
-
set a property for the attribute.
- setProperty(String, Object) - Method in class hdf.object.nc2.NC2Attribute
-
set a property for the attribute.
- setReadOnly(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if default file access is read only.
- setReadSWMR(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if default file access is read SWMR.
- setRecentFiles(ArrayList<String>) - Static method in class hdf.view.ViewProperties
-
Sets the list of most recently accessed files.
- setRefSize(long) - Method in class hdf.object.h5.H5ReferenceType
-
Sets the array size of the reference.
- setRootDir(String) - Static method in class hdf.view.ViewProperties
-
set the path of the default root directory
- setShowAsBin(boolean) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
set if data shows in binary format
- setShowAsHex(boolean) - Method in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
set if the data shows in hex format
- setShowImageValue(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if "show image values" is set.
- setShowRegRefValue(boolean) - Static method in class hdf.view.ViewProperties
-
Set the flag to indicate if "show RegRef values" is set.
- setStartMembers(int) - Method in class hdf.object.FileFormat
-
Sets the starting index of objects to be loaded into memory.
- setStartMembers(int) - Static method in class hdf.view.ViewProperties
-
Current Java applications such as HDFView cannot handle files with large number of objects such as 1,000,000 objects.
- setTestState(boolean) - Method in class hdf.view.HDFView
-
Set the testing state that determines if HDFView is being executed for GUI testing.
- setTimerRefresh(int) - Static method in class hdf.view.ViewProperties
-
sets the timer refresh
- setTypeToInteger() - Method in class hdf.view.Chart
-
Sets the data type of the plot data to be integer.
- setUsersGuide(String) - Static method in class hdf.view.ViewProperties
-
set the path of H5View User's guide
- setWorkDir(String) - Static method in class hdf.view.ViewProperties
-
set the path of the default work directory
- shell - Variable in class hdf.view.dialog.NewDataObjectDialog
-
the visual shell for the dialog
- shell - Variable in class hdf.view.dialog.UserOptionsDefaultPage
-
The reference to the visual shell
- shell - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The reference to the display shell used
- show() - Method in interface hdf.view.HelpView.HelpView
-
Display help information
- showAsBin - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
if data shows in binary format
- showAsBin - Variable in class hdf.view.TableView.DefaultBaseTableView
-
show data as status
- showAsHex - Variable in class hdf.view.TableView.DataDisplayConverterFactory.HDFDisplayConverter
-
if the data shows in hex format
- showAsHex - Variable in class hdf.view.TableView.DefaultBaseTableView
-
show data as status
- showAttrStdRefData(String, String) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Display data pointed to by attribute references.
- showConfirm(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Confirm dialog with the given message.
- showDataContent(HObject) - Method in class hdf.view.TreeView.DefaultTreeView
-
Display the content of a data object.
- showDataContent(HObject) - Method in interface hdf.view.TreeView.TreeView
-
Display the content of a data object.
- showError(String) - Method in interface hdf.view.DataView.DataViewManager
-
Display error message
- showError(String) - Method in class hdf.view.HDFView
-
Display error message
- showError(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT error dialog with the given error message.
- showImageValues() - Static method in class hdf.view.ViewProperties
-
Returns true if "show image values" is set.
- showInformation(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Information dialog with the given message.
- showMetaData(HObject) - Method in class hdf.view.HDFView
-
Display the metadata view for an object
- showObjRefData(byte[]) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Show the object reference data.
- showObjRefData(byte[]) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
-
Display data pointed to by object references.
- showObjRefData(byte[]) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Display data pointed to by object references.
- showObjStdRefData(String) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Display data pointed to by object references.
- showRegRefData(byte[]) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Show the region reference data.
- showRegRefData(byte[]) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
-
Display data pointed to by region references.
- showRegRefData(byte[]) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Display data pointed to by region references.
- showRegRefValues() - Static method in class hdf.view.ViewProperties
-
Returns true if "show regref values" is set.
- showStatus(String) - Method in interface hdf.view.DataView.DataViewManager
-
Display feedback message
- showStatus(String) - Method in class hdf.view.HDFView
-
Display feedback message.
- showStdRefData(byte[]) - Method in class hdf.view.TableView.DefaultBaseTableView
-
Show the standard reference data.
- showStdRefData(byte[]) - Method in class hdf.view.TableView.DefaultCompoundDSTableView
- showStdRefData(byte[]) - Method in class hdf.view.TableView.DefaultScalarDSTableView
-
Display data pointed to by references.
- showWarning(Shell, String, String) - Static method in class hdf.view.Tools
-
Show an SWT Warning dialog with the given message.
- SIGN_2 - Static variable in class hdf.object.Datatype
- SIGN_NONE - Static variable in class hdf.object.Datatype
- sizeChoice - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The size combobox for the object
- space_type - Variable in class hdf.object.Dataset
-
The type of space for the dataset.
- start - Variable in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
-
the start value.
- startDims - Variable in class hdf.object.Dataset
-
The starting position of each dimension of a selected subset.
- storage - Variable in class hdf.object.Dataset
-
The storage information.
- storageLayout - Variable in class hdf.object.Dataset
-
The storage layout information.
- strEnumMap - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The enum mapping for the object
- stride - Variable in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
-
the stride value.
- stringToByte(String[], int) - Static method in class hdf.object.Dataset
-
Converts a string array into an array of bytes for a fixed string dataset.
- SWMR - Static variable in class hdf.object.h5.H5File
-
Indicate that this file is open for reading in a single-writer/multi-reader (SWMR) scenario.
T
- TABLE - Enum constant in enum class hdf.view.TableView.DefaultBaseTableView.ViewType
-
The data view is of type spreadsheet
- TABLE - Enum constant in enum class hdf.view.ViewProperties.DataViewType
-
table type
- TableView - Interface in hdf.view.TableView
-
The table view interface for displaying data in table form
- TableViewFactory - Class in hdf.view.TableView
-
This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TableViewFactory and can thus be used appropriately where a TableView is needed.
- TableViewFactory() - Constructor for class hdf.view.TableView.TableViewFactory
- tclass - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The default class for the object
- theValue - Variable in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
the data value
- throwValidationFailedException(int, int, Object, String) - Method in class hdf.view.TableView.DataValidatorFactory.HDFDataValidator
-
The validate exception message.
- toAttributeString(String) - Method in interface hdf.object.Attribute
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.fits.FitsAttribute
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.h5.H5CompoundAttr
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.h5.H5ScalarAttr
-
Returns a string representation of the data value.
- toAttributeString(String) - Method in class hdf.object.nc2.NC2Attribute
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in interface hdf.object.Attribute
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.fits.FitsAttribute
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.h4.H4CompoundAttribute
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.h4.H4ScalarAttribute
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.h5.H5CompoundAttr
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.h5.H5ScalarAttr
-
Returns a string representation of the data value.
- toAttributeString(String, int) - Method in class hdf.object.nc2.NC2Attribute
-
Returns a string representation of the data value.
- toBinaryString(long, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the long argument as an unsigned integer in base 2.
- toBinaryString(BigDecimal, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the BigDecimal argument as an unsigned integer in base 2.
- toBinaryString(BigInteger, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the BigInteger argument as an unsigned integer in base 2.
- toBufferedImage(Image) - Static method in class hdf.view.Tools
-
This method returns a buffered image with the contents of an image.
- toHexString(long, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the long argument as an unsigned integer in base 16.
- toHexString(BigDecimal, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the BigDecimal argument as an unsigned integer in base 16.
- toHexString(BigInteger, int) - Static method in class hdf.view.Tools
-
Returns a string representation of the BigInteger argument as an unsigned integer in base 16.
- toNative(long) - Static method in class hdf.object.h5.H5Datatype
-
Get the memory datatype identifier from the datatype file identifier.
- Tools - Class in hdf.view
-
The "Tools" class contains various tools for HDF files such as jpeg to HDF converter.
- Tools() - Constructor for class hdf.view.Tools
- torder - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The default byte order for the object
- toString() - Method in class hdf.object.Datatype
- toString() - Method in class hdf.object.HObject
-
Returns the name of the object.
- toString(Object, Datatype, String, int) - Method in class hdf.object.Dataset
-
Returns a string representation of the dataset object.
- toString(Object, Datatype, String, int) - Method in class hdf.object.h5.H5CompoundAttr
- toString(Object, Datatype, String, int) - Method in class hdf.object.h5.H5ScalarAttr
- toString(String) - Method in class hdf.object.Dataset
-
Returns a string representation of the data value.
- toString(String) - Method in class hdf.object.h5.H5ReferenceType
-
Returns a string representation of the data value.
- toString(String, int) - Method in class hdf.object.Dataset
-
Returns a string representation of the data value.
- toString(String, int) - Method in class hdf.object.h5.H5CompoundDS
- toString(String, int) - Method in class hdf.object.h5.H5ReferenceType
-
Returns a string representation of the data value.
- toString(String, int) - Method in class hdf.object.h5.H5ScalarDS
- transform(double, double, double[]) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
-
Transform when rotating image by 90 degrees.
- transformBBox(Rectangle) - Method in class hdf.view.ImageView.DefaultImageView.Rotate90Filter
-
Transform the image specified by a rectangle.
- TRANSPOSED - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is transposed
- TreeView - Interface in hdf.view.TreeView
-
TreeView defines APIs for opening a file and displaying the file structure in a tree structure.
- TREEVIEW - Enum constant in enum class hdf.view.ViewProperties.DataViewType
-
treeview type
- TreeViewFactory - Class in hdf.view.TreeView
-
This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TreeViewFactory and can thus be used appropriately where a TreeView is needed.
- TreeViewFactory() - Constructor for class hdf.view.TreeView.TreeViewFactory
- tsign - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The default sign for the object
- tsize - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The default size for the object
- typeObjectRef(long, int, byte[]) - Static method in class hdf.object.h5.H5Datatype
-
Gets the dataset reference type for a 1.10 reference.
- typeSize - Variable in class hdf.object.h5.H5ReferenceType.H5ReferenceData
-
The type size of object referenced
U
- unsignedConverted - Variable in class hdf.object.ScalarDS
-
Flag to indicate is the original unsigned C data is converted.
- updateDataBuffer(Object) - Method in class hdf.view.TableView.DataProviderFactory.HDFDataProvider
-
Update the data buffer for this HDFDataProvider.
- updateDataConversionSettings() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Update the display converters.
- updateFont(Font) - Method in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
Updates the current font.
- updateFont(Font) - Method in class hdf.view.TreeView.DefaultTreeView
-
Updates the current font.
- updateItemIcon(HObject) - Method in class hdf.view.TreeView.DefaultTreeView
-
Updates the icon for the TreeItem representing the given HObject.
- updateMetadata(Object) - Method in class hdf.object.Datatype
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.fits.FitsDataset
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.fits.FitsGroup
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h4.H4GRImage
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h4.H4Group
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h4.H4SDS
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h4.H4Vdata
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5CompoundDS
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5Datatype
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5Group
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5Link
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5MetaDataContainer
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.h5.H5ScalarDS
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in interface hdf.object.MetaDataContainer
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.nc2.NC2Dataset
-
Updates an existing piece of metadata attached to this object.
- updateMetadata(Object) - Method in class hdf.object.nc2.NC2Group
-
Updates an attribute from this dataset.
- updateReferenceDataset(H5File, H5File) - Static method in class hdf.object.h5.H5File
-
Updates values of scalar dataset object references in copied file.
- updateRows(DataFormat) - Method in class hdf.view.TableView.DefaultBaseTableView.RowHeaderDataProvider
-
Update the Row Header data provider to set row indices based on Index Base for both Scalar Datasets and Compound Datasets.
- updateValueInFile() - Method in class hdf.view.TableView.DefaultBaseTableView
-
Update dataset's value in file.
- updateValueInFile() - Method in interface hdf.view.TableView.TableView
-
Write the change of a dataset into file.
- useCommittedType - Variable in class hdf.view.dialog.NewDataObjectDialog
-
The committed datatype button for the object
- UserOptionsDefaultPage - Class in hdf.view.dialog
-
UserOptionsDefaultPage
extendsPreferencePage
to display the default button images for the ok, cancel, apply and defaults button. - UserOptionsDefaultPage() - Constructor for class hdf.view.dialog.UserOptionsDefaultPage
-
UserOptionsDefaultPage
default constructor. - UserOptionsDefaultPage(String) - Constructor for class hdf.view.dialog.UserOptionsDefaultPage
-
Creates a new abstract
UserOptionsDefaultPage
with the given title. - UserOptionsDefaultPage(String, ImageDescriptor) - Constructor for class hdf.view.dialog.UserOptionsDefaultPage
-
Creates a new abstract
UserOptionsDefaultPage
with the given title and image. - UserOptionsDialog - Class in hdf.view.dialog
-
UserOptionsDialog displays components for choosing user options.
- UserOptionsDialog(Shell, PreferenceManager, String) - Constructor for class hdf.view.dialog.UserOptionsDialog
-
UserOptionsDialog displays components for choosing user options.
- UserOptionsGeneralPage - Class in hdf.view.dialog
-
UserOptionsGeneralPage.java - Configuration page for general application settings.
- UserOptionsGeneralPage() - Constructor for class hdf.view.dialog.UserOptionsGeneralPage
-
Configuration page for general application settings.
- UserOptionsHDFPage - Class in hdf.view.dialog
-
UserOptionsHDFPage.java - Configuration page for HDF-specific application settings.
- UserOptionsHDFPage() - Constructor for class hdf.view.dialog.UserOptionsHDFPage
-
Configuration page for HDF-specific application settings.
- UserOptionsNode - Class in hdf.view.dialog
-
UserOptionsDialog displays components for choosing user options.
- UserOptionsNode(String) - Constructor for class hdf.view.dialog.UserOptionsNode
-
Creates an
UserOptionsNode
with the given id. - UserOptionsNode(String, String, ImageDescriptor, String) - Constructor for class hdf.view.dialog.UserOptionsNode
-
Creates an
UserOptionsNode
with the given id, label, and image, and lazily-loaded preference page. - UserOptionsNode(String, IPreferencePage) - Constructor for class hdf.view.dialog.UserOptionsNode
-
Creates an
UserOptionsNode
with the given id and preference page. - UserOptionsViewModulesPage - Class in hdf.view.dialog
-
UserOptionsViewModulesPage.java - Configuration page for user-implementable modules.
- UserOptionsViewModulesPage() - Constructor for class hdf.view.dialog.UserOptionsViewModulesPage
-
Configuration page for user-implementable modules.
- Utils - Class in hdf.object
-
General utility class
V
- validate(int, int, Object) - Method in class hdf.view.TableView.DataValidatorFactory.HDFDataValidator
-
The validate method used to validate the data value for the type.
- valueOf(String) - Static method in enum class hdf.object.h5.H5File.IO_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hdf.view.TableView.DefaultBaseTableView.ViewType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hdf.view.ViewProperties.BITMASK_OP
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class hdf.view.ViewProperties.DataViewType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class hdf.object.h5.H5File.IO_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hdf.view.TableView.DefaultBaseTableView.ViewType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hdf.view.ViewProperties.BITMASK_OP
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class hdf.view.ViewProperties.DataViewType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class hdf.view.ViewProperties
-
the version of the HDFViewer
- VIEW_NAME - Enum constant in enum class hdf.view.ViewProperties.DATA_VIEW_KEY
-
data is view name
- viewer - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The main HDFView
- viewerState - Variable in class hdf.view.HDFView
-
State of refresh.
- viewManager - Variable in class hdf.view.MetaDataView.DefaultBaseMetaDataView
-
The view manger reference
- ViewProperties - Class in hdf.view
-
A class to maintain the list of preferences for data and display
- ViewProperties(String, String) - Constructor for class hdf.view.ViewProperties
-
Creates a property list with given root directory of the HDFView.
- ViewProperties.BITMASK_OP - Enum Class in hdf.view
-
Property keys control how the data is displayed.
- ViewProperties.DATA_VIEW_KEY - Enum Class in hdf.view
-
Property keys control how the data is displayed.
- ViewProperties.DataViewType - Enum Class in hdf.view
-
Used to create different DataViews for a given HObject.
- viewType - Variable in class hdf.view.TableView.DefaultBaseTableView
-
The type of view
W
- workDir - Variable in class hdf.view.dialog.UserOptionsDialog
-
The setting of the working directory
- write() - Method in interface hdf.object.DataFormat
-
Writes the current memory buffer to the object in the file.
- write() - Method in class hdf.object.Dataset
-
Writes the memory buffer of this dataset to file.
- write() - Method in class hdf.object.h5.H5ReferenceType
-
Writes the memory buffer of this reference to file.
- write(Object) - Method in interface hdf.object.DataFormat
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.fits.FitsAttribute
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.fits.FitsDataset
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h4.H4CompoundAttribute
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h4.H4GRImage
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h4.H4ScalarAttribute
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h4.H4SDS
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h4.H4Vdata
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.h5.H5CompoundAttr
-
Writes the given data buffer into this attribute in a file.
- write(Object) - Method in class hdf.object.h5.H5CompoundDS
-
Writes the given data buffer into this dataset in a file.
- write(Object) - Method in class hdf.object.h5.H5ScalarAttr
-
Writes the given data buffer into this attribute in a file.
- write(Object) - Method in class hdf.object.h5.H5ScalarDS
-
Writes the given data buffer into this dataset in a file.
- write(Object) - Method in class hdf.object.nc2.NC2Attribute
-
Writes a memory buffer to the object in the file.
- write(Object) - Method in class hdf.object.nc2.NC2Dataset
-
Writes a memory buffer to the object in the file.
- WRITE - Enum constant in enum class hdf.object.h5.H5File.IO_TYPE
-
write IO type
- WRITE - Static variable in class hdf.object.FileFormat
-
File access flag for read/write permission.
- writeAttribute() - Method in interface hdf.object.Attribute
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.fits.FitsAttribute
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.h4.H4CompoundAttribute
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.h4.H4ScalarAttribute
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.h5.H5CompoundAttr
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.h5.H5ScalarAttr
-
Writes the memory buffer of this dataset to file.
- writeAttribute() - Method in class hdf.object.nc2.NC2Attribute
-
Writes the memory buffer of this dataset to file.
- writeAttribute(HObject, Attribute, boolean) - Method in class hdf.object.FileFormat
-
Attaches a given attribute to an object.
- writeAttribute(HObject, Attribute, boolean) - Method in class hdf.object.fits.FitsFile
-
Creates a new attribute and attached to the object if attribute does not exist.
- writeAttribute(HObject, Attribute, boolean) - Method in class hdf.object.h4.H4File
-
Creates a new attribute and attaches it to the object if the attribute does not exist.
- writeAttribute(HObject, Attribute, boolean) - Method in class hdf.object.h5.H5File
- writeAttribute(HObject, Attribute, boolean) - Method in class hdf.object.nc2.NC2File
- writeAttribute(Object) - Method in interface hdf.object.Attribute
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.fits.FitsAttribute
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.h4.H4CompoundAttribute
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.h4.H4ScalarAttribute
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.h5.H5CompoundAttr
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.h5.H5ScalarAttr
-
Writes the given data buffer into this attribute in a file.
- writeAttribute(Object) - Method in class hdf.object.nc2.NC2Attribute
-
Writes the given data buffer into this attribute in a file.
- writeDataToFile(FileFormat) - Method in class hdf.view.HDFView
-
Write the change of data to the given file.
- writeMetadata(Object) - Method in class hdf.object.Datatype
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.fits.FitsDataset
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.fits.FitsGroup
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h4.H4GRImage
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h4.H4Group
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h4.H4SDS
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h4.H4Vdata
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5CompoundDS
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5Datatype
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5Group
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5Link
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5MetaDataContainer
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.h5.H5ScalarDS
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in interface hdf.object.MetaDataContainer
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.nc2.NC2Dataset
-
Writes a specific piece of metadata (such as an attribute) into the file.
- writeMetadata(Object) - Method in class hdf.object.nc2.NC2Group
-
Creates a new attribute and attached to this dataset if attribute does not exist.
Z
- zeroArrayCheck(byte[]) - Static method in class hdf.object.h5.H5Datatype
-
Checks if a reference datatype is all zero.
- zeroArrayCheck(byte[]) - Static method in class hdf.object.h5.H5ReferenceType
-
Checks if a reference datatype is all zero.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Using
CompoundDS(FileFormat, String, String)