public class HDF5GroupAdapted extends HDF5Group implements HDF5DataAdaptable
| Constructor and Description |
|---|
HDF5GroupAdapted()
Constructs an HDF5Group
|
HDF5GroupAdapted(int loc_id,
String name)
Opens an existing HDF5 Group.
|
HDF5GroupAdapted(int loc_id,
String gname,
int name_length)
Creates a new HDF5 Group.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
getAdaptedData() |
DataImpl |
getAdaptedData(int[] indexes) |
HDF5DataAdaptable |
getElement(int i) |
MathType |
getMathType() |
void |
init()
initailize the HDF5GroupAdapted: fill the members of the group
|
addMember, contains, finalize, getMemberAt, getMemberCount, getMembers, getParent, isEmpty, isRoot, removeMember, removeMemberAt, setParent, toStringgetDescription, getID, getName, getShortName, getType, setID, setShortName, setTypepublic HDF5GroupAdapted()
public HDF5GroupAdapted(int loc_id,
String gname,
int name_length)
throws HDF5Exception
loc_id - The file or group identifier.gname - The absolute or relative name of the new group.name_length - The maximum length of the name.HDF5Exceptionpublic HDF5GroupAdapted(int loc_id,
String name)
throws HDF5Exception
loc_id - The file or group identifier..name - The absolute or relative name of the new group..HDF5Exceptionpublic void init()
throws HDF5Exception
init in class HDF5ObjectHDF5Exceptionpublic 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 HDF5DataAdaptableVisADExceptionRemoteExceptionpublic HDF5DataAdaptable getElement(int i)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.