Uses of Interface
hdf.object.DataFormat
| Package | Description |
|---|---|
| hdf.object | |
| hdf.object.fits | |
| hdf.object.h4 | |
| hdf.object.h5 | |
| hdf.object.nc2 | |
| hdf.view.dialog | |
| hdf.view.TableView |
-
Uses of DataFormat in hdf.object
Subinterfaces of DataFormat in hdf.object Modifier and Type Interface Description interfaceCompoundDataFormatAn interface that provides general operations for data with a Compound datatype.Classes in hdf.object that implement DataFormat Modifier and Type Class Description classAttributeAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classCompoundDSA CompoundDS is a dataset with compound datatype.classDatasetThe abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.classScalarDSA scalar dataset is a multiple dimension array of scalar points. -
Uses of DataFormat in hdf.object.fits
Classes in hdf.object.fits that implement DataFormat Modifier and Type Class Description classFitsDatasetFitsDataset 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 -
Uses of DataFormat in hdf.object.h4
Classes in hdf.object.h4 that implement DataFormat Modifier and Type Class Description classH4AttributeAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classH4GRImageH4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.classH4SDSH4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.classH4VdataH4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS. -
Uses of DataFormat in hdf.object.h5
Classes in hdf.object.h5 that implement DataFormat Modifier and Type Class Description classH5AttributeAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classH5CompoundDSThe H5CompoundDS class defines an HDF5 dataset of compound datatypes.classH5ScalarDSH5ScalarDS 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. -
Uses of DataFormat in hdf.object.nc2
Classes in hdf.object.nc2 that implement DataFormat Modifier and Type Class Description classNC2AttributeAn attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.classNC2DatasetNC2Dataset 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 -
Uses of DataFormat in hdf.view.dialog
Constructors in hdf.view.dialog with parameters of type DataFormat Constructor Description DataOptionDialog(org.eclipse.swt.widgets.Shell parent, DataFormat dataObject)Constructs a DataOptionDialog with the given HDFView. -
Uses of DataFormat in hdf.view.TableView
Fields in hdf.view.TableView declared as DataFormat Modifier and Type Field Description protected DataFormatDefaultBaseTableView. dataObjectMethods in hdf.view.TableView with parameters of type DataFormat Modifier and Type Method Description protected abstract org.eclipse.nebula.widgets.nattable.NatTableDefaultBaseTableView. createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)protected org.eclipse.nebula.widgets.nattable.NatTableDefaultCompoundDSTableView. createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)Creates a NatTable for a Compound datasetprotected org.eclipse.nebula.widgets.nattable.NatTableDefaultScalarDSTableView. createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)Creates a NatTable for a Scalar dataset.static DataDisplayConverterFactory.HDFDisplayConverterDataDisplayConverterFactory. getDataDisplayConverter(DataFormat dataObject)protected abstract org.eclipse.nebula.widgets.nattable.config.IEditableRuleDefaultBaseTableView. getDataEditingRule(DataFormat dataObject)protected org.eclipse.nebula.widgets.nattable.config.IEditableRuleDefaultCompoundDSTableView. getDataEditingRule(DataFormat dataObject)Returns an IEditableRule that determines whether cells can be edited.protected org.eclipse.nebula.widgets.nattable.config.IEditableRuleDefaultScalarDSTableView. getDataEditingRule(DataFormat dataObject)Returns an IEditableRule that determines whether cells can be edited.static DataProviderFactory.HDFDataProviderDataProviderFactory. getDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed)static DataValidatorFactory.HDFDataValidatorDataValidatorFactory. getDataValidator(DataFormat dataObject)protected voidDefaultBaseTableView. loadData(DataFormat dataObject)protected voidDefaultCompoundDSTableView. loadData(DataFormat dataObject)protected voidDefaultScalarDSTableView. loadData(DataFormat dataObject)Constructors in hdf.view.TableView with parameters of type DataFormat Constructor Description RowHeaderDataProvider(DataFormat theDataObject)