Uses of Class
hdf.object.h4.H4SDS

Packages that use H4SDS
Package Description
hdf.object.h4  
  • Uses of H4SDS in hdf.object.h4

    Methods in hdf.object.h4 that return H4SDS
    Modifier and Type Method Description
    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.