Uses of Class
ncsa.hdf.object.Group

Packages that use Group
ncsa.hdf.object   
ncsa.hdf.object.fits   
ncsa.hdf.object.h4   
ncsa.hdf.object.h5   
ncsa.hdf.object.nc2   
ncsa.hdf.view   
org.dawb.hdf5   
 

Uses of Group in ncsa.hdf.object
 

Methods in ncsa.hdf.object that return Group
abstract  Group FileFormat.createGroup(java.lang.String name, Group parentGroup)
          Creates a new group with specified name in existing group.
 Group FileFormat.createGroup(java.lang.String name, Group pgroup, int... gplist)
          Creates a new group with specified name in existing group.
 Group Group.getParent()
          Returns the parent group.
 

Methods in ncsa.hdf.object with parameters of type Group
abstract  Dataset Dataset.copy(Group pgroup, java.lang.String name, long[] dims, java.lang.Object data)
          Creates a new dataset and writes the data buffer to the new dataset.
 Dataset CompoundDS.copy(Group pgroup, java.lang.String name, long[] dims, java.lang.Object data)
          Deprecated. Not implemented for compound dataset.
 javax.swing.tree.TreeNode FileFormat.copy(HObject srcObj, Group dstGroup)
          Deprecated. As of 2.4, replaced by FileFormat.copy(HObject, Group, String)

To mimic the behavior originally provided by this method, call the replacement method with null as the 3rd parameter.

abstract  javax.swing.tree.TreeNode FileFormat.copy(HObject srcObj, Group dstGroup, java.lang.String dstName)
          Copies the source object to a new destination.
 Dataset FileFormat.createCompoundDS(java.lang.String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, java.lang.Object data)
          Creates a new compound dataset in a file with/without chunking and compression.
 Dataset FileFormat.createCompoundDS(java.lang.String name, Group pgroup, long[] dims, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, java.lang.Object data)
          Deprecated. As of 2.4, replaced by FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)

The replacement method has additional parameters: maxdims, chunks, and gzip. To mimic the behavior originally provided by this method, call the replacement method with the following parameter list: ( name, pgroup, dims, null, null, -1, memberNames, memberDatatypes, memberSizes, data );

abstract  Group FileFormat.createGroup(java.lang.String name, Group parentGroup)
          Creates a new group with specified name in existing group.
 Group FileFormat.createGroup(java.lang.String name, Group pgroup, int... gplist)
          Creates a new group with specified name in existing group.
abstract  Dataset FileFormat.createImage(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, java.lang.Object data)
          Creates a new image in a file.
 HObject FileFormat.createLink(Group parentGroup, java.lang.String name, HObject currentObj, int type)
          Creates a soft, hard or external link to an existing object in the open file.
 HObject FileFormat.createLink(Group linkGroup, java.lang.String name, java.lang.Object currentObj)
          Creates a link to an existing object in the open file.
 HObject FileFormat.createLink(Group parentGroup, java.lang.String name, java.lang.String currentObj, int type)
          Creates a soft or external links to objects in a file that do not exist at the time the link is created.
abstract  Dataset FileFormat.createScalarDS(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset in a file with/without chunking/compression.
 

Constructors in ncsa.hdf.object with parameters of type Group
Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent)
          Constructs an instance of the group with specific name, path and parent group.
Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent, long[] oid)
          Deprecated. Not for public use in the future.
Using Group(FileFormat, String, String, Group)
 

Uses of Group in ncsa.hdf.object.fits
 

Subclasses of Group in ncsa.hdf.object.fits
 class FitsGroup
          An H5Group represents HDF5 group, inheriting from Group.
 

Methods in ncsa.hdf.object.fits that return Group
 Group FitsFile.createGroup(java.lang.String name, Group pgroup)
           
 

Methods in ncsa.hdf.object.fits with parameters of type Group
 Dataset FitsDataset.copy(Group pgroup, java.lang.String dstName, long[] dims, java.lang.Object buff)
           
 javax.swing.tree.TreeNode FitsFile.copy(HObject srcObj, Group dstGroup, java.lang.String dstName)
           
static FitsGroup FitsGroup.create(java.lang.String name, Group pgroup)
          Creates a new group.
static FitsDataset FitsDataset.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset.
 Group FitsFile.createGroup(java.lang.String name, Group pgroup)
           
 Dataset FitsFile.createImage(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, java.lang.Object data)
           
 Dataset FitsFile.createScalarDS(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
           
 

Constructors in ncsa.hdf.object.fits with parameters of type Group
FitsGroup(FileFormat fileFormat, java.lang.String name, java.lang.String path, Group parent, long[] theID)
          Constructs an HDF5 group with specific name, path, and parent.
 

Uses of Group in ncsa.hdf.object.h4
 

Subclasses of Group in ncsa.hdf.object.h4
 class H4Group
          An H4Group is a vgroup in HDF4, inheriting from Group.
 

Methods in ncsa.hdf.object.h4 that return Group
 Group H4File.createGroup(java.lang.String name, Group pgroup)
           
 

Methods in ncsa.hdf.object.h4 with parameters of type Group
 Dataset H4GRImage.copy(Group pgroup, java.lang.String dname, long[] dims, java.lang.Object buff)
           
 Dataset H4SDS.copy(Group pgroup, java.lang.String dname, long[] dims, java.lang.Object buff)
           
 javax.swing.tree.TreeNode H4File.copy(HObject srcObj, Group dstGroup, java.lang.String dstName)
          Copy an object to a group.
static H4Group H4Group.create(java.lang.String name, Group pgroup)
          Creates a new group.
static H4GRImage H4GRImage.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, java.lang.Object data)
          Creates a new image.
static H4SDS H4SDS.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset.
 Group H4File.createGroup(java.lang.String name, Group pgroup)
           
 Dataset H4File.createImage(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, java.lang.Object data)
           
 Dataset H4File.createScalarDS(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
           
 

Constructors in ncsa.hdf.object.h4 with parameters of type Group
H4Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent)
           
H4Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent, long[] oid)
          Creates a group object with specific name, path, and parent.
 

Uses of Group in ncsa.hdf.object.h5
 

Subclasses of Group in ncsa.hdf.object.h5
 class H5Group
          An H5Group object represents an existing HDF5 group in file.
 

Methods in ncsa.hdf.object.h5 that return Group
 Group H5File.createGroup(java.lang.String name, Group pgroup)
          Creates a new group with specified name in existing group.
 Group H5File.createGroup(java.lang.String name, Group pgroup, int... gplist)
          Creates a new group with specified name in existing group and with the group creation properties list, gplist.
 

Methods in ncsa.hdf.object.h5 with parameters of type Group
 Dataset H5ScalarDS.copy(Group pgroup, java.lang.String dstName, long[] dims, java.lang.Object buff)
           
 javax.swing.tree.TreeNode H5File.copy(HObject srcObj, Group dstGroup, java.lang.String dstName)
           
static H5ScalarDS H5ScalarDS.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset in a file.
static H5Group H5Group.create(java.lang.String name, Group pgroup, int... gplist)
          Creates a new group with a name in a group and with the group creation properties specified in gplist.
static Dataset H5CompoundDS.create(java.lang.String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, java.lang.Object data)
          Creates a simple compound dataset in a file with/without chunking and compression
static Dataset H5CompoundDS.create(java.lang.String name, Group pgroup, long[] dims, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, java.lang.Object data)
          Deprecated. Not for public use in the future.
Using #create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
static Dataset H5CompoundDS.create(java.lang.String name, Group pgroup, long[] dims, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, java.lang.Object data)
          Deprecated. Not for public use in the future.
Using #create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
 Dataset H5File.createCompoundDS(java.lang.String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, java.lang.Object data)
           
 Group H5File.createGroup(java.lang.String name, Group pgroup)
          Creates a new group with specified name in existing group.
 Group H5File.createGroup(java.lang.String name, Group pgroup, int... gplist)
          Creates a new group with specified name in existing group and with the group creation properties list, gplist.
 Dataset H5File.createImage(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, java.lang.Object data)
           
 HObject H5File.createLink(Group parentGroup, java.lang.String name, HObject currentObj, int lType)
          Creates a link to an object in the open file.
 HObject H5File.createLink(Group parentGroup, java.lang.String name, java.lang.Object currentObj)
           
 HObject H5File.createLink(Group parentGroup, java.lang.String name, java.lang.String currentObj, int lType)
          Creates a soft or external links to objects in a file that do not exist at the time the link is created.
 Dataset H5File.createScalarDS(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
           
 void H5File.reloadTree(Group g)
          reload the sub-tree structure from file.
 

Constructors in ncsa.hdf.object.h5 with parameters of type Group
H5Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent)
          Constructs an HDF5 group with specific name, path, and parent.
H5Group(FileFormat theFile, java.lang.String name, java.lang.String path, Group parent, long[] oid)
          Deprecated. Not for public use in the future.
Using H5Group.H5Group(FileFormat, String, String, Group)
 

Uses of Group in ncsa.hdf.object.nc2
 

Subclasses of Group in ncsa.hdf.object.nc2
 class NC2Group
          An H5Group represents HDF5 group, inheriting from Group.
 

Methods in ncsa.hdf.object.nc2 that return Group
 Group NC2File.createGroup(java.lang.String name, Group pgroup)
           
 

Methods in ncsa.hdf.object.nc2 with parameters of type Group
 Dataset NC2Dataset.copy(Group pgroup, java.lang.String dstName, long[] dims, java.lang.Object buff)
           
 javax.swing.tree.TreeNode NC2File.copy(HObject srcObj, Group dstGroup, java.lang.String dstName)
           
static NC2Group NC2Group.create(java.lang.String name, Group pgroup)
          Creates a new group.
static NC2Dataset NC2Dataset.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset.
 Group NC2File.createGroup(java.lang.String name, Group pgroup)
           
 Dataset NC2File.createImage(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, java.lang.Object data)
           
 Dataset NC2File.createScalarDS(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
           
 

Constructors in ncsa.hdf.object.nc2 with parameters of type Group
NC2Group(FileFormat fileFormat, java.lang.String name, java.lang.String path, Group parent, long[] theID)
          Constructs an HDF5 group with specific name, path, and parent.
 

Uses of Group in ncsa.hdf.view
 

Methods in ncsa.hdf.view that return Group
 Group NewLinkDialog.getParentGroup()
          Returns the parent group of the new dataset.
 Group NewDatasetDialog.getParentGroup()
          Returns the parent group of the new dataset.
 Group NewDatatypeDialog.getParentGroup()
          Returns the parent group of the new dataset.
 Group NewImageDialog.getParentGroup()
          Returns the parent group of the new dataset.
 Group NewGroupDialog.getParentGroup()
          Returns the parent group of the new group.
 Group NewTableDataDialog.getParentGroup()
          Returns the parent group of the new dataset.
 

Methods in ncsa.hdf.view with parameters of type Group
 void TreeView.addObject(HObject newObject, Group parentGroup)
          Adds a new data object to the file.
 void DefaultTreeView.addObject(HObject newObject, Group parentGroup)
          Adds a new data object to the file.
 

Constructors in ncsa.hdf.view with parameters of type Group
NewDatasetDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs)
          Constructs NewDatasetDialog with specified list of possible parent groups.
NewDatasetDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs, DataView observer)
          Constructs NewDatasetDialog with specified list of possible parent groups.
NewDatatypeDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs)
          Constructs NewDatatypeDialog with specified list of possible parent groups.
NewGroupDialog(java.awt.Frame owner, Group pGroup, java.util.List<?> objs)
          Constructs NewGroupDialog with specified list of possible parent groups.
NewImageDialog(java.awt.Frame owner, Group pGroup, java.util.List objs)
          Constructs NewImageDialog with specified list of possible parent groups.
NewLinkDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs)
          Constructs NewLinkDialog with specified list of possible parent groups.
NewTableDataDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs)
          Constructs NewTableDataDialog with specified list of possible parent groups.
 

Uses of Group in org.dawb.hdf5
 

Methods in org.dawb.hdf5 that return Group
 Group IHierarchicalDataFile.getRoot()
          Return the root Group
 Group IHierarchicalDataFile.group(java.lang.String name)
          A group at the top level, creating one if it does not exist.
 Group IHierarchicalDataFile.group(java.lang.String name, Group parent)
          A group in this parent, creating one if it does not exist.
 

Methods in org.dawb.hdf5 with parameters of type Group
 Dataset IHierarchicalDataFile.createDataset(java.lang.String name, Datatype dtype, long[] shape, java.lang.Object buffer, Group data)
          Creates and returns a new dataset with the given name and parent If it already exists then an integer will be appended to the name and it will still be written.
 Dataset IHierarchicalDataFile.createDataset(java.lang.String name, java.lang.String value, Group parent)
          Creates and returns a new dataset with the given name and parent If it already exists then an integer will be appended to the name and it will still be written.
 Group IHierarchicalDataFile.group(java.lang.String name, Group parent)
          A group in this parent, creating one if it does not exist.