| Interface | Description |
|---|---|
| DapNetcdf |
JNA access to Netcdf-4 C Library, using JNI to shared C library.
|
| Class | Description |
|---|---|
| DapNetcdf.Vlen_t | |
| DapNetcdf.Vlen_t.ByValue | |
| Nc4Cursor | |
| Nc4DMR | |
| Nc4DMR.Nc4Attribute | |
| Nc4DMR.Nc4AttributeSet | |
| Nc4DMR.Nc4Dataset | |
| Nc4DMR.Nc4Dimension | |
| Nc4DMR.Nc4EnumConst | |
| Nc4DMR.Nc4Enumeration | |
| Nc4DMR.Nc4Group | |
| Nc4DMR.Nc4Map | |
| Nc4DMR.Nc4OtherXML | |
| Nc4DMR.Nc4Sequence | |
| Nc4DMR.Nc4Structure | |
| Nc4DMR.Nc4Variable | |
| Nc4DMRCompiler |
Compile netcdf file info into DMR
|
| Nc4DSP |
DSP for reading netcdf files through jni interface to netcdf4 library
|
| Nc4DSP.Nc4Pointer |
Provide a wrapper for pointers that tracks the size.
|
| Nc4Notes |
Note that ideally, this info should be part of the
Nc4DMR classes, but that would require multiple inheritance.
|
| Nc4Notes.DimNotes | |
| Nc4Notes.GroupNotes | |
| Nc4Notes.Notes | |
| Nc4Notes.TypeNotes | |
| Nc4Notes.VarNotes | |
| NetcdfLoader |
Load the netcdf library via JNA; Singleton class
This code should closely match that in ucar.nc2.jni.netcdf.Nc4Iosp.java.
|
| SizeT |
map a native size_t with JNA.
|
| SizeTByReference |
Reference to SizeT, for return values
|
| Enum | Description |
|---|---|
| Nc4Notes.NoteSort |