Package ucar.nc2.jni.netcdf
Class Nc4wrapper
- java.lang.Object
-
- ucar.nc2.jni.netcdf.Nc4wrapper
-
- All Implemented Interfaces:
com.sun.jna.Library,Nc4prototypes
@Deprecated public class Nc4wrapper extends Object implements Nc4prototypes
Deprecated.do not use directly.JNA access to Netcdf-4 C Library, using JNI to shared C library. Just the functions actually used. I suspect that this whole construct: public synchronized String {function}() { ce(); String ret = nc4.{function}(); cx(); return ret; } can be significantly simplified in Java 9.- Since:
- June 11, 2018
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.jni.netcdf.Nc4prototypes
Nc4prototypes.Vlen_t
-
-
Field Summary
Fields Modifier and Type Field Description static booleanTRACEDeprecated.-
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
-
Fields inherited from interface ucar.nc2.jni.netcdf.Nc4prototypes
NC_64BIT_DATA, NC_64BIT_OFFSET, NC_BYTE, NC_CDF5, NC_CHAR, NC_CHUNKED, NC_CLASSIC_MODEL, NC_CLOBBER, NC_COMPOUND, NC_CONTIGUOUS, NC_DISKLESS, NC_DOUBLE, NC_ENUM, NC_FILL, NC_FLOAT, NC_FORMAT_64BIT, NC_FORMAT_CLASSIC, NC_FORMAT_DAP2, NC_FORMAT_DAP4, NC_FORMAT_NC_HDF4, NC_FORMAT_NC_HDF5, NC_FORMAT_NC3, NC_FORMAT_NETCDF4, NC_FORMAT_NETCDF4_CLASSIC, NC_FORMAT_PNETCDF, NC_FORMAT_UNDEFINED, NC_GLOBAL, NC_INMEMORY, NC_INT, NC_INT64, NC_MAX_ATOMIC_TYPE, NC_MAX_ATTRS, NC_MAX_DIMS, NC_MAX_NAME, NC_MAX_VAR_DIMS, NC_MAX_VARS, NC_MMAP, NC_MPIIO, NC_MPIPOSIX, NC_NAT, NC_NETCDF4, NC_NOCLOBBER, NC_NOERR, NC_NOFILL, NC_NOWRITE, NC_OPAQUE, NC_PNETCDF, NC_SHORT, NC_STRING, NC_UBYTE, NC_UINT, NC_UINT64, NC_UNLIMITED, NC_USHORT, NC_VLEN, NC_WRITE
-
-
Constructor Summary
Constructors Constructor Description Nc4wrapper(Nc4prototypes nc4)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static voidce()Deprecated.protected static voidcx()Deprecated.protected static voiderr(String cc, int c)Deprecated.intnc_close(int ncid)Deprecated.intnc_create(String path, int cmode, com.sun.jna.ptr.IntByReference ncidp)Deprecated.intnc_def_compound(int ncid, SizeT size, String name, com.sun.jna.ptr.IntByReference typeidp)Deprecated.intnc_def_dim(int ncid, String name, SizeT len, com.sun.jna.ptr.IntByReference dimid)Deprecated.intnc_def_enum(int ncid, int base_typeid, String name, com.sun.jna.ptr.IntByReference typeidp)Deprecated.intnc_def_grp(int parent_ncid, String name, com.sun.jna.ptr.IntByReference new_ncid)Deprecated.intnc_def_var(int ncid, String name, SizeT xtype, int ndims, int[] dimids, com.sun.jna.ptr.IntByReference varidp)Deprecated.intnc_def_var_chunking(int ncid, int varid, int storage, SizeT[] chunksizesp)Deprecated.intnc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level)Deprecated.intnc_def_var_endian(int ncid, int varid, int endian)Deprecated.intnc_def_var_fill(int ncid, int varid, int no_fill, byte[] fill_value)Deprecated.intnc_def_var_fletcher32(int ncid, int varid, int fletcher32)Deprecated.intnc_enddef(int ncid)Deprecated.intnc_get_att(int ncid, int varid, String name, byte[] bbuff)Deprecated.intnc_get_att(int ncid, int varid, String name, com.sun.jna.Pointer p)Deprecated.intnc_get_att(int ncid, int varid, String name, Nc4prototypes.Vlen_t[] vlen)Deprecated.intnc_get_att_double(int ncid, int varid, String name, double[] ip)Deprecated.intnc_get_att_float(int ncid, int varid, String name, float[] ip)Deprecated.intnc_get_att_int(int ncid, int varid, String name, int[] ip)Deprecated.intnc_get_att_longlong(int ncid, int varid, String name, long[] ip)Deprecated.intnc_get_att_schar(int ncid, int varid, String name, byte[] ip)Deprecated.intnc_get_att_short(int ncid, int varid, String name, short[] ip)Deprecated.intnc_get_att_string(int ncid, int varid, String name, String[] ip)Deprecated.intnc_get_att_text(int ncid, int varid, String name, byte[] ip)Deprecated.intnc_get_att_ubyte(int ncid, int varid, String name, byte[] ip)Deprecated.intnc_get_att_uchar(int ncid, int varid, String name, byte[] ip)Deprecated.intnc_get_att_uint(int ncid, int varid, String name, int[] ip)Deprecated.intnc_get_att_ulonglong(int ncid, int varid, String name, long[] ip)Deprecated.intnc_get_att_ushort(int ncid, int varid, String name, short[] ip)Deprecated.intnc_get_chunk_cache(SizeTByReference sizep, SizeTByReference nelemsp, com.sun.jna.ptr.FloatByReference preemptionp)Deprecated.intnc_get_var(int ncid, int varid, byte[] buf)Deprecated.intnc_get_var(int ncid, int varid, com.sun.jna.Pointer p)Deprecated.intnc_get_var(int ncid, int varid, Nc4prototypes.Vlen_t[] vlen)Deprecated.intnc_get_var_chunk_cache(int ncid, int varid, SizeTByReference sizep, SizeTByReference nelemsp, com.sun.jna.ptr.FloatByReference preemptionp)Deprecated.intnc_get_var_double(int ncid, int varid, double[] ip)Deprecated.intnc_get_var_float(int ncid, int varid, float[] ip)Deprecated.intnc_get_var_int(int ncid, int varid, int[] ip)Deprecated.intnc_get_var_longlong(int ncid, int varid, long[] ip)Deprecated.intnc_get_var_schar(int ncid, int varid, byte[] ip)Deprecated.intnc_get_var_short(int ncid, int varid, short[] ip)Deprecated.intnc_get_var_string(int ncid, int varid, String[] sarray)Deprecated.intnc_get_var_text(int ncid, int varid, byte[] op)Deprecated.intnc_get_var_ubyte(int ncid, int varid, byte[] ip)Deprecated.intnc_get_var_uint(int ncid, int varid, int[] ip)Deprecated.intnc_get_var_ulonglong(int ncid, int varid, long[] ip)Deprecated.intnc_get_var_ushort(int ncid, int varid, short[] ip)Deprecated.intnc_get_var1(int ncid, int varid, SizeT[] indexp, byte[] buf)Deprecated.intnc_get_var1(int ncid, int varid, SizeT[] indexp, com.sun.jna.Pointer p)Deprecated.intnc_get_var1(int ncid, int varid, SizeT[] indexp, Nc4prototypes.Vlen_t[] vlen)Deprecated.intnc_get_var1_double(int ncid, int varid, SizeT[] indexp, double[] ip)Deprecated.intnc_get_var1_float(int ncid, int varid, SizeT[] indexp, float[] ip)Deprecated.intnc_get_var1_int(int ncid, int varid, SizeT[] indexp, int[] ip)Deprecated.intnc_get_var1_longlong(int ncid, int varid, SizeT[] indexp, long[] ip)Deprecated.intnc_get_var1_schar(int ncid, int varid, SizeT[] indexp, byte[] ip)Deprecated.intnc_get_var1_short(int ncid, int varid, SizeT[] indexp, short[] ip)Deprecated.intnc_get_var1_string(int ncid, int varid, SizeT[] indexp, String[] sarray)Deprecated.intnc_get_var1_text(int ncid, int varid, SizeT[] indexp, byte[] op)Deprecated.intnc_get_var1_ubyte(int ncid, int varid, SizeT[] indexp, byte[] ip)Deprecated.intnc_get_var1_uint(int ncid, int varid, SizeT[] indexp, int[] ip)Deprecated.intnc_get_var1_ulonglong(int ncid, int varid, SizeT[] indexp, long[] ip)Deprecated.intnc_get_var1_ushort(int ncid, int varid, SizeT[] indexp, short[] ip)Deprecated.intnc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] buf)Deprecated.intnc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, com.sun.jna.Pointer p)Deprecated.intnc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, Nc4prototypes.Vlen_t[] v)Deprecated.intnc_get_vara_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, double[] ip)Deprecated.intnc_get_vara_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, float[] ip)Deprecated.intnc_get_vara_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.intnc_get_vara_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.intnc_get_vara_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_get_vara_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.intnc_get_vara_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, String[] ip)Deprecated.intnc_get_vara_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_get_vara_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_get_vara_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.intnc_get_vara_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.intnc_get_vara_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.intnc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] buf)Deprecated.intnc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, com.sun.jna.Pointer p)Deprecated.intnc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, Nc4prototypes.Vlen_t[] v)Deprecated.intnc_get_vars_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, double[] ip)Deprecated.intnc_get_vars_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, float[] ip)Deprecated.intnc_get_vars_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.intnc_get_vars_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.intnc_get_vars_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_get_vars_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.intnc_get_vars_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.intnc_get_vars_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_get_vars_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_get_vars_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.intnc_get_vars_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.intnc_get_vars_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.intnc_inq_attlen(int ncid, int varid, String name, SizeTByReference lenp)Deprecated.intnc_inq_attname(int ncid, int varid, int attnum, byte[] name)Deprecated.intnc_inq_atttype(int ncid, int varid, String name, com.sun.jna.ptr.IntByReference xtypep)Deprecated.intnc_inq_compound(int ncid, int xtype, byte[] name, SizeTByReference sizep, SizeTByReference nfieldsp)Deprecated.intnc_inq_compound_field(int ncid, int xtype, int fieldid, byte[] name, SizeTByReference offsetp, com.sun.jna.ptr.IntByReference field_typeidp, com.sun.jna.ptr.IntByReference ndimsp, int[] dims)Deprecated.intnc_inq_dim(int ncid, int dimid, byte[] name, SizeTByReference lenp)Deprecated.intnc_inq_dimids(int ncid, com.sun.jna.ptr.IntByReference ndims, int[] dimids, int include_parents)Deprecated.intnc_inq_dimlen(int ncid, int dimid, SizeTByReference lenp)Deprecated.intnc_inq_dimname(int ncid, int dimid, byte[] name)Deprecated.intnc_inq_enum(int ncid, int xtype, byte[] name, com.sun.jna.ptr.IntByReference baseType, SizeTByReference base_sizep, SizeTByReference num_membersp)Deprecated.intnc_inq_enum_member(int ncid, int xtype, int idx, byte[] name, com.sun.jna.ptr.IntByReference value)Deprecated.intnc_inq_format(int ncid, com.sun.jna.ptr.IntByReference formatp)Deprecated.intnc_inq_format_extended(int ncid, com.sun.jna.ptr.IntByReference formatp, com.sun.jna.ptr.IntByReference modep)Deprecated.intnc_inq_grpname(int ncid, byte[] name)Deprecated.intnc_inq_grpname_full(int ncid, SizeTByReference lenp, byte[] full_name)Deprecated.intnc_inq_grpname_len(int ncid, SizeTByReference lenp)Deprecated.intnc_inq_grps(int ncid, com.sun.jna.ptr.IntByReference numgrps, int[] ncids)Deprecated.Stringnc_inq_libvers()Deprecated.intnc_inq_natts(int ncid, com.sun.jna.ptr.IntByReference nattsp)Deprecated.intnc_inq_ndims(int ncid, com.sun.jna.ptr.IntByReference ndimsp)Deprecated.intnc_inq_nvars(int ncid, com.sun.jna.ptr.IntByReference nvarsp)Deprecated.intnc_inq_opaque(int ncid, int xtype, byte[] name, SizeTByReference sizep)Deprecated.intnc_inq_type(int ncid, int xtype, byte[] name, SizeTByReference sizep)Deprecated.intnc_inq_typeids(int ncid, com.sun.jna.ptr.IntByReference ntypes, int[] typeids)Deprecated.intnc_inq_unlimdims(int ncid, com.sun.jna.ptr.IntByReference nunlimdimsp, int[] unlimdimidsp)Deprecated.intnc_inq_user_type(int ncid, int xtype, byte[] name, SizeTByReference sizep, com.sun.jna.ptr.IntByReference baseType, SizeTByReference nfieldsp, com.sun.jna.ptr.IntByReference classp)Deprecated.intnc_inq_var(int ncid, int varid, byte[] name, com.sun.jna.ptr.IntByReference xtypep, com.sun.jna.ptr.IntByReference ndimsp, int[] dimidsp, com.sun.jna.ptr.IntByReference nattsp)Deprecated.intnc_inq_var_chunking(int ncid, int varid, com.sun.jna.ptr.IntByReference storagep, SizeT[] chunksizesp)Deprecated.intnc_inq_var_deflate(int ncid, int varid, com.sun.jna.ptr.IntByReference shufflep, com.sun.jna.ptr.IntByReference deflatep, com.sun.jna.ptr.IntByReference deflate_levelp)Deprecated.intnc_inq_var_endian(int ncid, int varid, com.sun.jna.ptr.IntByReference endianp)Deprecated.intnc_inq_var_fill(int ncid, int varid, com.sun.jna.ptr.IntByReference no_fill, byte[] fill_valuep)Deprecated.intnc_inq_var_fletcher32(int ncid, int varid, com.sun.jna.ptr.IntByReference fletcher32p)Deprecated.intnc_inq_var_szip(int ncid, int varid, com.sun.jna.ptr.IntByReference options_maskp, com.sun.jna.ptr.IntByReference pixels_per_blockp)Deprecated.intnc_inq_vardimid(int ncid, int varid, int[] dimidsp)Deprecated.intnc_inq_varid(int ncid, byte[] name, com.sun.jna.ptr.IntByReference varidp)Deprecated.intnc_inq_varids(int ncid, com.sun.jna.ptr.IntByReference nvars, int[] varids)Deprecated.intnc_inq_varnatts(int ncid, int varid, com.sun.jna.ptr.IntByReference nattsp)Deprecated.intnc_inq_vlen(int ncid, int xtype, byte[] name, SizeTByReference datum_sizep, com.sun.jna.ptr.IntByReference base_nc_typep)Deprecated.intnc_insert_array_compound(int ncid, int typeid, String name, SizeT offset, int field_typeid, int ndims, int[] dim_sizes)Deprecated.intnc_insert_compound(int ncid, int typeid, String name, SizeT offset, int field_typeid)Deprecated.intnc_insert_enum(int ncid, int enumid, String name, com.sun.jna.ptr.IntByReference value)Deprecated.intnc_open(String path, int mode, com.sun.jna.ptr.IntByReference ncidp)Deprecated.intnc_put_att(int ncid, int varid, String name, int xtype, SizeT len, byte[] value)Deprecated.intnc_put_att(int ncid, int varid, String attName, int xtype, SizeT len, com.sun.jna.Pointer p)Deprecated.intnc_put_att(int ncid, int varid, String attName, int xtype, SizeT len, Nc4prototypes.Vlen_t[] value)Deprecated.intnc_put_att_double(int ncid, int varid, String attName, int xtype, SizeT len, double[] value)Deprecated.intnc_put_att_float(int ncid, int varid, String attName, int xtype, SizeT len, float[] value)Deprecated.intnc_put_att_int(int ncid, int varid, String attName, int xtype, SizeT len, int[] value)Deprecated.intnc_put_att_longlong(int ncid, int varid, String attName, int xtype, SizeT len, long[] value)Deprecated.intnc_put_att_schar(int ncid, int varid, String attName, int xtype, SizeT len, byte[] value)Deprecated.intnc_put_att_short(int ncid, int varid, String attName, int xtype, SizeT len, short[] value)Deprecated.intnc_put_att_string(int ncid, int varid, String attName, SizeT len, String[] value)Deprecated.intnc_put_att_text(int ncid, int varid, String attName, SizeT len, byte[] value)Deprecated.intnc_put_att_uchar(int ncid, int varid, String attName, int xtype, SizeT len, byte[] value)Deprecated.intnc_put_att_uint(int ncid, int varid, String attName, int xtype, SizeT len, int[] value)Deprecated.intnc_put_att_ulonglong(int ncid, int varid, String attName, int xtype, SizeT len, long[] value)Deprecated.intnc_put_att_ushort(int ncid, int varid, String attName, int xtype, SizeT len, short[] value)Deprecated.intnc_put_var(int ncid, int varid, byte[] bbuff)Deprecated.intnc_put_var(int ncid, int varid, com.sun.jna.Pointer p)Deprecated.intnc_put_var(int ncid, int varid, Nc4prototypes.Vlen_t[] vlen)Deprecated.intnc_put_var_double(int ncid, int varid, double[] ip)Deprecated.intnc_put_var_float(int ncid, int varid, float[] ip)Deprecated.intnc_put_var_int(int ncid, int varid, int[] ip)Deprecated.intnc_put_var_longlong(int ncid, int varid, long[] ip)Deprecated.intnc_put_var_schar(int ncid, int varid, byte[] ip)Deprecated.intnc_put_var_short(int ncid, int varid, short[] ip)Deprecated.intnc_put_var_string(int ncid, int varid, String[] op)Deprecated.intnc_put_var_text(int ncid, int varid, byte[] ip)Deprecated.intnc_put_var_uchar(int ncid, int varid, byte[] ip)Deprecated.intnc_put_var_uint(int ncid, int varid, int[] ip)Deprecated.intnc_put_var_ulonglong(int ncid, int varid, long[] ip)Deprecated.intnc_put_var_ushort(int ncid, int varid, short[] ip)Deprecated.intnc_put_var1(int ncid, int varid, SizeT[] indexp, com.sun.jna.Pointer p)Deprecated.intnc_put_var1(int ncid, int varid, SizeT[] indexp, Nc4prototypes.Vlen_t[] vlen)Deprecated.intnc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] bbuff)Deprecated.intnc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, com.sun.jna.Pointer p)Deprecated.intnc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, Nc4prototypes.Vlen_t[] v)Deprecated.intnc_put_vara_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, double[] ip)Deprecated.intnc_put_vara_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, float[] ip)Deprecated.intnc_put_vara_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.intnc_put_vara_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.intnc_put_vara_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_put_vara_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.intnc_put_vara_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.intnc_put_vara_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_put_vara_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.intnc_put_vara_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.intnc_put_vara_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.intnc_put_vara_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.intnc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] bbuff)Deprecated.intnc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, com.sun.jna.Pointer p)Deprecated.intnc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, Nc4prototypes.Vlen_t[] v)Deprecated.intnc_put_vars_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, double[] ip)Deprecated.intnc_put_vars_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, float[] ip)Deprecated.intnc_put_vars_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.intnc_put_vars_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.intnc_put_vars_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_put_vars_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.intnc_put_vars_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.intnc_put_vars_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_put_vars_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.intnc_put_vars_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.intnc_put_vars_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.intnc_put_vars_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.intnc_rename_grp(int grpid, String name)Deprecated.intnc_set_chunk_cache(SizeT size, SizeT nelems, float preemption)Deprecated.intnc_set_default_format(int format, com.sun.jna.ptr.IntByReference old_formatp)Deprecated.intnc_set_fill(int ncid, int fillmode, com.sun.jna.ptr.IntByReference old_modep)Deprecated.intnc_set_log_level(int newlevel)Deprecated.intnc_set_var_chunk_cache(int ncid, int varid, SizeT size, SizeT nelems, float preemption)Deprecated.Stringnc_strerror(int ncerr)Deprecated.intnc_sync(int ncid)Deprecated.
-
-
-
Constructor Detail
-
Nc4wrapper
public Nc4wrapper(Nc4prototypes nc4)
Deprecated.
-
-
Method Detail
-
err
protected static void err(String cc, int c)
Deprecated.
-
ce
protected static void ce()
Deprecated.
-
cx
protected static void cx()
Deprecated.
-
nc_inq_libvers
public String nc_inq_libvers()
Deprecated.- Specified by:
nc_inq_libversin interfaceNc4prototypes
-
nc_strerror
public String nc_strerror(int ncerr)
Deprecated.- Specified by:
nc_strerrorin interfaceNc4prototypes
-
nc_open
public int nc_open(String path, int mode, com.sun.jna.ptr.IntByReference ncidp)
Deprecated.- Specified by:
nc_openin interfaceNc4prototypes
-
nc_close
public int nc_close(int ncid)
Deprecated.- Specified by:
nc_closein interfaceNc4prototypes
-
nc_inq_format
public int nc_inq_format(int ncid, com.sun.jna.ptr.IntByReference formatp)Deprecated.- Specified by:
nc_inq_formatin interfaceNc4prototypes
-
nc_inq_format_extended
public int nc_inq_format_extended(int ncid, com.sun.jna.ptr.IntByReference formatp, com.sun.jna.ptr.IntByReference modep)Deprecated.- Specified by:
nc_inq_format_extendedin interfaceNc4prototypes
-
nc_inq_grps
public int nc_inq_grps(int ncid, com.sun.jna.ptr.IntByReference numgrps, int[] ncids)Deprecated.- Specified by:
nc_inq_grpsin interfaceNc4prototypes
-
nc_inq_grpname
public int nc_inq_grpname(int ncid, byte[] name)Deprecated.- Specified by:
nc_inq_grpnamein interfaceNc4prototypes
-
nc_inq_grpname_full
public int nc_inq_grpname_full(int ncid, SizeTByReference lenp, byte[] full_name)Deprecated.- Specified by:
nc_inq_grpname_fullin interfaceNc4prototypes
-
nc_inq_grpname_len
public int nc_inq_grpname_len(int ncid, SizeTByReference lenp)Deprecated.- Specified by:
nc_inq_grpname_lenin interfaceNc4prototypes
-
nc_inq_ndims
public int nc_inq_ndims(int ncid, com.sun.jna.ptr.IntByReference ndimsp)Deprecated.- Specified by:
nc_inq_ndimsin interfaceNc4prototypes
-
nc_inq_unlimdims
public int nc_inq_unlimdims(int ncid, com.sun.jna.ptr.IntByReference nunlimdimsp, int[] unlimdimidsp)Deprecated.- Specified by:
nc_inq_unlimdimsin interfaceNc4prototypes
-
nc_inq_dimids
public int nc_inq_dimids(int ncid, com.sun.jna.ptr.IntByReference ndims, int[] dimids, int include_parents)Deprecated.- Specified by:
nc_inq_dimidsin interfaceNc4prototypes
-
nc_inq_dim
public int nc_inq_dim(int ncid, int dimid, byte[] name, SizeTByReference lenp)Deprecated.- Specified by:
nc_inq_dimin interfaceNc4prototypes
-
nc_inq_dimname
public int nc_inq_dimname(int ncid, int dimid, byte[] name)Deprecated.- Specified by:
nc_inq_dimnamein interfaceNc4prototypes
-
nc_inq_natts
public int nc_inq_natts(int ncid, com.sun.jna.ptr.IntByReference nattsp)Deprecated.- Specified by:
nc_inq_nattsin interfaceNc4prototypes
-
nc_inq_attname
public int nc_inq_attname(int ncid, int varid, int attnum, byte[] name)Deprecated.- Specified by:
nc_inq_attnamein interfaceNc4prototypes
-
nc_inq_atttype
public int nc_inq_atttype(int ncid, int varid, String name, com.sun.jna.ptr.IntByReference xtypep)Deprecated.- Specified by:
nc_inq_atttypein interfaceNc4prototypes
-
nc_inq_attlen
public int nc_inq_attlen(int ncid, int varid, String name, SizeTByReference lenp)Deprecated.- Specified by:
nc_inq_attlenin interfaceNc4prototypes
-
nc_get_att_double
public int nc_get_att_double(int ncid, int varid, String name, double[] ip)Deprecated.- Specified by:
nc_get_att_doublein interfaceNc4prototypes
-
nc_get_att_float
public int nc_get_att_float(int ncid, int varid, String name, float[] ip)Deprecated.- Specified by:
nc_get_att_floatin interfaceNc4prototypes
-
nc_get_att_int
public int nc_get_att_int(int ncid, int varid, String name, int[] ip)Deprecated.- Specified by:
nc_get_att_intin interfaceNc4prototypes
-
nc_get_att_uint
public int nc_get_att_uint(int ncid, int varid, String name, int[] ip)Deprecated.- Specified by:
nc_get_att_uintin interfaceNc4prototypes
-
nc_get_att_longlong
public int nc_get_att_longlong(int ncid, int varid, String name, long[] ip)Deprecated.- Specified by:
nc_get_att_longlongin interfaceNc4prototypes
-
nc_get_att_ulonglong
public int nc_get_att_ulonglong(int ncid, int varid, String name, long[] ip)Deprecated.- Specified by:
nc_get_att_ulonglongin interfaceNc4prototypes
-
nc_get_att_schar
public int nc_get_att_schar(int ncid, int varid, String name, byte[] ip)Deprecated.- Specified by:
nc_get_att_scharin interfaceNc4prototypes
-
nc_get_att_uchar
public int nc_get_att_uchar(int ncid, int varid, String name, byte[] ip)Deprecated.- Specified by:
nc_get_att_ucharin interfaceNc4prototypes
-
nc_get_att_ubyte
public int nc_get_att_ubyte(int ncid, int varid, String name, byte[] ip)Deprecated.- Specified by:
nc_get_att_ubytein interfaceNc4prototypes
-
nc_get_att_short
public int nc_get_att_short(int ncid, int varid, String name, short[] ip)Deprecated.- Specified by:
nc_get_att_shortin interfaceNc4prototypes
-
nc_get_att_ushort
public int nc_get_att_ushort(int ncid, int varid, String name, short[] ip)Deprecated.- Specified by:
nc_get_att_ushortin interfaceNc4prototypes
-
nc_get_att_text
public int nc_get_att_text(int ncid, int varid, String name, byte[] ip)Deprecated.- Specified by:
nc_get_att_textin interfaceNc4prototypes
-
nc_get_att_string
public int nc_get_att_string(int ncid, int varid, String name, String[] ip)Deprecated.- Specified by:
nc_get_att_stringin interfaceNc4prototypes
-
nc_get_att
public int nc_get_att(int ncid, int varid, String name, byte[] bbuff)Deprecated.- Specified by:
nc_get_attin interfaceNc4prototypes
-
nc_inq_nvars
public int nc_inq_nvars(int ncid, com.sun.jna.ptr.IntByReference nvarsp)Deprecated.- Specified by:
nc_inq_nvarsin interfaceNc4prototypes
-
nc_inq_varids
public int nc_inq_varids(int ncid, com.sun.jna.ptr.IntByReference nvars, int[] varids)Deprecated.- Specified by:
nc_inq_varidsin interfaceNc4prototypes
-
nc_inq_var
public int nc_inq_var(int ncid, int varid, byte[] name, com.sun.jna.ptr.IntByReference xtypep, com.sun.jna.ptr.IntByReference ndimsp, int[] dimidsp, com.sun.jna.ptr.IntByReference nattsp)Deprecated.- Specified by:
nc_inq_varin interfaceNc4prototypes
-
nc_inq_varid
public int nc_inq_varid(int ncid, byte[] name, com.sun.jna.ptr.IntByReference varidp)Deprecated.- Specified by:
nc_inq_varidin interfaceNc4prototypes
-
nc_inq_vardimid
public int nc_inq_vardimid(int ncid, int varid, int[] dimidsp)Deprecated.- Specified by:
nc_inq_vardimidin interfaceNc4prototypes
-
nc_inq_varnatts
public int nc_inq_varnatts(int ncid, int varid, com.sun.jna.ptr.IntByReference nattsp)Deprecated.- Specified by:
nc_inq_varnattsin interfaceNc4prototypes
-
nc_inq_typeids
public int nc_inq_typeids(int ncid, com.sun.jna.ptr.IntByReference ntypes, int[] typeids)Deprecated.- Specified by:
nc_inq_typeidsin interfaceNc4prototypes
-
nc_inq_type
public int nc_inq_type(int ncid, int xtype, byte[] name, SizeTByReference sizep)Deprecated.- Specified by:
nc_inq_typein interfaceNc4prototypes
-
nc_inq_user_type
public int nc_inq_user_type(int ncid, int xtype, byte[] name, SizeTByReference sizep, com.sun.jna.ptr.IntByReference baseType, SizeTByReference nfieldsp, com.sun.jna.ptr.IntByReference classp)Deprecated.- Specified by:
nc_inq_user_typein interfaceNc4prototypes
-
nc_inq_enum
public int nc_inq_enum(int ncid, int xtype, byte[] name, com.sun.jna.ptr.IntByReference baseType, SizeTByReference base_sizep, SizeTByReference num_membersp)Deprecated.- Specified by:
nc_inq_enumin interfaceNc4prototypes
-
nc_inq_enum_member
public int nc_inq_enum_member(int ncid, int xtype, int idx, byte[] name, com.sun.jna.ptr.IntByReference value)Deprecated.- Specified by:
nc_inq_enum_memberin interfaceNc4prototypes
-
nc_inq_opaque
public int nc_inq_opaque(int ncid, int xtype, byte[] name, SizeTByReference sizep)Deprecated.- Specified by:
nc_inq_opaquein interfaceNc4prototypes
-
nc_get_var
public int nc_get_var(int ncid, int varid, byte[] buf)Deprecated.- Specified by:
nc_get_varin interfaceNc4prototypes
-
nc_get_var_text
public int nc_get_var_text(int ncid, int varid, byte[] op)Deprecated.- Specified by:
nc_get_var_textin interfaceNc4prototypes
-
nc_get_var_schar
public int nc_get_var_schar(int ncid, int varid, byte[] ip)Deprecated.- Specified by:
nc_get_var_scharin interfaceNc4prototypes
-
nc_get_var_ubyte
public int nc_get_var_ubyte(int ncid, int varid, byte[] ip)Deprecated.- Specified by:
nc_get_var_ubytein interfaceNc4prototypes
-
nc_get_var_short
public int nc_get_var_short(int ncid, int varid, short[] ip)Deprecated.- Specified by:
nc_get_var_shortin interfaceNc4prototypes
-
nc_get_var_ushort
public int nc_get_var_ushort(int ncid, int varid, short[] ip)Deprecated.- Specified by:
nc_get_var_ushortin interfaceNc4prototypes
-
nc_get_var_int
public int nc_get_var_int(int ncid, int varid, int[] ip)Deprecated.- Specified by:
nc_get_var_intin interfaceNc4prototypes
-
nc_get_var_uint
public int nc_get_var_uint(int ncid, int varid, int[] ip)Deprecated.- Specified by:
nc_get_var_uintin interfaceNc4prototypes
-
nc_get_var_longlong
public int nc_get_var_longlong(int ncid, int varid, long[] ip)Deprecated.- Specified by:
nc_get_var_longlongin interfaceNc4prototypes
-
nc_get_var_ulonglong
public int nc_get_var_ulonglong(int ncid, int varid, long[] ip)Deprecated.- Specified by:
nc_get_var_ulonglongin interfaceNc4prototypes
-
nc_get_var_float
public int nc_get_var_float(int ncid, int varid, float[] ip)Deprecated.- Specified by:
nc_get_var_floatin interfaceNc4prototypes
-
nc_get_var_double
public int nc_get_var_double(int ncid, int varid, double[] ip)Deprecated.- Specified by:
nc_get_var_doublein interfaceNc4prototypes
-
nc_get_var_string
public int nc_get_var_string(int ncid, int varid, String[] sarray)Deprecated.- Specified by:
nc_get_var_stringin interfaceNc4prototypes
-
nc_get_var1
public int nc_get_var1(int ncid, int varid, SizeT[] indexp, byte[] buf)Deprecated.- Specified by:
nc_get_var1in interfaceNc4prototypes
-
nc_get_var1_text
public int nc_get_var1_text(int ncid, int varid, SizeT[] indexp, byte[] op)Deprecated.- Specified by:
nc_get_var1_textin interfaceNc4prototypes
-
nc_get_var1_schar
public int nc_get_var1_schar(int ncid, int varid, SizeT[] indexp, byte[] ip)Deprecated.- Specified by:
nc_get_var1_scharin interfaceNc4prototypes
-
nc_get_var1_ubyte
public int nc_get_var1_ubyte(int ncid, int varid, SizeT[] indexp, byte[] ip)Deprecated.- Specified by:
nc_get_var1_ubytein interfaceNc4prototypes
-
nc_get_var1_short
public int nc_get_var1_short(int ncid, int varid, SizeT[] indexp, short[] ip)Deprecated.- Specified by:
nc_get_var1_shortin interfaceNc4prototypes
-
nc_get_var1_ushort
public int nc_get_var1_ushort(int ncid, int varid, SizeT[] indexp, short[] ip)Deprecated.- Specified by:
nc_get_var1_ushortin interfaceNc4prototypes
-
nc_get_var1_int
public int nc_get_var1_int(int ncid, int varid, SizeT[] indexp, int[] ip)Deprecated.- Specified by:
nc_get_var1_intin interfaceNc4prototypes
-
nc_get_var1_uint
public int nc_get_var1_uint(int ncid, int varid, SizeT[] indexp, int[] ip)Deprecated.- Specified by:
nc_get_var1_uintin interfaceNc4prototypes
-
nc_get_var1_longlong
public int nc_get_var1_longlong(int ncid, int varid, SizeT[] indexp, long[] ip)Deprecated.- Specified by:
nc_get_var1_longlongin interfaceNc4prototypes
-
nc_get_var1_ulonglong
public int nc_get_var1_ulonglong(int ncid, int varid, SizeT[] indexp, long[] ip)Deprecated.- Specified by:
nc_get_var1_ulonglongin interfaceNc4prototypes
-
nc_get_var1_float
public int nc_get_var1_float(int ncid, int varid, SizeT[] indexp, float[] ip)Deprecated.- Specified by:
nc_get_var1_floatin interfaceNc4prototypes
-
nc_get_var1_double
public int nc_get_var1_double(int ncid, int varid, SizeT[] indexp, double[] ip)Deprecated.- Specified by:
nc_get_var1_doublein interfaceNc4prototypes
-
nc_get_var1_string
public int nc_get_var1_string(int ncid, int varid, SizeT[] indexp, String[] sarray)Deprecated.- Specified by:
nc_get_var1_stringin interfaceNc4prototypes
-
nc_get_vara
public int nc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] buf)Deprecated.- Specified by:
nc_get_varain interfaceNc4prototypes
-
nc_get_vara_uchar
public int nc_get_vara_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_get_vara_ucharin interfaceNc4prototypes
-
nc_get_vara_schar
public int nc_get_vara_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_get_vara_scharin interfaceNc4prototypes
-
nc_get_vara_text
public int nc_get_vara_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_get_vara_textin interfaceNc4prototypes
-
nc_get_vara_short
public int nc_get_vara_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.- Specified by:
nc_get_vara_shortin interfaceNc4prototypes
-
nc_get_vara_ushort
public int nc_get_vara_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.- Specified by:
nc_get_vara_ushortin interfaceNc4prototypes
-
nc_get_vara_int
public int nc_get_vara_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.- Specified by:
nc_get_vara_intin interfaceNc4prototypes
-
nc_get_vara_uint
public int nc_get_vara_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.- Specified by:
nc_get_vara_uintin interfaceNc4prototypes
-
nc_get_vara_longlong
public int nc_get_vara_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.- Specified by:
nc_get_vara_longlongin interfaceNc4prototypes
-
nc_get_vara_ulonglong
public int nc_get_vara_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.- Specified by:
nc_get_vara_ulonglongin interfaceNc4prototypes
-
nc_get_vara_float
public int nc_get_vara_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, float[] ip)Deprecated.- Specified by:
nc_get_vara_floatin interfaceNc4prototypes
-
nc_get_vara_double
public int nc_get_vara_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, double[] ip)Deprecated.- Specified by:
nc_get_vara_doublein interfaceNc4prototypes
-
nc_get_vara_string
public int nc_get_vara_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, String[] ip)Deprecated.- Specified by:
nc_get_vara_stringin interfaceNc4prototypes
-
nc_get_vars
public int nc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] buf)Deprecated.- Specified by:
nc_get_varsin interfaceNc4prototypes
-
nc_get_vars_uchar
public int nc_get_vars_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_get_vars_ucharin interfaceNc4prototypes
-
nc_get_vars_schar
public int nc_get_vars_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_get_vars_scharin interfaceNc4prototypes
-
nc_get_vars_text
public int nc_get_vars_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_get_vars_textin interfaceNc4prototypes
-
nc_get_vars_short
public int nc_get_vars_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.- Specified by:
nc_get_vars_shortin interfaceNc4prototypes
-
nc_get_vars_ushort
public int nc_get_vars_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.- Specified by:
nc_get_vars_ushortin interfaceNc4prototypes
-
nc_get_vars_int
public int nc_get_vars_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.- Specified by:
nc_get_vars_intin interfaceNc4prototypes
-
nc_get_vars_uint
public int nc_get_vars_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.- Specified by:
nc_get_vars_uintin interfaceNc4prototypes
-
nc_get_vars_longlong
public int nc_get_vars_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.- Specified by:
nc_get_vars_longlongin interfaceNc4prototypes
-
nc_get_vars_ulonglong
public int nc_get_vars_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.- Specified by:
nc_get_vars_ulonglongin interfaceNc4prototypes
-
nc_get_vars_float
public int nc_get_vars_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, float[] ip)Deprecated.- Specified by:
nc_get_vars_floatin interfaceNc4prototypes
-
nc_get_vars_double
public int nc_get_vars_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, double[] ip)Deprecated.- Specified by:
nc_get_vars_doublein interfaceNc4prototypes
-
nc_get_vars_string
public int nc_get_vars_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.- Specified by:
nc_get_vars_stringin interfaceNc4prototypes
-
nc_set_default_format
public int nc_set_default_format(int format, com.sun.jna.ptr.IntByReference old_formatp)Deprecated.- Specified by:
nc_set_default_formatin interfaceNc4prototypes
-
nc_create
public int nc_create(String path, int cmode, com.sun.jna.ptr.IntByReference ncidp)
Deprecated.- Specified by:
nc_createin interfaceNc4prototypes
-
nc_enddef
public int nc_enddef(int ncid)
Deprecated.- Specified by:
nc_enddefin interfaceNc4prototypes
-
nc_sync
public int nc_sync(int ncid)
Deprecated.- Specified by:
nc_syncin interfaceNc4prototypes
-
nc_def_grp
public int nc_def_grp(int parent_ncid, String name, com.sun.jna.ptr.IntByReference new_ncid)Deprecated.- Specified by:
nc_def_grpin interfaceNc4prototypes
-
nc_def_dim
public int nc_def_dim(int ncid, String name, SizeT len, com.sun.jna.ptr.IntByReference dimid)Deprecated.- Specified by:
nc_def_dimin interfaceNc4prototypes
-
nc_inq_dimlen
public int nc_inq_dimlen(int ncid, int dimid, SizeTByReference lenp)Deprecated.- Specified by:
nc_inq_dimlenin interfaceNc4prototypes
-
nc_def_var
public int nc_def_var(int ncid, String name, SizeT xtype, int ndims, int[] dimids, com.sun.jna.ptr.IntByReference varidp)Deprecated.- Specified by:
nc_def_varin interfaceNc4prototypes
-
nc_def_compound
public int nc_def_compound(int ncid, SizeT size, String name, com.sun.jna.ptr.IntByReference typeidp)Deprecated.- Specified by:
nc_def_compoundin interfaceNc4prototypes
-
nc_insert_compound
public int nc_insert_compound(int ncid, int typeid, String name, SizeT offset, int field_typeid)Deprecated.- Specified by:
nc_insert_compoundin interfaceNc4prototypes
-
nc_insert_array_compound
public int nc_insert_array_compound(int ncid, int typeid, String name, SizeT offset, int field_typeid, int ndims, int[] dim_sizes)Deprecated.- Specified by:
nc_insert_array_compoundin interfaceNc4prototypes
-
nc_def_enum
public int nc_def_enum(int ncid, int base_typeid, String name, com.sun.jna.ptr.IntByReference typeidp)Deprecated.- Specified by:
nc_def_enumin interfaceNc4prototypes
-
nc_insert_enum
public int nc_insert_enum(int ncid, int enumid, String name, com.sun.jna.ptr.IntByReference value)Deprecated.- Specified by:
nc_insert_enumin interfaceNc4prototypes
-
nc_rename_grp
public int nc_rename_grp(int grpid, String name)Deprecated.- Specified by:
nc_rename_grpin interfaceNc4prototypes
-
nc_put_var
public int nc_put_var(int ncid, int varid, byte[] bbuff)Deprecated.- Specified by:
nc_put_varin interfaceNc4prototypes
-
nc_put_vara
public int nc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] bbuff)Deprecated.- Specified by:
nc_put_varain interfaceNc4prototypes
-
nc_put_vara_uchar
public int nc_put_vara_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_put_vara_ucharin interfaceNc4prototypes
-
nc_put_vara_schar
public int nc_put_vara_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_put_vara_scharin interfaceNc4prototypes
-
nc_put_vara_text
public int nc_put_vara_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, byte[] ip)Deprecated.- Specified by:
nc_put_vara_textin interfaceNc4prototypes
-
nc_put_vara_short
public int nc_put_vara_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.- Specified by:
nc_put_vara_shortin interfaceNc4prototypes
-
nc_put_vara_ushort
public int nc_put_vara_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, short[] ip)Deprecated.- Specified by:
nc_put_vara_ushortin interfaceNc4prototypes
-
nc_put_vara_int
public int nc_put_vara_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.- Specified by:
nc_put_vara_intin interfaceNc4prototypes
-
nc_put_vara_uint
public int nc_put_vara_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, int[] ip)Deprecated.- Specified by:
nc_put_vara_uintin interfaceNc4prototypes
-
nc_put_vara_longlong
public int nc_put_vara_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.- Specified by:
nc_put_vara_longlongin interfaceNc4prototypes
-
nc_put_vara_ulonglong
public int nc_put_vara_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, long[] ip)Deprecated.- Specified by:
nc_put_vara_ulonglongin interfaceNc4prototypes
-
nc_put_vara_float
public int nc_put_vara_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, float[] ip)Deprecated.- Specified by:
nc_put_vara_floatin interfaceNc4prototypes
-
nc_put_vara_double
public int nc_put_vara_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, double[] ip)Deprecated.- Specified by:
nc_put_vara_doublein interfaceNc4prototypes
-
nc_put_vara_string
public int nc_put_vara_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.- Specified by:
nc_put_vara_stringin interfaceNc4prototypes
-
nc_put_vars
public int nc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] bbuff)Deprecated.- Specified by:
nc_put_varsin interfaceNc4prototypes
-
nc_put_vars_uchar
public int nc_put_vars_uchar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_put_vars_ucharin interfaceNc4prototypes
-
nc_put_vars_schar
public int nc_put_vars_schar(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_put_vars_scharin interfaceNc4prototypes
-
nc_put_vars_text
public int nc_put_vars_text(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, byte[] ip)Deprecated.- Specified by:
nc_put_vars_textin interfaceNc4prototypes
-
nc_put_vars_short
public int nc_put_vars_short(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.- Specified by:
nc_put_vars_shortin interfaceNc4prototypes
-
nc_put_vars_ushort
public int nc_put_vars_ushort(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, short[] ip)Deprecated.- Specified by:
nc_put_vars_ushortin interfaceNc4prototypes
-
nc_put_vars_int
public int nc_put_vars_int(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.- Specified by:
nc_put_vars_intin interfaceNc4prototypes
-
nc_put_vars_uint
public int nc_put_vars_uint(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, int[] ip)Deprecated.- Specified by:
nc_put_vars_uintin interfaceNc4prototypes
-
nc_put_vars_longlong
public int nc_put_vars_longlong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.- Specified by:
nc_put_vars_longlongin interfaceNc4prototypes
-
nc_put_vars_ulonglong
public int nc_put_vars_ulonglong(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, long[] ip)Deprecated.- Specified by:
nc_put_vars_ulonglongin interfaceNc4prototypes
-
nc_put_vars_float
public int nc_put_vars_float(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, float[] ip)Deprecated.- Specified by:
nc_put_vars_floatin interfaceNc4prototypes
-
nc_put_vars_double
public int nc_put_vars_double(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, double[] ip)Deprecated.- Specified by:
nc_put_vars_doublein interfaceNc4prototypes
-
nc_put_vars_string
public int nc_put_vars_string(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, String[] ip)Deprecated.- Specified by:
nc_put_vars_stringin interfaceNc4prototypes
-
nc_put_var_uchar
public int nc_put_var_uchar(int ncid, int varid, byte[] ip)Deprecated.- Specified by:
nc_put_var_ucharin interfaceNc4prototypes
-
nc_put_var_schar
public int nc_put_var_schar(int ncid, int varid, byte[] ip)Deprecated.- Specified by:
nc_put_var_scharin interfaceNc4prototypes
-
nc_put_var_text
public int nc_put_var_text(int ncid, int varid, byte[] ip)Deprecated.- Specified by:
nc_put_var_textin interfaceNc4prototypes
-
nc_put_var_short
public int nc_put_var_short(int ncid, int varid, short[] ip)Deprecated.- Specified by:
nc_put_var_shortin interfaceNc4prototypes
-
nc_put_var_ushort
public int nc_put_var_ushort(int ncid, int varid, short[] ip)Deprecated.- Specified by:
nc_put_var_ushortin interfaceNc4prototypes
-
nc_put_var_int
public int nc_put_var_int(int ncid, int varid, int[] ip)Deprecated.- Specified by:
nc_put_var_intin interfaceNc4prototypes
-
nc_put_var_uint
public int nc_put_var_uint(int ncid, int varid, int[] ip)Deprecated.- Specified by:
nc_put_var_uintin interfaceNc4prototypes
-
nc_put_var_longlong
public int nc_put_var_longlong(int ncid, int varid, long[] ip)Deprecated.- Specified by:
nc_put_var_longlongin interfaceNc4prototypes
-
nc_put_var_ulonglong
public int nc_put_var_ulonglong(int ncid, int varid, long[] ip)Deprecated.- Specified by:
nc_put_var_ulonglongin interfaceNc4prototypes
-
nc_put_var_float
public int nc_put_var_float(int ncid, int varid, float[] ip)Deprecated.- Specified by:
nc_put_var_floatin interfaceNc4prototypes
-
nc_put_var_double
public int nc_put_var_double(int ncid, int varid, double[] ip)Deprecated.- Specified by:
nc_put_var_doublein interfaceNc4prototypes
-
nc_put_var_string
public int nc_put_var_string(int ncid, int varid, String[] op)Deprecated.- Specified by:
nc_put_var_stringin interfaceNc4prototypes
-
nc_put_att
public int nc_put_att(int ncid, int varid, String name, int xtype, SizeT len, byte[] value)Deprecated.- Specified by:
nc_put_attin interfaceNc4prototypes
-
nc_put_att_string
public int nc_put_att_string(int ncid, int varid, String attName, SizeT len, String[] value)Deprecated.- Specified by:
nc_put_att_stringin interfaceNc4prototypes
-
nc_put_att_text
public int nc_put_att_text(int ncid, int varid, String attName, SizeT len, byte[] value)Deprecated.- Specified by:
nc_put_att_textin interfaceNc4prototypes
-
nc_put_att_uchar
public int nc_put_att_uchar(int ncid, int varid, String attName, int xtype, SizeT len, byte[] value)Deprecated.- Specified by:
nc_put_att_ucharin interfaceNc4prototypes
-
nc_put_att_schar
public int nc_put_att_schar(int ncid, int varid, String attName, int xtype, SizeT len, byte[] value)Deprecated.- Specified by:
nc_put_att_scharin interfaceNc4prototypes
-
nc_put_att_short
public int nc_put_att_short(int ncid, int varid, String attName, int xtype, SizeT len, short[] value)Deprecated.- Specified by:
nc_put_att_shortin interfaceNc4prototypes
-
nc_put_att_ushort
public int nc_put_att_ushort(int ncid, int varid, String attName, int xtype, SizeT len, short[] value)Deprecated.- Specified by:
nc_put_att_ushortin interfaceNc4prototypes
-
nc_put_att_int
public int nc_put_att_int(int ncid, int varid, String attName, int xtype, SizeT len, int[] value)Deprecated.- Specified by:
nc_put_att_intin interfaceNc4prototypes
-
nc_put_att_uint
public int nc_put_att_uint(int ncid, int varid, String attName, int xtype, SizeT len, int[] value)Deprecated.- Specified by:
nc_put_att_uintin interfaceNc4prototypes
-
nc_put_att_longlong
public int nc_put_att_longlong(int ncid, int varid, String attName, int xtype, SizeT len, long[] value)Deprecated.- Specified by:
nc_put_att_longlongin interfaceNc4prototypes
-
nc_put_att_ulonglong
public int nc_put_att_ulonglong(int ncid, int varid, String attName, int xtype, SizeT len, long[] value)Deprecated.- Specified by:
nc_put_att_ulonglongin interfaceNc4prototypes
-
nc_put_att_float
public int nc_put_att_float(int ncid, int varid, String attName, int xtype, SizeT len, float[] value)Deprecated.- Specified by:
nc_put_att_floatin interfaceNc4prototypes
-
nc_put_att_double
public int nc_put_att_double(int ncid, int varid, String attName, int xtype, SizeT len, double[] value)Deprecated.- Specified by:
nc_put_att_doublein interfaceNc4prototypes
-
nc_def_var_deflate
public int nc_def_var_deflate(int ncid, int varid, int shuffle, int deflate, int deflate_level)Deprecated.- Specified by:
nc_def_var_deflatein interfaceNc4prototypes
-
nc_inq_var_deflate
public int nc_inq_var_deflate(int ncid, int varid, com.sun.jna.ptr.IntByReference shufflep, com.sun.jna.ptr.IntByReference deflatep, com.sun.jna.ptr.IntByReference deflate_levelp)Deprecated.- Specified by:
nc_inq_var_deflatein interfaceNc4prototypes
-
nc_inq_var_szip
public int nc_inq_var_szip(int ncid, int varid, com.sun.jna.ptr.IntByReference options_maskp, com.sun.jna.ptr.IntByReference pixels_per_blockp)Deprecated.- Specified by:
nc_inq_var_szipin interfaceNc4prototypes
-
nc_def_var_fletcher32
public int nc_def_var_fletcher32(int ncid, int varid, int fletcher32)Deprecated.- Specified by:
nc_def_var_fletcher32in interfaceNc4prototypes
-
nc_inq_var_fletcher32
public int nc_inq_var_fletcher32(int ncid, int varid, com.sun.jna.ptr.IntByReference fletcher32p)Deprecated.- Specified by:
nc_inq_var_fletcher32in interfaceNc4prototypes
-
nc_def_var_chunking
public int nc_def_var_chunking(int ncid, int varid, int storage, SizeT[] chunksizesp)Deprecated.- Specified by:
nc_def_var_chunkingin interfaceNc4prototypes
-
nc_inq_var_chunking
public int nc_inq_var_chunking(int ncid, int varid, com.sun.jna.ptr.IntByReference storagep, SizeT[] chunksizesp)Deprecated.- Specified by:
nc_inq_var_chunkingin interfaceNc4prototypes
-
nc_def_var_fill
public int nc_def_var_fill(int ncid, int varid, int no_fill, byte[] fill_value)Deprecated.- Specified by:
nc_def_var_fillin interfaceNc4prototypes
-
nc_inq_var_fill
public int nc_inq_var_fill(int ncid, int varid, com.sun.jna.ptr.IntByReference no_fill, byte[] fill_valuep)Deprecated.- Specified by:
nc_inq_var_fillin interfaceNc4prototypes
-
nc_def_var_endian
public int nc_def_var_endian(int ncid, int varid, int endian)Deprecated.- Specified by:
nc_def_var_endianin interfaceNc4prototypes
-
nc_inq_var_endian
public int nc_inq_var_endian(int ncid, int varid, com.sun.jna.ptr.IntByReference endianp)Deprecated.- Specified by:
nc_inq_var_endianin interfaceNc4prototypes
-
nc_set_fill
public int nc_set_fill(int ncid, int fillmode, com.sun.jna.ptr.IntByReference old_modep)Deprecated.- Specified by:
nc_set_fillin interfaceNc4prototypes
-
nc_set_chunk_cache
public int nc_set_chunk_cache(SizeT size, SizeT nelems, float preemption)
Deprecated.- Specified by:
nc_set_chunk_cachein interfaceNc4prototypes
-
nc_get_chunk_cache
public int nc_get_chunk_cache(SizeTByReference sizep, SizeTByReference nelemsp, com.sun.jna.ptr.FloatByReference preemptionp)
Deprecated.- Specified by:
nc_get_chunk_cachein interfaceNc4prototypes
-
nc_set_var_chunk_cache
public int nc_set_var_chunk_cache(int ncid, int varid, SizeT size, SizeT nelems, float preemption)Deprecated.- Specified by:
nc_set_var_chunk_cachein interfaceNc4prototypes
-
nc_get_var_chunk_cache
public int nc_get_var_chunk_cache(int ncid, int varid, SizeTByReference sizep, SizeTByReference nelemsp, com.sun.jna.ptr.FloatByReference preemptionp)Deprecated.- Specified by:
nc_get_var_chunk_cachein interfaceNc4prototypes
-
nc_set_log_level
public int nc_set_log_level(int newlevel)
Deprecated.- Specified by:
nc_set_log_levelin interfaceNc4prototypes
-
nc_inq_compound
public int nc_inq_compound(int ncid, int xtype, byte[] name, SizeTByReference sizep, SizeTByReference nfieldsp)Deprecated.- Specified by:
nc_inq_compoundin interfaceNc4prototypes
-
nc_inq_compound_field
public int nc_inq_compound_field(int ncid, int xtype, int fieldid, byte[] name, SizeTByReference offsetp, com.sun.jna.ptr.IntByReference field_typeidp, com.sun.jna.ptr.IntByReference ndimsp, int[] dims)Deprecated.- Specified by:
nc_inq_compound_fieldin interfaceNc4prototypes
-
nc_inq_vlen
public int nc_inq_vlen(int ncid, int xtype, byte[] name, SizeTByReference datum_sizep, com.sun.jna.ptr.IntByReference base_nc_typep)Deprecated.- Specified by:
nc_inq_vlenin interfaceNc4prototypes
-
nc_get_att
public int nc_get_att(int ncid, int varid, String name, Nc4prototypes.Vlen_t[] vlen)Deprecated.- Specified by:
nc_get_attin interfaceNc4prototypes
-
nc_get_var
public int nc_get_var(int ncid, int varid, Nc4prototypes.Vlen_t[] vlen)Deprecated.- Specified by:
nc_get_varin interfaceNc4prototypes
-
nc_get_var1
public int nc_get_var1(int ncid, int varid, SizeT[] indexp, Nc4prototypes.Vlen_t[] vlen)Deprecated.- Specified by:
nc_get_var1in interfaceNc4prototypes
-
nc_get_vara
public int nc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, Nc4prototypes.Vlen_t[] v)Deprecated.- Specified by:
nc_get_varain interfaceNc4prototypes
-
nc_get_vars
public int nc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, Nc4prototypes.Vlen_t[] v)Deprecated.- Specified by:
nc_get_varsin interfaceNc4prototypes
-
nc_put_att
public int nc_put_att(int ncid, int varid, String attName, int xtype, SizeT len, Nc4prototypes.Vlen_t[] value)Deprecated.- Specified by:
nc_put_attin interfaceNc4prototypes
-
nc_put_var
public int nc_put_var(int ncid, int varid, Nc4prototypes.Vlen_t[] vlen)Deprecated.- Specified by:
nc_put_varin interfaceNc4prototypes
-
nc_put_var1
public int nc_put_var1(int ncid, int varid, SizeT[] indexp, Nc4prototypes.Vlen_t[] vlen)Deprecated.- Specified by:
nc_put_var1in interfaceNc4prototypes
-
nc_put_vara
public int nc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, Nc4prototypes.Vlen_t[] v)Deprecated.- Specified by:
nc_put_varain interfaceNc4prototypes
-
nc_put_vars
public int nc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, Nc4prototypes.Vlen_t[] v)Deprecated.- Specified by:
nc_put_varsin interfaceNc4prototypes
-
nc_get_att
public int nc_get_att(int ncid, int varid, String name, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_get_attin interfaceNc4prototypes
-
nc_get_var
public int nc_get_var(int ncid, int varid, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_get_varin interfaceNc4prototypes
-
nc_get_var1
public int nc_get_var1(int ncid, int varid, SizeT[] indexp, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_get_var1in interfaceNc4prototypes
-
nc_get_vara
public int nc_get_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_get_varain interfaceNc4prototypes
-
nc_get_vars
public int nc_get_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_get_varsin interfaceNc4prototypes
-
nc_put_att
public int nc_put_att(int ncid, int varid, String attName, int xtype, SizeT len, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_put_attin interfaceNc4prototypes
-
nc_put_var
public int nc_put_var(int ncid, int varid, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_put_varin interfaceNc4prototypes
-
nc_put_var1
public int nc_put_var1(int ncid, int varid, SizeT[] indexp, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_put_var1in interfaceNc4prototypes
-
nc_put_vara
public int nc_put_vara(int ncid, int varid, SizeT[] startp, SizeT[] countp, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_put_varain interfaceNc4prototypes
-
nc_put_vars
public int nc_put_vars(int ncid, int varid, SizeT[] startp, SizeT[] countp, SizeT[] stridep, com.sun.jna.Pointer p)Deprecated.- Specified by:
nc_put_varsin interfaceNc4prototypes
-
-