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