Package dap4.dap4lib.netcdf
Class Nc4Notes
- java.lang.Object
-
- dap4.dap4lib.netcdf.Nc4Notes
-
public abstract class Nc4Notes extends Object
Note that ideally, this info should be part of the Nc4DMR classes, but that would require multiple inheritance. Hence, we isolate that info here and add it to the instances via annotation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNc4Notes.DimNotesstatic classNc4Notes.GroupNotesstatic classNc4Notes.Notesstatic classNc4Notes.NoteSortstatic classNc4Notes.TypeNotesstatic classNc4Notes.VarNotes
-
Constructor Summary
Constructors Constructor Description Nc4Notes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetVarId(int gid, int varid, int ifid)static longgetVarId(Nc4Notes.VarNotes note)
-
-
-
Field Detail
-
NOGROUP
public static final int NOGROUP
- See Also:
- Constant Field Values
-
NOID
public static final int NOID
- See Also:
- Constant Field Values
-
NOFIELDID
public static final int NOFIELDID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVarId
public static long getVarId(Nc4Notes.VarNotes note)
-
getVarId
public static long getVarId(int gid, int varid, int ifid)
-
-