Uses of Class
ncsa.hdf.object.nc2.NC2Dataset

Packages that use NC2Dataset
ncsa.hdf.object.nc2   
 

Uses of NC2Dataset in ncsa.hdf.object.nc2
 

Methods in ncsa.hdf.object.nc2 that return NC2Dataset
static NC2Dataset NC2Dataset.create(java.lang.String name, Group pgroup, Datatype type, long[] dims, long[] maxdims, long[] chunks, int gzip, java.lang.Object data)
          Creates a new dataset.