- 
Methods in hdf.object that return FileFormat
| Modifier and Type | 
Method | 
Description | 
FileFormat | 
FileFormat.create(String fileName) | 
 Deprecated.
 
 | 
FileFormat | 
FileFormat.createFile(String filename,
int createFlag) | 
 Creates a file with the specified name and returns a new FileFormat
 implementation instance associated with the file. 
 | 
abstract FileFormat | 
FileFormat.createInstance(String filename,
int access) | 
 Creates a FileFormat implementation instance with specified filename and
 access. 
 | 
static FileFormat | 
FileFormat.getFileFormat(String key) | 
 Returns the FileFormat with specified key from the list of supported
 formats. 
 | 
FileFormat | 
HObject.getFileFormat() | 
 Returns the file that contains the object. 
 | 
static FileFormat[] | 
FileFormat.getFileFormats() | 
 Returns an array of supported FileFormat instances. 
 | 
static FileFormat | 
FileFormat.getInstance(String filename) | 
 Creates a FileFormat instance for the specified file. 
 | 
FileFormat | 
FileFormat.open(String pathname,
int access) | 
 Deprecated.
 
 | 
static FileFormat | 
FileFormat.removeFileFormat(String key) | 
 Removes a FileFormat from the list of supported formats. 
 | 
 
Constructors in hdf.object with parameters of type FileFormat
| Constructor | 
Description | 
CompoundDS(FileFormat theFile,
String dsName,
String dsPath) | 
 Constructs a CompoundDS object with the given file, dataset name and path. 
 | 
CompoundDS(FileFormat theFile,
String dsName,
String dsPath,
long[] oid) | 
 Deprecated.
 
 | 
Dataset(FileFormat theFile,
String dsName,
String dsPath) | 
 Constructs a Dataset object with a given file, name and path. 
 | 
Dataset(FileFormat theFile,
String dsName,
String dsPath,
long[] oid) | 
 Deprecated.
 
 | 
Datatype(FileFormat theFile,
int tclass,
int tsize,
int torder,
int tsign,
Datatype tbase,
Datatype pbase) | 
 Constructs a Datatype with specified class, size, byte order and sign. 
 | 
Datatype(FileFormat theFile,
long tid) | 
 Constructs a Datatype with a given native datatype identifier. 
 | 
Datatype(FileFormat theFile,
long tid,
Datatype pbase) | 
 Constructs a Datatype with a given native datatype identifier. 
 | 
Datatype(FileFormat theFile,
String typeName,
String typePath) | 
 Constructs a named datatype with a given file, name and path. 
 | 
Datatype(FileFormat theFile,
String typeName,
String typePath,
long[] oid) | 
 Deprecated.
 
 | 
Group(FileFormat theFile,
String grpName,
String grpPath,
Group grpParent) | 
 Constructs an instance of the group with specific name, path and parent
 group. 
 | 
Group(FileFormat theFile,
String grpName,
String grpPath,
Group grpParent,
long[] oid) | 
 Deprecated.
 
 | 
HObject(FileFormat theFile,
String theName,
String thePath) | 
 Constructs an instance of a data object with specific name and path. 
 | 
HObject(FileFormat theFile,
String theName,
String thePath,
long[] oid) | 
 Deprecated. 
 | 
ScalarDS(FileFormat theFile,
String theName,
String thePath) | 
 Constructs an instance of a ScalarDS with specific name and path. 
 | 
ScalarDS(FileFormat theFile,
String theName,
String thePath,
long[] oid) | 
 Deprecated.
 
 | 
 
 
- 
Constructors in hdf.object.fits with parameters of type FileFormat
| Constructor | 
Description | 
FitsDataset(FileFormat fileFormat,
nom.tam.fits.BasicHDU hdu,
String dName,
long[] oid) | 
 Constructs an FitsDataset object with specific netcdf variable. 
 | 
FitsGroup(FileFormat fileFormat,
String name,
String path,
Group parent,
long[] theID) | 
 Constructs an HDF5 group with specific name, path, and parent. 
 | 
 
 
- 
Methods in hdf.object.h4 that return FileFormat
| Modifier and Type | 
Method | 
Description | 
FileFormat | 
H4File.createFile(String filename,
int createFlag) | 
 Creates an HDF4 file with the specified name and returns a new H4File
 instance associated with the file. 
 | 
FileFormat | 
H4File.createInstance(String filename,
int access) | 
 Creates an H4File instance with specified file name and access. 
 | 
 
Constructors in hdf.object.h4 with parameters of type FileFormat
| Constructor | 
Description | 
H4GRImage(FileFormat theFile,
String name,
String path) | 
  | 
H4GRImage(FileFormat theFile,
String name,
String path,
long[] oid) | 
 Creates a H4GRImage object with specific name, path, and object ID. 
 | 
H4Group(FileFormat theFile,
String name,
String path,
Group parent) | 
  | 
H4Group(FileFormat theFile,
String name,
String path,
Group parent,
long[] oid) | 
 Creates a group object with specific name, path, and parent. 
 | 
H4SDS(FileFormat theFile,
String name,
String path) | 
  | 
H4SDS(FileFormat theFile,
String name,
String path,
long[] oid) | 
 Creates an H4SDS object with specific name and path. 
 | 
H4Vdata(FileFormat theFile,
String name,
String path) | 
  | 
H4Vdata(FileFormat theFile,
String name,
String path,
long[] oid) | 
 Creates an H4Vdata object with specific name and path. 
 | 
 
 
- 
Subclasses of FileFormat in hdf.object.h5
| Modifier and Type | 
Class | 
Description | 
class  | 
H5File | 
 H5File is an implementation of the FileFormat class for HDF5 files. 
 | 
 
Methods in hdf.object.h5 that return FileFormat
| Modifier and Type | 
Method | 
Description | 
FileFormat | 
H5File.createFile(String filename,
int createFlag) | 
 Creates an HDF5 file with the specified name and returns a new H5File instance associated with the file. 
 | 
FileFormat | 
H5File.createInstance(String filename,
int access) | 
 Creates an H5File instance with specified file name and access. 
 | 
 
Constructors in hdf.object.h5 with parameters of type FileFormat
| Constructor | 
Description | 
H5CompoundDS(FileFormat theFile,
String theName,
String thePath) | 
 Constructs an instance of a HDF5 compound dataset with given file, dataset name and path. 
 | 
H5CompoundDS(FileFormat theFile,
String theName,
String thePath,
long[] oid) | 
 Deprecated.
 
 | 
H5Datatype(FileFormat theFile,
long nativeID) | 
 Constructs a Datatype with a given native datatype identifier. 
 | 
H5Datatype(FileFormat theFile,
long nativeID,
Datatype pbase) | 
 Constructs a Datatype with a given native datatype identifier. 
 | 
H5Datatype(FileFormat theFile,
String name,
String path) | 
 Constructs an named HDF5 data type object for a given file, dataset name and group path. 
 | 
H5Datatype(FileFormat theFile,
String name,
String path,
long[] oid) | 
 Deprecated.
 
 | 
H5Group(FileFormat theFile,
String name,
String path,
Group parent) | 
 Constructs an HDF5 group with specific name, path, and parent. 
 | 
H5Group(FileFormat theFile,
String name,
String path,
Group parent,
long[] oid) | 
 Deprecated.
 
 | 
H5Link(FileFormat theFile,
String name,
String path) | 
 Constructs an HDF5 link with specific name, path, and parent. 
 | 
H5Link(FileFormat theFile,
String theName,
String thePath,
long[] oid) | 
  | 
H5ScalarDS(FileFormat theFile,
String theName,
String thePath) | 
 Constructs an instance of a H5 scalar dataset with given file, dataset name and path. 
 | 
H5ScalarDS(FileFormat theFile,
String theName,
String thePath,
long[] oid) | 
 Deprecated.
 
 | 
 
 
- 
Constructors in hdf.object.nc2 with parameters of type FileFormat
| Constructor | 
Description | 
NC2Dataset(FileFormat fileFormat,
ucar.nc2.Variable ncDataset,
long[] oid) | 
 Constructs an NC2Dataset object with specific netcdf variable. 
 | 
NC2Group(FileFormat fileFormat,
String name,
String path,
Group parent,
long[] theID) | 
 Constructs an NC2 group with specific name, path, and parent. 
 | 
 
 
- 
Method parameters in hdf.view with type arguments of type FileFormat
| Modifier and Type | 
Method | 
Description | 
static FileFormat | 
Tools.createNewFile(String filename,
String dir,
String type,
List<FileFormat> openFiles) | 
 Create a new HDF file with default file creation properties 
 | 
 
 
- 
 
- 
 
 
createFile(String, int)