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, toString
getDescription, getID, getName, getShortName, getType, setID, setShortName, setType
public 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.HDF5Exception
public 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..HDF5Exception
public void init() throws HDF5Exception
init
in class HDF5Object
HDF5Exception
public MathType getMathType() throws VisADException
getMathType
in interface HDF5DataAdaptable
VisADException
public DataImpl getAdaptedData() throws VisADException, RemoteException
getAdaptedData
in interface HDF5DataAdaptable
VisADException
RemoteException
public DataImpl getAdaptedData(int[] indexes) throws VisADException, RemoteException
getAdaptedData
in interface HDF5DataAdaptable
VisADException
RemoteException
public HDF5DataAdaptable getElement(int i)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.