Package dap4.dap4lib.netcdf
Class Nc4Notes.Notes
- java.lang.Object
-
- dap4.dap4lib.netcdf.Nc4Notes.Notes
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
Nc4Notes.DimNotes,Nc4Notes.GroupNotes,Nc4Notes.TypeNotes,Nc4Notes.VarNotes
- Enclosing class:
- Nc4Notes
public static class Nc4Notes.Notes extends Object implements Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description protected Nc4Notes.TypeNotesbasetypeprotected Stringnameprotected longoffsetprotected Nc4Notes.Notesparentprotected longrecordsizeprotected longsize
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotes(Nc4Notes.NoteSort sort, int gid, int id, Nc4DSP dsp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description dap4.core.dmr.DapNodeget()Nc4Notes.TypeNotesgetBaseType()Nc4Notes.NotesgetContainer()longgetOffset()longgetRecordSize()longgetSize()Nc4Notes.NoteSortgetSort()Nc4Notes.Notesset(dap4.core.dmr.DapNode node)Nc4Notes.NotessetBaseType(Nc4Notes.TypeNotes t)Nc4Notes.NotessetContainer(Nc4Notes.Notes parent)Nc4Notes.NotessetName(String name)Nc4Notes.NotessetOffset(long offset)Nc4Notes.NotessetRecordSize(long size)Nc4Notes.NotessetSize(long size)StringtoString()
-
-
-
Field Detail
-
name
protected String name
-
parent
protected Nc4Notes.Notes parent
-
basetype
protected Nc4Notes.TypeNotes basetype
-
offset
protected long offset
-
size
protected long size
-
recordsize
protected long recordsize
-
-
Constructor Detail
-
Notes
protected Notes(Nc4Notes.NoteSort sort, int gid, int id, Nc4DSP dsp)
-
-
Method Detail
-
getSort
public Nc4Notes.NoteSort getSort()
-
setName
public Nc4Notes.Notes setName(String name)
-
set
public Nc4Notes.Notes set(dap4.core.dmr.DapNode node)
-
get
public dap4.core.dmr.DapNode get()
-
setContainer
public Nc4Notes.Notes setContainer(Nc4Notes.Notes parent)
-
getContainer
public Nc4Notes.Notes getContainer()
-
getOffset
public long getOffset()
-
setOffset
public Nc4Notes.Notes setOffset(long offset)
-
getSize
public long getSize()
-
setSize
public Nc4Notes.Notes setSize(long size)
-
getRecordSize
public long getRecordSize()
-
setRecordSize
public Nc4Notes.Notes setRecordSize(long size)
-
setBaseType
public Nc4Notes.Notes setBaseType(Nc4Notes.TypeNotes t)
-
getBaseType
public Nc4Notes.TypeNotes getBaseType()
-
-