Modifier and Type | Field and Description |
---|---|
private HDF |
hdf |
private int |
num_globalAttrs |
private int |
num_SDdatasets |
private int |
sd_id |
Modifier and Type | Method and Description |
---|---|
void |
close() |
HDFDimension |
diminfo(int dim_id) |
int |
endaccess(int sds_id) |
int |
findattr(String name) |
int |
getNumberGlobalAttrs() |
int |
getNumberSDdatasets() |
static void |
main(String[] args) |
int |
nametoindex(String name) |
HDFArray |
readattr(int attr_index) |
HDFVariable |
select(int sds_idx) |
private int sd_id
private int num_SDdatasets
private int num_globalAttrs
public HDFVariable select(int sds_idx) throws Exception
Exception
public int nametoindex(String name) throws Exception
Exception
public HDFDimension diminfo(int dim_id) throws Exception
Exception
public int getNumberSDdatasets()
public int getNumberGlobalAttrs()