All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFDeprecated

java.lang.Object
   |
   +----ncsa.hdf.hdflib.HDFLibrary
           |
           +----ncsa.hdf.hdflib.HDFDeprecated

public class HDFDeprecated
extends HDFLibrary

Constructor Index

 o HDFDeprecated()

Method Index

 o DFANaddfds(int, String, int)
 o DFANaddfid(int, String)
 o DFANclear()
 o DFANgetdesc(String, short, short, String[], int)
 o DFANgetdesclen(String, short, short)
 o DFANgetfds(int, String[], int, boolean)
 o DFANgetfds(int, String[], int, int)
 o DFANgetfdslen(int, boolean)
 o DFANgetfdslen(int, int)
 o DFANgetfid(int, String[], int, boolean)
 o DFANgetfid(int, String[], int, int)
 o DFANgetfidlen(int, boolean)
 o DFANgetfidlen(int, int)
 o DFANgetlabel(String, short, short, String[], int)
 o DFANgetlablen(String, short, short)
 o DFANlablist(String, short, short[], String[], int, int, int)
 o DFANlastref()
 o DFANputdesc(String, short, short, String, int)
 o DFANputlabel(String, short, short, String)
 o DFSDadddata(String, int, int[], byte[])
 o DFSDadddata(String, int, int[], Object)
 o DFSDclear()
 o DFSDendslab()
 o DFSDendslice()
 o DFSDgetcal(double[])
 o DFSDgetdata(String, int[], int[], byte[])
 o DFSDgetdata(String, int[], int[], Object)
 o DFSDgetdatalen(int[])
 o DFSDgetdatastrs(String[])
 o DFSDgetdimlen(int, int[])
 o DFSDgetdims(String, int[], int[], int)
 o DFSDgetdimscale(int, int, byte[])
 o DFSDgetdimscale(int, int, Object)
 o DFSDgetdimstrs(int, String[])
 o DFSDgetfillvalue(byte[])
 o DFSDgetfillvalue(Object[])
 o DFSDgetNT(int[])
 o DFSDgetrange(byte[], byte[])
 o DFSDgetrange(double[])
 o DFSDgetslice(String, int[], int[], byte[], int[])
 o DFSDgetslice(String, int[], int[], Object, int[])
 o DFSDlastref()
 o DFSDndatasets(String)
 o DFSDpre32sdg(String, short, boolean)
 o DFSDpre32sdg(String, short, int[])
 o DFSDputdata(String, int, int[], byte[])
 o DFSDputdata(String, int, int[], Object)
 o DFSDputslice(int[], byte[], int[])
 o DFSDputslice(int[], Object, int[])
 o DFSDreadref(String, short)
 o DFSDreadslab(String, int[], int[], int[], byte[], int[])
 o DFSDreadslab(String, int[], int[], int[], Object, int[])
 o DFSDrestart()
 o DFSDsetcal(double, double, double, double, int)
 o DFSDsetdatastrs(String, String, String, String)
 o DFSDsetdims(int, int[])
 o DFSDsetdimscale(int, int, byte[])
 o DFSDsetdimscale(int, int, Object)
 o DFSDsetdimstrs(int, String, String, String)
 o DFSDsetfillvalue(Object)
 o DFSDsetlengths(int, int, int, int)
 o DFSDsetNT(int)
 o DFSDsetrange(byte[], byte[])
 o DFSDsetrange(Object, Object)
 o DFSDstartslab(String)
 o DFSDstartslice(String)
 o DFSDwriteref(String, short)
 o DFSDwriteslab(int[], int[], int[], byte[])
 o DFSDwriteslab(int[], int[], int[], Object)
 o DFUfptoimage(int, int, float, float, float[], float[], float[], byte[], String, int, int, int, int)
 o HEprint(OutputStream, int)
 o Vclose(int)
 o Vopen(String, int, short)
 o VSdump(int)

Constructors

 o HDFDeprecated
 public HDFDeprecated()

Methods

 o DFANaddfds
 public native boolean DFANaddfds(int file_id,
                                  String description,
                                  int desc_len) throws HDFException
 o DFANaddfid
 public native boolean DFANaddfid(int file_id,
                                  String label) throws HDFException
 o DFANclear
 public native boolean DFANclear() throws HDFException
 o DFANgetdesc
 public native boolean DFANgetdesc(String filename,
                                   short tag,
                                   short ref,
                                   String desc_buf[],
                                   int buf_len) throws HDFException
 o DFANgetdesclen
 public native int DFANgetdesclen(String filename,
                                  short tag,
                                  short ref) throws HDFException
 o DFANgetfds
 public native int DFANgetfds(int file_id,
                              String desc_buf[],
                              int buf_len,
                              int isfirst) throws HDFException
 o DFANgetfds
 public int DFANgetfds(int file_id,
                       String desc_buf[],
                       int buf_len,
                       boolean isfirst) throws HDFException
 o DFANgetfdslen
 public native int DFANgetfdslen(int file_id,
                                 int isfirst) throws HDFException
 o DFANgetfdslen
 public int DFANgetfdslen(int file_id,
                          boolean isfirst) throws HDFException
 o DFANgetfid
 public native int DFANgetfid(int file_id,
                              String desc_buf[],
                              int buf_len,
                              int isfirst) throws HDFException
 o DFANgetfid
 public int DFANgetfid(int file_id,
                       String desc_buf[],
                       int buf_len,
                       boolean isfirst) throws HDFException
 o DFANgetfidlen
 public native int DFANgetfidlen(int file_id,
                                 int isfirst) throws HDFException
 o DFANgetfidlen
 public int DFANgetfidlen(int file_id,
                          boolean isfirst) throws HDFException
 o DFANgetlabel
 public native boolean DFANgetlabel(String filename,
                                    short tag,
                                    short ref,
                                    String label_buf[],
                                    int buf_len) throws HDFException
 o DFANgetlablen
 public native int DFANgetlablen(String filename,
                                 short tag,
                                 short ref) throws HDFException
 o DFANlablist
 public native int DFANlablist(String filename,
                               short tag,
                               short ref_list[],
                               String label_list[],
                               int list_len,
                               int label_len,
                               int start_pos) throws HDFException
 o DFANlastref
 public native short DFANlastref() throws HDFException
 o DFANputdesc
 public native boolean DFANputdesc(String filename,
                                   short tag,
                                   short ref,
                                   String description,
                                   int desc_len) throws HDFException
 o DFANputlabel
 public native boolean DFANputlabel(String filename,
                                    short tag,
                                    short ref,
                                    String label) throws HDFException
 o DFSDadddata
 public native boolean DFSDadddata(String filename,
                                   int rank,
                                   int dimsizes[],
                                   byte data[]) throws HDFException
 o DFSDadddata
 public boolean DFSDadddata(String filename,
                            int rank,
                            int dimsizes[],
                            Object theData) throws HDFException
 o DFSDclear
 public native boolean DFSDclear() throws HDFException
 o DFSDendslab
 public native boolean DFSDendslab() throws HDFException
 o DFSDendslice
 public native boolean DFSDendslice() throws HDFException
 o DFSDgetcal
 public native boolean DFSDgetcal(double calInfo[]) throws HDFException
 o DFSDgetdata
 public native boolean DFSDgetdata(String filename,
                                   int rank[],
                                   int dimsizes[],
                                   byte data[]) throws HDFException
 o DFSDgetdata
 public boolean DFSDgetdata(String filename,
                            int rank[],
                            int dimsizes[],
                            Object theData) throws HDFException
 o DFSDgetdatalen
 public native boolean DFSDgetdatalen(int info[]) throws HDFException
 o DFSDgetdatastrs
 public native boolean DFSDgetdatastrs(String datastrs[]) throws HDFException
 o DFSDgetdimlen
 public native boolean DFSDgetdimlen(int dim,
                                     int label_len[]) throws HDFException
 o DFSDgetdims
 public native boolean DFSDgetdims(String filename,
                                   int rank[],
                                   int dimsizes[],
                                   int maxrank) throws HDFException
 o DFSDgetdimscale
 public native boolean DFSDgetdimscale(int dim,
                                       int size,
                                       byte scale[]) throws HDFException
 o DFSDgetdimscale
 public boolean DFSDgetdimscale(int dim,
                                int size,
                                Object theScale) throws HDFException
 o DFSDgetdimstrs
 public native boolean DFSDgetdimstrs(int dim,
                                      String dimstrs[]) throws HDFException
 o DFSDgetfillvalue
 public native boolean DFSDgetfillvalue(byte fill_value[]) throws HDFException
 o DFSDgetfillvalue
 public boolean DFSDgetfillvalue(Object theFillValue[]) throws HDFException
 o DFSDgetNT
 public native boolean DFSDgetNT(int data_type[]) throws HDFException
 o DFSDgetrange
 public native boolean DFSDgetrange(byte max[],
                                    byte min[]) throws HDFException
 o DFSDgetrange
 public boolean DFSDgetrange(double maxmin[]) throws HDFException
 o DFSDgetslice
 public native boolean DFSDgetslice(String filename,
                                    int winst[],
                                    int windims[],
                                    byte data[],
                                    int dims[]) throws HDFException
 o DFSDgetslice
 public boolean DFSDgetslice(String filename,
                             int winst[],
                             int windims[],
                             Object theData,
                             int dims[]) throws HDFException
 o DFSDlastref
 public native int DFSDlastref() throws HDFException
 o DFSDndatasets
 public native int DFSDndatasets(String filename) throws HDFException
 o DFSDpre32sdg
 public boolean DFSDpre32sdg(String filename,
                             short ref,
                             boolean ispre32) throws HDFException
 o DFSDpre32sdg
 public native boolean DFSDpre32sdg(String filename,
                                    short ref,
                                    int ispre32[]) throws HDFException
 o DFSDputdata
 public native boolean DFSDputdata(String filename,
                                   int rank,
                                   int dimsizes[],
                                   byte data[]) throws HDFException
 o DFSDputdata
 public boolean DFSDputdata(String filename,
                            int rank,
                            int dimsizes[],
                            Object theData) throws HDFException
 o DFSDputslice
 public native boolean DFSDputslice(int windims[],
                                    byte source[],
                                    int dims[]) throws HDFException
 o DFSDputslice
 public boolean DFSDputslice(int windims[],
                             Object source,
                             int dims[]) throws HDFException
 o DFSDreadref
 public native boolean DFSDreadref(String filename,
                                   short ref) throws HDFException
 o DFSDreadslab
 public native boolean DFSDreadslab(String filename,
                                    int start[],
                                    int slab_size[],
                                    int stride[],
                                    byte buffer[],
                                    int buffer_size[]) throws HDFException
 o DFSDreadslab
 public boolean DFSDreadslab(String filename,
                             int start[],
                             int slab_size[],
                             int stride[],
                             Object theData,
                             int buffer_size[]) throws HDFException
 o DFSDrestart
 public native boolean DFSDrestart() throws HDFException
 o DFSDsetcal
 public native boolean DFSDsetcal(double cal,
                                  double cal_err,
                                  double offset,
                                  double offset_err,
                                  int data_type) throws HDFException
 o DFSDsetdatastrs
 public native boolean DFSDsetdatastrs(String label,
                                       String unit,
                                       String format,
                                       String coordsys) throws HDFException
 o DFSDsetdims
 public native boolean DFSDsetdims(int rank,
                                   int dimsizes[]) throws HDFException
 o DFSDsetdimscale
 public native boolean DFSDsetdimscale(int dim,
                                       int dimsize,
                                       byte scale[]) throws HDFException
 o DFSDsetdimscale
 public boolean DFSDsetdimscale(int dim,
                                int dimsize,
                                Object theScale) throws HDFException
 o DFSDsetdimstrs
 public native boolean DFSDsetdimstrs(int dim,
                                      String label,
                                      String unit,
                                      String format) throws HDFException
 o DFSDsetfillvalue
 public native boolean DFSDsetfillvalue(Object fill_value) throws HDFException
 o DFSDsetlengths
 public native boolean DFSDsetlengths(int label_len,
                                      int unit_len,
                                      int format_len,
                                      int coords_len) throws HDFException
 o DFSDsetNT
 public native boolean DFSDsetNT(int data_type) throws HDFException
 o DFSDsetrange
 public native boolean DFSDsetrange(byte max[],
                                    byte min[]) throws HDFException
 o DFSDsetrange
 public boolean DFSDsetrange(Object max,
                             Object min) throws HDFException
 o DFSDstartslab
 public native boolean DFSDstartslab(String filename) throws HDFException
 o DFSDstartslice
 public native boolean DFSDstartslice(String filename) throws HDFException
 o DFSDwriteref
 public native boolean DFSDwriteref(String filename,
                                    short ref) throws HDFException
 o DFSDwriteslab
 public native boolean DFSDwriteslab(int start[],
                                     int stride[],
                                     int count[],
                                     byte data[]) throws HDFException
 o DFSDwriteslab
 public boolean DFSDwriteslab(int start[],
                              int stride[],
                              int count[],
                              Object theData) throws HDFException
 o DFUfptoimage
 public native boolean DFUfptoimage(int hdim,
                                    int vdim,
                                    float max,
                                    float min,
                                    float hscale[],
                                    float vscale[],
                                    float data[],
                                    byte palette[],
                                    String outfile,
                                    int ct_method,
                                    int hres,
                                    int vres,
                                    int compress) throws HDFException
 o Vclose
 public native boolean Vclose(int file_id) throws HDFException
 o Vopen
 public native int Vopen(String filename,
                         int access,
                         short ndds) throws HDFException
 o VSdump
 public native void VSdump(int vkey) throws HDFException
 o HEprint
 public native void HEprint(OutputStream stream,
                            int level) throws HDFException

All Packages  Class Hierarchy  This Package  Previous  Next  Index