Package ncsa.hdf.hdflib
Class HDFDeprecated
- java.lang.Object
-
- ncsa.hdf.hdflib.HDFLibrary
-
- ncsa.hdf.hdflib.HDFDeprecated
-
- All Implemented Interfaces:
java.io.Serializable
public class HDFDeprecated extends HDFLibrary
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringH45PATH_PROPERTY_KEYstatic java.lang.StringHDFPATH_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description HDFDeprecated()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanDFANaddfds(int file_id, java.lang.String description, int desc_len)static booleanDFANaddfid(int file_id, java.lang.String label)static booleanDFANclear()static booleanDFANgetdesc(java.lang.String filename, short tag, short ref, java.lang.String[] desc_buf, int buf_len)static intDFANgetdesclen(java.lang.String filename, short tag, short ref)intDFANgetfds(int file_id, java.lang.String[] desc_buf, int buf_len, boolean isfirst)static intDFANgetfds(int file_id, java.lang.String[] desc_buf, int buf_len, int isfirst)intDFANgetfdslen(int file_id, boolean isfirst)static intDFANgetfdslen(int file_id, int isfirst)intDFANgetfid(int file_id, java.lang.String[] desc_buf, int buf_len, boolean isfirst)static intDFANgetfid(int file_id, java.lang.String[] desc_buf, int buf_len, int isfirst)intDFANgetfidlen(int file_id, boolean isfirst)static intDFANgetfidlen(int file_id, int isfirst)static booleanDFANgetlabel(java.lang.String filename, short tag, short ref, java.lang.String[] label_buf, int buf_len)static intDFANgetlablen(java.lang.String filename, short tag, short ref)static intDFANlablist(java.lang.String filename, short tag, short[] ref_list, java.lang.String[] label_list, int list_len, int label_len, int start_pos)static shortDFANlastref()static booleanDFANputdesc(java.lang.String filename, short tag, short ref, java.lang.String description, int desc_len)static booleanDFANputlabel(java.lang.String filename, short tag, short ref, java.lang.String label)static booleanDFSDadddata(java.lang.String filename, int rank, int[] dimsizes, byte[] data)booleanDFSDadddata(java.lang.String filename, int rank, int[] dimsizes, java.lang.Object theData)static booleanDFSDclear()static booleanDFSDendslab()static booleanDFSDendslice()static booleanDFSDgetcal(double[] calInfo)static booleanDFSDgetdata(java.lang.String filename, int[] rank, int[] dimsizes, byte[] data)booleanDFSDgetdata(java.lang.String filename, int[] rank, int[] dimsizes, java.lang.Object theData)static booleanDFSDgetdatalen(int[] info)static booleanDFSDgetdatastrs(java.lang.String[] datastrs)static booleanDFSDgetdimlen(int dim, int[] label_len)static booleanDFSDgetdims(java.lang.String filename, int[] rank, int[] dimsizes, int maxrank)static booleanDFSDgetdimscale(int dim, int size, byte[] scale)booleanDFSDgetdimscale(int dim, int size, java.lang.Object theScale)static booleanDFSDgetdimstrs(int dim, java.lang.String[] dimstrs)static booleanDFSDgetfillvalue(byte[] fill_value)booleanDFSDgetfillvalue(java.lang.Object[] theFillValue)static booleanDFSDgetNT(int[] data_type)static booleanDFSDgetrange(byte[] max, byte[] min)booleanDFSDgetrange(double[] maxmin)static booleanDFSDgetslice(java.lang.String filename, int[] winst, int[] windims, byte[] data, int[] dims)booleanDFSDgetslice(java.lang.String filename, int[] winst, int[] windims, java.lang.Object theData, int[] dims)static intDFSDlastref()static intDFSDndatasets(java.lang.String filename)booleanDFSDpre32sdg(java.lang.String filename, short ref, boolean ispre32)static booleanDFSDpre32sdg(java.lang.String filename, short ref, int[] ispre32)static booleanDFSDputdata(java.lang.String filename, int rank, int[] dimsizes, byte[] data)booleanDFSDputdata(java.lang.String filename, int rank, int[] dimsizes, java.lang.Object theData)static booleanDFSDputslice(int[] windims, byte[] source, int[] dims)booleanDFSDputslice(int[] windims, java.lang.Object source, int[] dims)static booleanDFSDreadref(java.lang.String filename, short ref)static booleanDFSDreadslab(java.lang.String filename, int[] start, int[] slab_size, int[] stride, byte[] buffer, int[] buffer_size)booleanDFSDreadslab(java.lang.String filename, int[] start, int[] slab_size, int[] stride, java.lang.Object theData, int[] buffer_size)static booleanDFSDrestart()static booleanDFSDsetcal(double cal, double cal_err, double offset, double offset_err, int data_type)static booleanDFSDsetdatastrs(java.lang.String label, java.lang.String unit, java.lang.String format, java.lang.String coordsys)static booleanDFSDsetdims(int rank, int[] dimsizes)static booleanDFSDsetdimscale(int dim, int dimsize, byte[] scale)booleanDFSDsetdimscale(int dim, int dimsize, java.lang.Object theScale)static booleanDFSDsetdimstrs(int dim, java.lang.String label, java.lang.String unit, java.lang.String format)static booleanDFSDsetfillvalue(java.lang.Object fill_value)static booleanDFSDsetlengths(int label_len, int unit_len, int format_len, int coords_len)static booleanDFSDsetNT(int data_type)static booleanDFSDsetrange(byte[] max, byte[] min)booleanDFSDsetrange(java.lang.Object max, java.lang.Object min)static booleanDFSDstartslab(java.lang.String filename)static booleanDFSDstartslice(java.lang.String filename)static booleanDFSDwriteref(java.lang.String filename, short ref)static booleanDFSDwriteslab(int[] start, int[] stride, int[] count, byte[] data)booleanDFSDwriteslab(int[] start, int[] stride, int[] count, java.lang.Object theData)static booleanDFUfptoimage(int hdim, int vdim, float max, float min, float[] hscale, float[] vscale, float[] data, byte[] palette, java.lang.String outfile, int ct_method, int hres, int vres, int compress)static voidHEprint(java.io.OutputStream stream, int level)static booleanVclose(int file_id)static intVopen(java.lang.String filename, int access, short ndds)static voidVSdump(int vkey)-
Methods inherited from class ncsa.hdf.hdflib.HDFLibrary
ANannlen, ANannlist, ANatype2tag, ANcreate, ANcreatef, ANend, ANendaccess, ANfileinfo, ANget_tagref, ANid2tagref, ANnumann, ANreadann, ANselect, ANstart, ANtag2atype, ANtagref2id, ANwriteann, DF24addimage, DF24addimage, DF24getdims, DF24getimage, DF24getimage, DF24lastref, DF24nimages, DF24putimage, DF24putimage, DF24readref, DF24reqil, DF24restart, DF24setcompress, DF24setdims, DF24setil, DFKNTsize, DFPaddpal, DFPgetpal, DFPlastref, DFPnpals, DFPputpal, DFPputpal, DFPreadref, DFPrestart, DFPwriteref, DFR8addimage, DFR8addimage, DFR8getdims, DFR8getimage, DFR8getimage, DFR8getpalref, DFR8lastref, DFR8nimages, DFR8putimage, DFR8putimage, DFR8readref, DFR8restart, DFR8setcompress, DFR8setpalette, DFR8writeref, getJHIVersion, GRattrinfo, GRcreate, GRend, GRendaccess, GRfileinfo, GRfindattr, GRgetattr, GRgetattr, GRgetchunkinfo, GRgetcompress, GRgetiminfo, GRgetlutid, GRgetlutinfo, GRgetnluts, GRidtoref, GRluttoref, GRnametoindex, GRreadchunk, GRreadchunk, GRreadimage, GRreadimage, GRreadlut, GRreadlut, GRreftoindex, GRreqimageil, GRreqlutil, GRselect, GRsetattr, GRsetattr, GRsetattr, GRsetchunk, GRsetchunkcache, GRsetcompress, GRsetexternalfile, GRstart, GRwriteimage, GRwriteimage, GRwritelut, GRwritelut, Hcache, HCget_config_info, Hclose, HDdont_atexit, HDFclose, HDFopen, HDgetNTdesc, HEstring, HEvalue, Hgetfileversion, Hgetlibversion, Hishdf, Hnumber, Hopen, Hopen, Hsetaccesstype, Hsync, HXsetcreatedir, HXsetdir, loadH4Lib, SDattrinfo, SDcheckempty, SDcreate, SDdiminfo, SDend, SDendaccess, SDfileinfo, SDfindattr, SDgetcal, SDgetchunkinfo, SDgetcompinfo, SDgetcompress, SDgetdatastrs, SDgetdimid, SDgetdimscale, SDgetdimscale, SDgetdimstrs, SDgetfillvalue, SDgetfillvalue, SDgetinfo, SDgetrange, SDgetrange, SDidtoref, SDiscoordvar, SDisdimval_bwcomp, SDisrecord, SDnametoindex, SDreadattr, SDreadattr, SDreadchunk, SDreadchunk, SDreaddata, SDreaddata, SDreaddata_double, SDreaddata_float, SDreaddata_int, SDreaddata_long, SDreaddata_short, SDreftoindex, SDselect, SDsetaccesstype, SDsetattr, SDsetattr, SDsetblocksize, SDsetcal, SDsetchunk, SDsetchunkcache, SDsetcompress, SDsetdatastrs, SDsetdimname, SDsetdimscale, SDsetdimscale, SDsetdimstrs, SDsetdimval_comp, SDsetexternalfile, SDsetfillmode, SDsetfillmode, SDsetfillvalue, SDsetfillvalue, SDsetnbitdataset, SDsetrange, SDsetrange, SDstart, SDwritechunk, SDwritechunk, SDwritedata, SDwritedata, Vaddtagref, Vattach, Vattrinfo, Vdeletetagref, Vdetach, Vend, VFfieldesize, VFfieldisize, VFfieldname, VFfieldorder, VFfieldtype, Vfind, Vfindattr, Vfindclass, Vflocate, VFnfields, Vgetattr, Vgetattr, Vgetclass, Vgetid, Vgetname, Vgetnext, Vgettagref, Vgettagrefs, Vgetversion, VHmakegroup, VHstoredata, VHstoredata, VHstoredatam, VHstoredatam, Vinqtagref, Vinquire, Vinsert, Visvg, Visvs, Vlone, Vnattrs, Vnrefs, Vntagrefs, VQueryref, VQuerytag, VSappendable, VSattach, VSattrinfo, VSdetach, VSelts, Vsetattr, Vsetattr, Vsetattr, Vsetclass, Vsetname, VSfdefine, VSfexist, VSfind, VSfindattr, VSfindclass, VSfindex, VSfnattrs, VSgetattr, VSgetattr, VSgetclass, VSgetfields, VSgetid, VSgetinterlace, VSgetname, VSgetversion, VSinquire, VSinquire, VSisattr, VSlone, VSnattrs, VSQuerycount, VSQueryfields, VSQueryinterlace, VSQueryname, VSQueryref, VSQuerytag, VSQueryvsize, VSread, VSread, VSseek, VSsetattr, VSsetattr, VSsetattr, VSsetblocksize, VSsetclass, VSsetexternalfile, VSsetfields, VSsetinterlace, VSsetname, VSsetnumblocks, VSsizeof, Vstart, VSwrite, VSwrite
-
-
-
-
Field Detail
-
H45PATH_PROPERTY_KEY
public static final java.lang.String H45PATH_PROPERTY_KEY
- See Also:
- Constant Field Values
-
HDFPATH_PROPERTY_KEY
public static final java.lang.String HDFPATH_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
DFANaddfds
public static boolean DFANaddfds(int file_id, java.lang.String description, int desc_len) throws HDFException- Throws:
HDFException
-
DFANaddfid
public static boolean DFANaddfid(int file_id, java.lang.String label) throws HDFException- Throws:
HDFException
-
DFANclear
public static boolean DFANclear() throws HDFException- Throws:
HDFException
-
DFANgetdesc
public static boolean DFANgetdesc(java.lang.String filename, short tag, short ref, java.lang.String[] desc_buf, int buf_len) throws HDFException- Throws:
HDFException
-
DFANgetdesclen
public static int DFANgetdesclen(java.lang.String filename, short tag, short ref) throws HDFException- Throws:
HDFException
-
DFANgetfds
public static int DFANgetfds(int file_id, java.lang.String[] desc_buf, int buf_len, int isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfds
public int DFANgetfds(int file_id, java.lang.String[] desc_buf, int buf_len, boolean isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfdslen
public static int DFANgetfdslen(int file_id, int isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfdslen
public int DFANgetfdslen(int file_id, boolean isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfid
public static int DFANgetfid(int file_id, java.lang.String[] desc_buf, int buf_len, int isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfid
public int DFANgetfid(int file_id, java.lang.String[] desc_buf, int buf_len, boolean isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfidlen
public static int DFANgetfidlen(int file_id, int isfirst) throws HDFException- Throws:
HDFException
-
DFANgetfidlen
public int DFANgetfidlen(int file_id, boolean isfirst) throws HDFException- Throws:
HDFException
-
DFANgetlabel
public static boolean DFANgetlabel(java.lang.String filename, short tag, short ref, java.lang.String[] label_buf, int buf_len) throws HDFException- Throws:
HDFException
-
DFANgetlablen
public static int DFANgetlablen(java.lang.String filename, short tag, short ref) throws HDFException- Throws:
HDFException
-
DFANlablist
public static int DFANlablist(java.lang.String filename, short tag, short[] ref_list, java.lang.String[] label_list, int list_len, int label_len, int start_pos) throws HDFException- Throws:
HDFException
-
DFANlastref
public static short DFANlastref() throws HDFException- Throws:
HDFException
-
DFANputdesc
public static boolean DFANputdesc(java.lang.String filename, short tag, short ref, java.lang.String description, int desc_len) throws HDFException- Throws:
HDFException
-
DFANputlabel
public static boolean DFANputlabel(java.lang.String filename, short tag, short ref, java.lang.String label) throws HDFException- Throws:
HDFException
-
DFSDadddata
public static boolean DFSDadddata(java.lang.String filename, int rank, int[] dimsizes, byte[] data) throws HDFException- Throws:
HDFException
-
DFSDadddata
public boolean DFSDadddata(java.lang.String filename, int rank, int[] dimsizes, java.lang.Object theData) throws HDFException- Throws:
HDFException
-
DFSDclear
public static boolean DFSDclear() throws HDFException- Throws:
HDFException
-
DFSDendslab
public static boolean DFSDendslab() throws HDFException- Throws:
HDFException
-
DFSDendslice
public static boolean DFSDendslice() throws HDFException- Throws:
HDFException
-
DFSDgetcal
public static boolean DFSDgetcal(double[] calInfo) throws HDFException- Throws:
HDFException
-
DFSDgetdata
public static boolean DFSDgetdata(java.lang.String filename, int[] rank, int[] dimsizes, byte[] data) throws HDFException- Throws:
HDFException
-
DFSDgetdata
public boolean DFSDgetdata(java.lang.String filename, int[] rank, int[] dimsizes, java.lang.Object theData) throws HDFException- Throws:
HDFException
-
DFSDgetdatalen
public static boolean DFSDgetdatalen(int[] info) throws HDFException- Throws:
HDFException
-
DFSDgetdatastrs
public static boolean DFSDgetdatastrs(java.lang.String[] datastrs) throws HDFException- Throws:
HDFException
-
DFSDgetdimlen
public static boolean DFSDgetdimlen(int dim, int[] label_len) throws HDFException- Throws:
HDFException
-
DFSDgetdims
public static boolean DFSDgetdims(java.lang.String filename, int[] rank, int[] dimsizes, int maxrank) throws HDFException- Throws:
HDFException
-
DFSDgetdimscale
public static boolean DFSDgetdimscale(int dim, int size, byte[] scale) throws HDFException- Throws:
HDFException
-
DFSDgetdimscale
public boolean DFSDgetdimscale(int dim, int size, java.lang.Object theScale) throws HDFException- Throws:
HDFException
-
DFSDgetdimstrs
public static boolean DFSDgetdimstrs(int dim, java.lang.String[] dimstrs) throws HDFException- Throws:
HDFException
-
DFSDgetfillvalue
public static boolean DFSDgetfillvalue(byte[] fill_value) throws HDFException- Throws:
HDFException
-
DFSDgetfillvalue
public boolean DFSDgetfillvalue(java.lang.Object[] theFillValue) throws HDFException- Throws:
HDFException
-
DFSDgetNT
public static boolean DFSDgetNT(int[] data_type) throws HDFException- Throws:
HDFException
-
DFSDgetrange
public static boolean DFSDgetrange(byte[] max, byte[] min) throws HDFException- Throws:
HDFException
-
DFSDgetrange
public boolean DFSDgetrange(double[] maxmin) throws HDFException- Throws:
HDFException
-
DFSDgetslice
public static boolean DFSDgetslice(java.lang.String filename, int[] winst, int[] windims, byte[] data, int[] dims) throws HDFException- Throws:
HDFException
-
DFSDgetslice
public boolean DFSDgetslice(java.lang.String filename, int[] winst, int[] windims, java.lang.Object theData, int[] dims) throws HDFException- Throws:
HDFException
-
DFSDlastref
public static int DFSDlastref() throws HDFException- Throws:
HDFException
-
DFSDndatasets
public static int DFSDndatasets(java.lang.String filename) throws HDFException- Throws:
HDFException
-
DFSDpre32sdg
public boolean DFSDpre32sdg(java.lang.String filename, short ref, boolean ispre32) throws HDFException- Throws:
HDFException
-
DFSDpre32sdg
public static boolean DFSDpre32sdg(java.lang.String filename, short ref, int[] ispre32) throws HDFException- Throws:
HDFException
-
DFSDputdata
public static boolean DFSDputdata(java.lang.String filename, int rank, int[] dimsizes, byte[] data) throws HDFException- Throws:
HDFException
-
DFSDputdata
public boolean DFSDputdata(java.lang.String filename, int rank, int[] dimsizes, java.lang.Object theData) throws HDFException- Throws:
HDFException
-
DFSDputslice
public static boolean DFSDputslice(int[] windims, byte[] source, int[] dims) throws HDFException- Throws:
HDFException
-
DFSDputslice
public boolean DFSDputslice(int[] windims, java.lang.Object source, int[] dims) throws HDFException- Throws:
HDFException
-
DFSDreadref
public static boolean DFSDreadref(java.lang.String filename, short ref) throws HDFException- Throws:
HDFException
-
DFSDreadslab
public static boolean DFSDreadslab(java.lang.String filename, int[] start, int[] slab_size, int[] stride, byte[] buffer, int[] buffer_size) throws HDFException- Throws:
HDFException
-
DFSDreadslab
public boolean DFSDreadslab(java.lang.String filename, int[] start, int[] slab_size, int[] stride, java.lang.Object theData, int[] buffer_size) throws HDFException- Throws:
HDFException
-
DFSDrestart
public static boolean DFSDrestart() throws HDFException- Throws:
HDFException
-
DFSDsetcal
public static boolean DFSDsetcal(double cal, double cal_err, double offset, double offset_err, int data_type) throws HDFException- Throws:
HDFException
-
DFSDsetdatastrs
public static boolean DFSDsetdatastrs(java.lang.String label, java.lang.String unit, java.lang.String format, java.lang.String coordsys) throws HDFException- Throws:
HDFException
-
DFSDsetdims
public static boolean DFSDsetdims(int rank, int[] dimsizes) throws HDFException- Throws:
HDFException
-
DFSDsetdimscale
public static boolean DFSDsetdimscale(int dim, int dimsize, byte[] scale) throws HDFException- Throws:
HDFException
-
DFSDsetdimscale
public boolean DFSDsetdimscale(int dim, int dimsize, java.lang.Object theScale) throws HDFException- Throws:
HDFException
-
DFSDsetdimstrs
public static boolean DFSDsetdimstrs(int dim, java.lang.String label, java.lang.String unit, java.lang.String format) throws HDFException- Throws:
HDFException
-
DFSDsetfillvalue
public static boolean DFSDsetfillvalue(java.lang.Object fill_value) throws HDFException- Throws:
HDFException
-
DFSDsetlengths
public static boolean DFSDsetlengths(int label_len, int unit_len, int format_len, int coords_len) throws HDFException- Throws:
HDFException
-
DFSDsetNT
public static boolean DFSDsetNT(int data_type) throws HDFException- Throws:
HDFException
-
DFSDsetrange
public static boolean DFSDsetrange(byte[] max, byte[] min) throws HDFException- Throws:
HDFException
-
DFSDsetrange
public boolean DFSDsetrange(java.lang.Object max, java.lang.Object min) throws HDFException- Throws:
HDFException
-
DFSDstartslab
public static boolean DFSDstartslab(java.lang.String filename) throws HDFException- Throws:
HDFException
-
DFSDstartslice
public static boolean DFSDstartslice(java.lang.String filename) throws HDFException- Throws:
HDFException
-
DFSDwriteref
public static boolean DFSDwriteref(java.lang.String filename, short ref) throws HDFException- Throws:
HDFException
-
DFSDwriteslab
public static boolean DFSDwriteslab(int[] start, int[] stride, int[] count, byte[] data) throws HDFException- Throws:
HDFException
-
DFSDwriteslab
public boolean DFSDwriteslab(int[] start, int[] stride, int[] count, java.lang.Object theData) throws HDFException- Throws:
HDFException
-
DFUfptoimage
public static boolean DFUfptoimage(int hdim, int vdim, float max, float min, float[] hscale, float[] vscale, float[] data, byte[] palette, java.lang.String outfile, int ct_method, int hres, int vres, int compress) throws HDFException- Throws:
HDFException
-
Vclose
public static boolean Vclose(int file_id) throws HDFException- Throws:
HDFException
-
Vopen
public static int Vopen(java.lang.String filename, int access, short ndds) throws HDFException- Throws:
HDFException
-
VSdump
public static void VSdump(int vkey) throws HDFException- Throws:
HDFException
-
HEprint
public static void HEprint(java.io.OutputStream stream, int level) throws HDFException- Throws:
HDFException
-
-