- Nc4Iosp - Class in ucar.nc2.jni.netcdf
-
IOSP for reading netcdf files through jni interface to netcdf4 library
- Nc4Iosp() - Constructor for class ucar.nc2.jni.netcdf.Nc4Iosp
-
- Nc4Iosp(NetcdfFileWriter.Version) - Constructor for class ucar.nc2.jni.netcdf.Nc4Iosp
-
- Nc4prototypes - Interface in ucar.nc2.jni.netcdf
-
JNA access to Netcdf-4 C Library, using JNI to shared C library.
- Nc4prototypes.Vlen_t - Class in ucar.nc2.jni.netcdf
-
- Nc4prototypes.Vlen_t() - Constructor for class ucar.nc2.jni.netcdf.Nc4prototypes.Vlen_t
-
- Nc4prototypes.Vlen_t.ByValue - Class in ucar.nc2.jni.netcdf
-
- Nc4prototypes.Vlen_t.ByValue() - Constructor for class ucar.nc2.jni.netcdf.Nc4prototypes.Vlen_t.ByValue
-
- NC_64BIT_OFFSET - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Don't destroy existing file.
- NC_BYTE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_CHAR - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_CHUNKED - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Create a diskless file.
- NC_CLASSIC_MODEL - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Use netCDF-4/HDF5 format.
- NC_CLOBBER - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_close(int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_COMPOUND - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_CONTIGUOUS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_create(String, int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Argument to nc_set_fill() to turn off filling of data.
- nc_def_dim(int, String, long, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_grp(int, String, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var(int, String, long, int, int[], IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var_chunking(int, int, int, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var_deflate(int, int, int, int, int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var_endian(int, int, int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var_fill(int, int, int, ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_def_var_fletcher32(int, int, int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_DISKLESS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Enforce classic model.
- NC_DOUBLE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_enddef(int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_ENUM - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FILL - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FLOAT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FORMAT_64BIT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FORMAT_CLASSIC - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FORMAT_NETCDF4 - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_FORMAT_NETCDF4_CLASSIC - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att(int, int, String, Nc4prototypes.Vlen_t[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att(int, int, String, ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_double(int, int, String, double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_float(int, int, String, float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_int(int, int, String, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_longlong(int, int, String, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_schar(int, int, String, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_short(int, int, String, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_string(int, int, String, String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_text(int, int, String, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_ubyte(int, int, String, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_uchar(int, int, String, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_uint(int, int, String, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_ulonglong(int, int, String, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_att_ushort(int, int, String, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_chunk_cache(NativeLongByReference, NativeLongByReference, FloatByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var(int, int, ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var(int, int, Nc4prototypes.Vlen_t[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_chunk_cache(int, int, NativeLongByReference, NativeLongByReference, FloatByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_double(int, int, double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_float(int, int, float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_int(int, int, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_longlong(int, int, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_schar(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_short(int, int, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_string(int, int, String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_text(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_ubyte(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_uint(int, int, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_ulonglong(int, int, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_var_ushort(int, int, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara(int, int, long[], long[], ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_double(int, int, long[], long[], double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_float(int, int, long[], long[], float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_int(int, int, long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_longlong(int, int, long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_schar(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_short(int, int, long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_string(int, int, long[], long[], String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_text(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_uchar(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_uint(int, int, long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_ulonglong(int, int, long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vara_ushort(int, int, long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars(int, int, long[], long[], long[], ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_double(int, int, long[], long[], long[], double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_float(int, int, long[], long[], long[], float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_int(int, int, long[], long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_longlong(int, int, long[], long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_schar(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_short(int, int, long[], long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_string(int, int, long[], long[], long[], String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_text(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_uchar(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_uint(int, int, long[], long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_ulonglong(int, int, long[], long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_get_vars_ushort(int, int, long[], long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_GLOBAL - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_attlen(int, int, String, NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_attname(int, int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_atttype(int, int, String, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_compound(int, int, byte[], NativeLongByReference, NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_compound_field(int, int, int, byte[], NativeLongByReference, IntByReference, IntByReference, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_dim(int, int, byte[], NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_dimids(int, IntByReference, int[], int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_dimname(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_enum(int, int, byte[], IntByReference, NativeLongByReference, NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_enum_member(int, int, int, byte[], IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_format(int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_grpname(int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_grps(int, IntByReference, Pointer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_grps(int, IntByReference, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_libvers() - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_natts(int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_ndims(int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_nvars(int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_opaque(int, int, byte[], NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_type(int, int, byte[], NativeLongByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_typeids(int, IntByReference, Pointer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_typeids(int, IntByReference, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_unlimdims(int, IntByReference, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_user_type(int, int, byte[], NativeLongByReference, IntByReference, NativeLongByReference, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var(int, int, byte[], IntByReference, IntByReference, int[], IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_chunking(int, int, IntByReference, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_deflate(int, int, IntByReference, IntByReference, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_endian(int, int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_fill(int, int, IntByReference, ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_fletcher32(int, int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_var_szip(int, int, IntByReference, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_inq_varids(int, IntByReference, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_INT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_INT64 - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_ATOMIC_TYPE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_ATTRS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_DIMS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_NAME - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_VAR_DIMS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_MAX_VARS - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_NETCDF4 - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Use large (64-bit) file offsets.
- NC_NOCLOBBER - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Destroy existing file.
- NC_NOFILL - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
< Argument to nc_set_fill() to clear NC_NOFILL
- NC_NOWRITE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_OPAQUE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_open(String, int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att(int, int, String, int, long, ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_double(int, int, String, int, long, double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_float(int, int, String, int, long, float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_int(int, int, String, int, long, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_longlong(int, int, String, int, long, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_schar(int, int, String, int, long, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_short(int, int, String, int, long, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_string(int, int, String, long, String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_text(int, int, String, long, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_uchar(int, int, String, int, long, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_uint(int, int, String, int, long, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_ulonglong(int, int, String, int, long, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_att_ushort(int, int, String, int, long, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_double(int, int, double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_float(int, int, float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_int(int, int, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_longlong(int, int, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_schar(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_short(int, int, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_string(int, int, String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_text(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_uchar(int, int, byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_uint(int, int, int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_ulonglong(int, int, long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_var_ushort(int, int, short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara(int, int, long[], long[], ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_double(int, int, long[], long[], double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_float(int, int, long[], long[], float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_int(int, int, long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_longlong(int, int, long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_schar(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_short(int, int, long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_string(int, int, long[], long[], long[], String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_text(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_uchar(int, int, long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_uint(int, int, long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_ulonglong(int, int, long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vara_ushort(int, int, long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars(int, int, long[], long[], long[], ByteBuffer) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_double(int, int, long[], long[], long[], double[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_float(int, int, long[], long[], long[], float[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_int(int, int, long[], long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_longlong(int, int, long[], long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_schar(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_short(int, int, long[], long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_string(int, int, long[], long[], long[], String[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_text(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_uchar(int, int, long[], long[], long[], byte[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_uint(int, int, long[], long[], long[], int[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_ulonglong(int, int, long[], long[], long[], long[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_put_vars_ushort(int, int, long[], long[], long[], short[]) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_set_chunk_cache(long, long, float) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_set_default_format(int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_set_fill(int, int, IntByReference) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_set_var_chunk_cache(int, int, long, long, float) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_SHORT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_strerror(int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_STRING - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- nc_sync(int) - Method in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_UBYTE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_UINT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_UINT64 - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_UNLIMITED - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_USHORT - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_VLEN - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-
- NC_WRITE - Static variable in interface ucar.nc2.jni.netcdf.Nc4prototypes
-