visad.data.hdf5
Class HDF5GroupAdapted
- java.lang.Object
-
- visad.data.hdf5.hdf5objects.HDF5Object
-
- visad.data.hdf5.hdf5objects.HDF5Group
-
- visad.data.hdf5.HDF5GroupAdapted
-
- All Implemented Interfaces:
- java.io.Serializable, HDF5DataAdaptable
public class HDF5GroupAdapted extends HDF5Group implements HDF5DataAdaptable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description HDF5GroupAdapted()Constructs an HDF5GroupHDF5GroupAdapted(int loc_id, java.lang.String name)Opens an existing HDF5 Group.HDF5GroupAdapted(int loc_id, java.lang.String gname, int name_length)Creates a new HDF5 Group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DataImplgetAdaptedData()DataImplgetAdaptedData(int[] indexes)HDF5DataAdaptablegetElement(int i)MathTypegetMathType()voidinit()initailize the HDF5GroupAdapted: fill the members of the group-
Methods inherited from class visad.data.hdf5.hdf5objects.HDF5Group
addMember, contains, getMemberAt, getMemberCount, getMembers, getParent, isEmpty, isRoot, removeMember, removeMemberAt, setParent, toString
-
Methods inherited from class visad.data.hdf5.hdf5objects.HDF5Object
getDescription, getID, getName, getShortName, getType, setID, setShortName, setType
-
-
-
-
Constructor Detail
-
HDF5GroupAdapted
public HDF5GroupAdapted()
Constructs an HDF5Group
-
HDF5GroupAdapted
public HDF5GroupAdapted(int loc_id, java.lang.String gname, int name_length) throws ncsa.hdf.hdf5lib.exceptions.HDF5ExceptionCreates a new HDF5 Group.- Parameters:
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.- Throws:
ncsa.hdf.hdf5lib.exceptions.HDF5Exception
-
HDF5GroupAdapted
public HDF5GroupAdapted(int loc_id, java.lang.String name) throws ncsa.hdf.hdf5lib.exceptions.HDF5ExceptionOpens an existing HDF5 Group.- Parameters:
loc_id- The file or group identifier..name- The absolute or relative name of the new group..- Throws:
ncsa.hdf.hdf5lib.exceptions.HDF5Exception
-
-
Method Detail
-
init
public void init() throws ncsa.hdf.hdf5lib.exceptions.HDF5Exceptioninitailize the HDF5GroupAdapted: fill the members of the group- Overrides:
initin classHDF5Object- Throws:
ncsa.hdf.hdf5lib.exceptions.HDF5Exception
-
getMathType
public MathType getMathType() throws VisADException
- Specified by:
getMathTypein interfaceHDF5DataAdaptable- Throws:
VisADException
-
getAdaptedData
public DataImpl getAdaptedData() throws VisADException, java.rmi.RemoteException
- Specified by:
getAdaptedDatain interfaceHDF5DataAdaptable- Throws:
VisADExceptionjava.rmi.RemoteException
-
getAdaptedData
public DataImpl getAdaptedData(int[] indexes) throws VisADException, java.rmi.RemoteException
- Specified by:
getAdaptedDatain interfaceHDF5DataAdaptable- Throws:
VisADExceptionjava.rmi.RemoteException
-
getElement
public HDF5DataAdaptable getElement(int i)
-
-
DMelt 3.0 © DataMelt by jWork.ORG