Uses of Class
hdf.object.Group
Package
Description
-
Uses of Group in hdf.object
Modifier and TypeFieldDescriptionprotected Group
Group.parent
The parent group where this group is located.Modifier and TypeMethodDescriptionabstract Group
FileFormat.createGroup
(String name, Group parentGroup) Creates a new group with specified name in existing group.FileFormat.createGroup
(String name, Group pgroup, long... gplist) Creates a new group with specified name in existing group.final Group
Group.getParent()
Get the parent group.Modifier and TypeMethodDescriptionDeprecated.Not implemented for compound dataset.abstract Dataset
Creates a new dataset and writes the data buffer to the new dataset.final HObject
Deprecated.As of 2.4, replaced byFileFormat.copy(HObject, Group, String)
To mimic the behavior originally provided by this method, call the replacement method withnull
as the 3rd parameter.abstract HObject
Copies the source object to a new destination.FileFormat.createCompoundDS
(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data) Creates a new compound dataset in a file with/without chunking and compression.final Dataset
FileFormat.createCompoundDS
(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data) Deprecated.As of 2.4, replaced byFileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:maxdims, chunks,
andgzip
.abstract Group
FileFormat.createGroup
(String name, Group parentGroup) Creates a new group with specified name in existing group.FileFormat.createGroup
(String name, Group pgroup, long... gplist) Creates a new group with specified name in existing group.abstract Dataset
FileFormat.createImage
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data) Creates a new image in a file.FileFormat.createLink
(Group parentGroup, String name, HObject currentObj, int type) Creates a soft, hard or external link to an existing object in the open file.FileFormat.createLink
(Group linkGroup, String name, Object currentObj) Creates a link to an existing object in the open file.FileFormat.createLink
(Group parentGroup, String name, String currentObj, int type) Creates a soft or external link to an object in a file that does not exist at the time the link is created.FileFormat.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data) Creates a new dataset in a file with/without chunking/compression.abstract Dataset
FileFormat.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) Creates a new dataset in a file with/without chunking/compression.ModifierConstructorDescriptionGroup
(FileFormat theFile, String grpName, String grpPath, Group grpParent) Constructs an instance of the group with specific name, path and parent group.Group
(FileFormat theFile, String grpName, String grpPath, Group grpParent, long[] oid) Deprecated.Not for public use in the future.
UsingGroup(FileFormat, String, String, Group)
-
Uses of Group in hdf.object.fits
Modifier and TypeClassDescriptionclass
An H5Group represents HDF5 group, inheriting from Group.Modifier and TypeMethodDescriptionstatic FitsDataset
FitsDataset.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data) Creates a new dataset.static FitsGroup
Creates a new group.FitsFile.createGroup
(String name, Group pgroup) FitsFile.createImage
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data) FitsFile.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) ModifierConstructorDescriptionFitsGroup
(FileFormat fileFormat, String name, String path, Group parent, long[] theID) Constructs an HDF5 group with specific name, path, and parent. -
Uses of Group in hdf.object.h4
Modifier and TypeClassDescriptionclass
An H4Group is a vgroup in HDF4, inheriting from Group.Modifier and TypeMethodDescriptionCopy an object to a group.static H4GRImage
H4GRImage.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data) Creates a new image.static H4Group
Creates a new group.static H4SDS
H4SDS.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data) Creates a new dataset.static H4SDS
H4SDS.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) Creates a new dataset.H4File.createGroup
(String name, Group pgroup) H4File.createImage
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data) H4File.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) ModifierConstructorDescriptionH4Group
(FileFormat theFile, String name, String path, Group parent) Creates a group object with specific name, path, and parent.H4Group
(FileFormat theFile, String name, String path, Group parent, long[] oid) Creates a group object with specific name, path, parent and oid. -
Uses of Group in hdf.object.h5
Modifier and TypeClassDescriptionclass
An H5Group object represents an existing HDF5 group in file.Modifier and TypeMethodDescriptionH5File.createGroup
(String name, Group pgroup) Creates a new group with specified name in existing group.H5File.createGroup
(String name, Group pgroup, long... gplist) Creates a new group with specified name in existing group and with the group creation properties list, gplist.Modifier and TypeMethodDescriptionstatic Dataset
H5CompoundDS.create
(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, Object data) Creates a simple compound dataset in a file with/without chunking and compression.static Dataset
H5CompoundDS.create
(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberRanks, long[][] memberDims, Object data) Deprecated.Not for public use in the future.static Dataset
H5CompoundDS.create
(String name, Group pgroup, long[] dims, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data) Deprecated.Not for public use in the future.static H5Group
Creates a new group with a name in a group and with the group creation properties specified in gplist.static Dataset
H5ScalarDS.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data) Creates a scalar dataset in a file with/without chunking and compression.static Dataset
H5ScalarDS.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) Creates a scalar dataset in a file with/without chunking and compression.H5File.createCompoundDS
(String name, Group pgroup, long[] dims, long[] maxdims, long[] chunks, int gzip, String[] memberNames, Datatype[] memberDatatypes, int[] memberSizes, Object data) H5File.createGroup
(String name, Group pgroup) Creates a new group with specified name in existing group.H5File.createGroup
(String name, Group pgroup, long... gplist) Creates a new group with specified name in existing group and with the group creation properties list, gplist.H5File.createImage
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int interlace, Object data) H5File.createLink
(Group parentGroup, String name, HObject currentObj, int lType) Creates a link to an object in the open file.H5File.createLink
(Group parentGroup, String name, Object currentObj) H5File.createLink
(Group parentGroup, String name, String currentObj, int lType) Creates a soft or external link to object in a file that does not exist at the time the link is created.H5File.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) void
H5File.reloadTree
(Group g) reload the sub-tree structure from file.ModifierConstructorDescriptionH5Group
(FileFormat theFile, String theName, String thePath, Group theParent) Constructs an HDF5 group with specific name, path, and parent.H5Group
(FileFormat theFile, String theName, String thePath, Group theParent, long[] oid) Deprecated.Not for public use in the future.
UsingH5Group(FileFormat, String, String, Group)
-
Uses of Group in hdf.object.nc2
Modifier and TypeClassDescriptionclass
An NC2Group represents NetCDF3 group, inheriting from Group.Modifier and TypeMethodDescriptionstatic NC2Dataset
NC2Dataset.create
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object data) Creates a new dataset.static NC2Group
Creates a new group.NC2File.createGroup
(String name, Group pgroup) NC2File.createImage
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, int ncomp, int intelace, Object data) NC2File.createScalarDS
(String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, Object fillValue, Object data) ModifierConstructorDescriptionNC2Group
(FileFormat fileFormat, String name, String path, Group parent, long[] theID) Constructs an NC2 group with specific name, path, and parent. -
Uses of Group in hdf.view.dialog
Modifier and TypeMethodDescriptionNewDataObjectDialog.getParentGroup()
Get the parent group of the new dataset.NewLinkDialog.getParentGroup()
Get the parent group of the new dataset.ModifierConstructorDescriptionNewCompoundDatasetDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewCompoundDatasetDialog with specified list of possible parent groups.NewDatasetDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewDatasetDialog with specified list of possible parent groups.NewDatasetDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs, DataView observer) Constructs a NewDatasetDialog with specified list of possible parent groups.NewDatatypeDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewDatatypeDialog with specified list of possible parent groups.NewGroupDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewGroupDialog with specified list of possible parent groups.NewImageDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewImageDialog with specified list of possible parent groups.NewLinkDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs, List<FileFormat> files) Constructs a NewLinkDialog with specified list of possible parent groups. -
Uses of Group in hdf.view.TreeView
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.TreeItem
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.org.eclipse.swt.widgets.TreeItem
Adds an already created HObject to the tree under the TreeItem containing the specified parent group.