Package | Description |
---|---|
dap4.servlet |
Modifier and Type | Field and Description |
---|---|
protected SerialWriter |
DapSerializer.writer |
Modifier and Type | Method and Description |
---|---|
protected void |
DapSerializer.writeAtomicVariable(DapVariable vv,
DataVariable dv,
SerialWriter dst)
Write out an atomic variable.
|
protected void |
DapSerializer.writeCompound(DapVariable vv,
DataCompound dc,
SerialWriter dst)
Write out a singleton compound variable.
|
protected void |
DapSerializer.writeCompoundArray(DapVariable dapvar,
DataCompoundArray dca,
SerialWriter dst)
Write out a dimensioned ompound variable.
|
protected void |
DapSerializer.writeRecord(DapVariable vv,
DataRecord dr,
SerialWriter dst)
Write out a single Record instance.
|
protected void |
DapSerializer.writeSequence(DapVariable dapvar,
DataSequence ds,
SerialWriter dst)
Write out a single Sequence of records
(Eventually use any filter in the DapVariable)
|
protected void |
DapSerializer.writeStructure(DapVariable vv,
DataStructure ds,
SerialWriter dst)
Write out a single structure instance.
|
protected void |
DapSerializer.writeVariable(DapVariable dapvar,
DataVariable dv,
SerialWriter dst) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.