-
Fields in hdf.object declared as Group
Modifier and Type |
Field |
Description |
protected Group |
Group.parent |
The parent group where this group is located.
|
Methods in hdf.object that return Group
Modifier and Type |
Method |
Description |
abstract Group |
FileFormat.createGroup(String name,
Group parentGroup) |
Creates a new group with specified name in existing group.
|
Group |
FileFormat.createGroup(String name,
Group pgroup,
long... gplist) |
Creates a new group with specified name in existing group.
|
Group |
Group.getParent() |
|
Methods in hdf.object with parameters of type Group
Modifier and Type |
Method |
Description |
Dataset |
Attribute.copy(Group pgroup,
String name,
long[] dims,
Object data) |
|
Dataset |
CompoundDS.copy(Group pgroup,
String name,
long[] dims,
Object data) |
Deprecated.
|
abstract Dataset |
Dataset.copy(Group pgroup,
String name,
long[] dims,
Object data) |
Creates a new dataset and writes the data buffer to the new dataset.
|
HObject |
FileFormat.copy(HObject srcObj,
Group dstGroup) |
Deprecated.
|
abstract HObject |
FileFormat.copy(HObject srcObj,
Group dstGroup,
String dstName) |
Copies the source object to a new destination.
|
Dataset |
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.
|
Dataset |
FileFormat.createCompoundDS(String name,
Group pgroup,
long[] dims,
String[] memberNames,
Datatype[] memberDatatypes,
int[] memberSizes,
Object data) |
Deprecated.
|
abstract Group |
FileFormat.createGroup(String name,
Group parentGroup) |
Creates a new group with specified name in existing group.
|
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.
|
HObject |
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.
|
HObject |
FileFormat.createLink(Group linkGroup,
String name,
Object currentObj) |
Creates a link to an existing object in the open file.
|
HObject |
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.
|
Dataset |
FileFormat.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object data) |
|
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.
|
Constructors in hdf.object with parameters of type Group
Constructor |
Description |
Group(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.
|
-
Subclasses of Group in hdf.object.fits
Modifier and Type |
Class |
Description |
class |
FitsGroup |
An H5Group represents HDF5 group, inheriting from Group.
|
Methods in hdf.object.fits with parameters of type Group
Modifier and Type |
Method |
Description |
Dataset |
FitsDataset.copy(Group pgroup,
String dstName,
long[] dims,
Object buff) |
|
HObject |
FitsFile.copy(HObject srcObj,
Group dstGroup,
String dstName) |
|
static 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 |
FitsGroup.create(String name,
Group pgroup) |
Creates a new group.
|
Group |
FitsFile.createGroup(String name,
Group pgroup) |
|
Dataset |
FitsFile.createImage(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
int ncomp,
int intelace,
Object data) |
|
Dataset |
FitsFile.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object fillValue,
Object data) |
|
Constructors in hdf.object.fits with parameters of type Group
Constructor |
Description |
FitsGroup(FileFormat fileFormat,
String name,
String path,
Group parent,
long[] theID) |
Constructs an HDF5 group with specific name, path, and parent.
|
-
Subclasses of Group in hdf.object.h4
Modifier and Type |
Class |
Description |
class |
H4Group |
An H4Group is a vgroup in HDF4, inheriting from Group.
|
Methods in hdf.object.h4 with parameters of type Group
Modifier and Type |
Method |
Description |
HObject |
H4File.copy(HObject srcObj,
Group dstGroup,
String dstName) |
Copy an object to a group.
|
Dataset |
H4GRImage.copy(Group pgroup,
String dname,
long[] dims,
Object buff) |
|
Dataset |
H4SDS.copy(Group pgroup,
String dname,
long[] dims,
Object buff) |
|
Dataset |
H4Vdata.copy(Group pgroup,
String name,
long[] dims,
Object data) |
|
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 |
H4Group.create(String name,
Group pgroup) |
Creates a new group.
|
static H4SDS |
H4SDS.create(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object data) |
|
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.
|
Group |
H4File.createGroup(String name,
Group pgroup) |
|
Dataset |
H4File.createImage(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
int ncomp,
int interlace,
Object data) |
|
Dataset |
H4File.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object fillValue,
Object data) |
|
-
Subclasses of Group in hdf.object.h5
Modifier and Type |
Class |
Description |
class |
H5Group |
An H5Group object represents an existing HDF5 group in file.
|
Methods in hdf.object.h5 that return Group
Modifier and Type |
Method |
Description |
Group |
H5File.createGroup(String name,
Group pgroup) |
Creates a new group with specified name in existing group.
|
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.
|
Methods in hdf.object.h5 with parameters of type Group
Modifier and Type |
Method |
Description |
HObject |
H5File.copy(HObject srcObj,
Group dstGroup,
String dstName) |
|
Dataset |
H5ScalarDS.copy(Group pgroup,
String dstName,
long[] dims,
Object buff) |
|
static 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.
|
static Dataset |
H5CompoundDS.create(String name,
Group pgroup,
long[] dims,
String[] memberNames,
Datatype[] memberDatatypes,
int[] memberSizes,
Object data) |
Deprecated.
|
static H5Group |
H5Group.create(String name,
Group pgroup,
long... gplist) |
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) |
|
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.
|
Dataset |
H5File.createCompoundDS(String name,
Group pgroup,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
String[] memberNames,
Datatype[] memberDatatypes,
int[] memberSizes,
Object data) |
|
Group |
H5File.createGroup(String name,
Group pgroup) |
Creates a new group with specified name in existing group.
|
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.
|
Dataset |
H5File.createImage(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
int ncomp,
int interlace,
Object data) |
|
HObject |
H5File.createLink(Group parentGroup,
String name,
HObject currentObj,
int lType) |
Creates a link to an object in the open file.
|
HObject |
H5File.createLink(Group parentGroup,
String name,
Object currentObj) |
|
HObject |
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.
|
Dataset |
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.
|
-
Subclasses of Group in hdf.object.nc2
Modifier and Type |
Class |
Description |
class |
NC2Group |
An NC2Group represents NetCDF3 group, inheriting from Group.
|
Methods in hdf.object.nc2 with parameters of type Group
Modifier and Type |
Method |
Description |
Dataset |
NC2Dataset.copy(Group pgroup,
String dstName,
long[] dims,
Object buff) |
|
HObject |
NC2File.copy(HObject srcObj,
Group dstGroup,
String dstName) |
|
static 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 |
NC2Group.create(String name,
Group pgroup) |
Creates a new group.
|
Group |
NC2File.createGroup(String name,
Group pgroup) |
|
Dataset |
NC2File.createImage(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
int ncomp,
int intelace,
Object data) |
|
Dataset |
NC2File.createScalarDS(String name,
Group pgroup,
Datatype type,
long[] dims,
long[] maxdims,
long[] chunks,
int gzip,
Object fillValue,
Object data) |
|
Constructors in hdf.object.nc2 with parameters of type Group
Constructor |
Description |
NC2Group(FileFormat fileFormat,
String name,
String path,
Group parent,
long[] theID) |
Constructs an NC2 group with specific name, path, and parent.
|
-
Constructors in hdf.view.dialog with parameters of type Group
Constructor |
Description |
NewCompoundDatasetDialog(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) |
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.
|
-
Methods in hdf.view.TreeView with parameters of type Group
Modifier and Type |
Method |
Description |
org.eclipse.swt.widgets.TreeItem |
DefaultTreeView.addObject(HObject obj,
Group parentGroup) |
Adds an already created HObject to the tree under the
TreeItem containing the specified parent group.
|
org.eclipse.swt.widgets.TreeItem |
TreeView.addObject(HObject newObject,
Group parentGroup) |
Adds an already created HObject to the tree under the
TreeItem containing the specified parent group.
|