Package | Description |
---|---|
dap4.cdm | |
dap4.core.data | |
dap4.dap4 | |
dap4.dap4shared | |
dap4.servlet |
Modifier and Type | Method and Description |
---|---|
protected Array |
CDMCompiler.compileAtomicVar(DataVariable d4var)
Compile an Atomic Valued variable.
|
protected Array |
CDMCompiler.compileVar(DataVariable d4var) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataAtomic
DataAtomic represents a non-container object.
|
interface |
DataCompound
DataCompound is purely to allow
unified reference to:
-DataStructure
-DataSequence
|
interface |
DataCompoundArray
DataCompoundArray represents an array of
either DataStructure or DataSequence instances.
|
interface |
DataRecord
DataRecord represents a record from a sequence.
|
interface |
DataSequence
DataSequence represents a set of records.
|
interface |
DataStructure
DataStructure represents a single instance of a structure.
|
Modifier and Type | Method and Description |
---|---|
DataVariable |
DataDataset.getVariableData(DapVariable var) |
DataVariable |
DataStructure.readfield(int i) |
DataVariable |
DataStructure.readfield(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
Dap4Print.printVariable(DataVariable datav) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataVariable |
class |
D4DataAtomic |
class |
D4DataCompoundArray |
class |
D4DataRecord
DataRecord represents a record from a sequence.
|
class |
D4DataSequence |
class |
D4DataStructure |
class |
D4DataVariable |
Modifier and Type | Method and Description |
---|---|
DataVariable |
D4DataDataset.getVariableData(DapVariable var) |
DataVariable |
D4DataStructure.readfield(int index) |
DataVariable |
D4DataRecord.readfield(int i) |
DataVariable |
D4DataStructure.readfield(String name) |
DataVariable |
D4DataRecord.readfield(String shortname) |
Modifier and Type | Interface and Description |
---|---|
interface |
CDMDataVariable |
Modifier and Type | Class and Description |
---|---|
class |
CDMDataAtomic |
class |
CDMDataCompoundArray
Provide DSP support for an
array of Structure or Sequence
instances.
|
class |
CDMDataRecord
DataRecord represents a record from a sequence.
|
class |
CDMDataStructure
Define DSP support
for a single structure instance.
|
Modifier and Type | Method and Description |
---|---|
protected DataVariable |
CDMDSP.buildData(DapVariable dap) |
DataVariable |
CDMDataDataset.getVariableData(DapVariable var) |
DataVariable |
CDMDataStructure.readfield(int i) |
DataVariable |
CDMDataStructure.readfield(String name) |
protected DataVariable |
CDMDataStructure.readfield(StructureMembers.Member member) |
Modifier and Type | Method and Description |
---|---|
void |
CDMDataDataset.addVariable(DataVariable dv) |
protected void |
DapSerializer.writeAtomicVariable(DapVariable vv,
DataVariable dv,
SerialWriter dst)
Write out an atomic variable.
|
protected void |
DapSerializer.writeVariable(DapVariable dapvar,
DataVariable dv,
SerialWriter dst) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.