Package | Description |
---|---|
hdf.object | |
hdf.object.h4 | |
hdf.object.h5 | |
hdf.view |
Modifier and Type | Field and Description |
---|---|
protected Group |
Group.parent
The parent group where this group is located.
|
Modifier and Type | Method and 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,
int... gplist)
Creates a new group with specified name in existing group.
|
Group |
Group.getParent() |
Modifier and Type | Method and Description |
---|---|
Dataset |
CompoundDS.copy(Group pgroup,
String name,
long[] dims,
Object data)
Deprecated.
Not implemented for compound dataset.
|
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.
|
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 |
abstract TreeNode |
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.
As of 2.4, replaced by
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:
|
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,
int... 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.
|
Constructor and Description |
---|
Group(FileFormat theFile,
String name,
String path,
Group parent)
Constructs an instance of the group with specific name, path and parent
group.
|
Group(FileFormat theFile,
String name,
String path,
Group parent,
long[] oid)
Deprecated.
Not for public use in the future.
Using Group(FileFormat, String, String, Group) |
Modifier and Type | Class and Description |
---|---|
class |
H4Group
An H4Group is a vgroup in HDF4, inheriting from Group.
|
Modifier and Type | Method and Description |
---|---|
Group |
H4File.createGroup(String name,
Group pgroup) |
Modifier and Type | Method and Description |
---|---|
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) |
TreeNode |
H4File.copy(HObject srcObj,
Group dstGroup,
String dstName)
Copy an object to a group.
|
static H4Group |
H4Group.create(String name,
Group pgroup)
Creates a new 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 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) |
Constructor and Description |
---|
H4Group(FileFormat theFile,
String name,
String path,
Group parent) |
H4Group(FileFormat theFile,
String name,
String path,
Group parent,
long[] oid)
Creates a group object with specific name, path, and parent.
|
Modifier and Type | Class and Description |
---|---|
class |
H5Group
An H5Group object represents an existing HDF5 group in file.
|
Modifier and Type | Method and 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,
int... gplist)
Creates a new group with specified name in existing group and with the group creation properties list, gplist.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
H5ScalarDS.copy(Group pgroup,
String dstName,
long[] dims,
Object buff) |
TreeNode |
H5File.copy(HObject srcObj,
Group dstGroup,
String dstName) |
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.
|
static H5Group |
H5Group.create(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(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.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) |
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.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) |
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,
int... 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.
|
Constructor and Description |
---|
H5Group(FileFormat theFile,
String name,
String path,
Group parent)
Constructs an HDF5 group with specific name, path, and parent.
|
H5Group(FileFormat theFile,
String name,
String path,
Group parent,
long[] oid)
Deprecated.
Not for public use in the future.
Using H5Group.H5Group(FileFormat, String, String, Group) |
Modifier and Type | Method and Description |
---|---|
Group |
NewDatasetDialog.getParentGroup() |
Group |
NewDatatypeDialog.getParentGroup() |
Group |
NewGroupDialog.getParentGroup()
Returns the parent group of the new group.
|
Group |
NewImageDialog.getParentGroup()
Returns the parent group of the new dataset.
|
Group |
NewLinkDialog.getParentGroup()
Returns the parent group of the new dataset.
|
Group |
NewTableDataDialog.getParentGroup()
Returns the parent group of the new dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTreeView.addObject(HObject newObject,
Group parentGroup)
Adds a new data object to the file.
|
void |
TreeView.addObject(HObject newObject,
Group parentGroup)
Adds a new data object to the file.
|
Constructor and Description |
---|
NewDatasetDialog(JFrame parent,
Group pGroup,
List<?> objs)
Constructs a NewDatasetDialog with specified list of possible parent
groups.
|
NewDatasetDialog(JFrame owner,
Group pGroup,
List<?> objs,
DataView observer)
Constructs NewDatasetDialog with specified list of possible parent
groups.
|
NewDatatypeDialog(JFrame owner,
Group pGroup,
List<?> objs)
Constructs a NewDatatypeDialog with specified list of possible parent
groups.
|
NewGroupDialog(Frame owner,
Group pGroup,
List<?> objs)
Constructs a NewGroupDialog with specified list of possible parent groups.
|
NewImageDialog(Frame owner,
Group pGroup,
List<?> objs)
Constructs NewImageDialog with specified list of possible parent groups.
|
NewLinkDialog(JFrame owner,
Group pGroup,
List<?> objs)
Constructs NewLinkDialog with specified list of possible parent groups.
|
NewTableDataDialog(JFrame owner,
Group pGroup,
List<?> objs)
Constructs NewTableDataDialog with specified list of possible parent
groups.
|
Copyright © 2017. All Rights Reserved.