public class HDF5DatasetAdapted extends HDF5Dataset implements HDF5DataAdaptable
count, data, dataspace, datatype, dims, maxdims, member_names, rank| Constructor and Description |
|---|
HDF5DatasetAdapted()
Constructs a HDF5DatasetAdapted
|
HDF5DatasetAdapted(int loc_id,
String set_name)
Opens a HDF5DatasetAdapted
|
HDF5DatasetAdapted(int loc_id,
String set_name,
int type_id,
int space_id,
int create_plist_id)
Creates a dataset at the specified location
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
getAdaptedData() |
DataImpl |
getAdaptedData(int[] indexes) |
MathType |
getMathType() |
void |
init()
initialize the HDF5DatasetAdapte:
Set the domain.
|
convertUnsignedData, finalize, getCount, getData, getDataspace, getDatatype, getDims, getMaxdims, getRank, readData, readData, toString, writeData, writeDatagetDescription, getID, getName, getShortName, getType, setID, setShortName, setTypepublic HDF5DatasetAdapted()
public HDF5DatasetAdapted(int loc_id,
String set_name,
int type_id,
int space_id,
int create_plist_id)
loc_id - Identifier of the file or group to create the dataset within.set_name - The name of the dataset to create.type_id - Identifier of the datatype to use when creating the dataset.space_id - Identifier of the dataspace to use when creating the dataset.create_plist_id - Identifier of the set creation property list.public HDF5DatasetAdapted(int loc_id,
String set_name)
loc_id - A file, group, or datatype identifier.set_name - A datatset name.public void init()
throws HDF5Exception
init in class HDF5DatasetHDF5Exceptionpublic MathType getMathType() throws VisADException
getMathType in interface HDF5DataAdaptableVisADExceptionpublic DataImpl getAdaptedData() throws VisADException, RemoteException
getAdaptedData in interface HDF5DataAdaptableVisADExceptionRemoteExceptionpublic DataImpl getAdaptedData(int[] indexes) throws VisADException, RemoteException
getAdaptedData in interface HDF5DataAdaptableVisADExceptionRemoteExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.