Uses of Interface
hdf.object.DataFormat
Package
Description
-
Uses of DataFormat in hdf.object
Modifier and TypeInterfaceDescriptioninterface
An interface that provides general operations for data with a Compound datatype.Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
A CompoundDS is a dataset with compound datatype.class
The abstract class provides general APIs to create and manipulate dataset objects, and retrieve dataset properties, datatype and dimension sizes.class
A scalar dataset is a multiple dimension array of scalar points. -
Uses of DataFormat in hdf.object.fits
Modifier and TypeClassDescriptionclass
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 -
Uses of DataFormat in hdf.object.h4
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
H4GRImage describes an HDF4 general raster(GR) image and operations performed on the GR image.class
H4SDS describes HDF4 Scientific Data Sets (SDS) and operations performed on the SDS.class
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS. -
Uses of DataFormat in hdf.object.h5
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.class
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. -
Uses of DataFormat in hdf.object.nc2
Modifier and TypeClassDescriptionclass
An attribute is a (name, value) pair of metadata attached to a primary data object such as a dataset, group or named datatype.class
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 -
Uses of DataFormat in hdf.view.dialog
ModifierConstructorDescriptionDataOptionDialog(org.eclipse.swt.widgets.Shell parent, DataFormat dataObject)
Constructs a DataOptionDialog with the given HDFView. -
Uses of DataFormat in hdf.view.TableView
Modifier and TypeMethodDescriptionprotected abstract org.eclipse.nebula.widgets.nattable.NatTable
DefaultBaseTableView.createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)
protected org.eclipse.nebula.widgets.nattable.NatTable
DefaultCompoundDSTableView.createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)
Creates a NatTable for a Compound datasetprotected org.eclipse.nebula.widgets.nattable.NatTable
DefaultScalarDSTableView.createTable(org.eclipse.swt.widgets.Composite parent, DataFormat dataObject)
Creates a NatTable for a Scalar dataset.DataDisplayConverterFactory.getDataDisplayConverter(DataFormat dataObject)
protected abstract org.eclipse.nebula.widgets.nattable.config.IEditableRule
DefaultBaseTableView.getDataEditingRule(DataFormat dataObject)
protected org.eclipse.nebula.widgets.nattable.config.IEditableRule
DefaultCompoundDSTableView.getDataEditingRule(DataFormat dataObject)
Returns an IEditableRule that determines whether cells can be edited.protected org.eclipse.nebula.widgets.nattable.config.IEditableRule
DefaultScalarDSTableView.getDataEditingRule(DataFormat dataObject)
Returns an IEditableRule that determines whether cells can be edited.DataProviderFactory.getDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed)
DataValidatorFactory.getDataValidator(DataFormat dataObject)
protected void
DefaultBaseTableView.loadData(DataFormat dataObject)
protected void
DefaultCompoundDSTableView.loadData(DataFormat dataObject)
protected void
DefaultScalarDSTableView.loadData(DataFormat dataObject)