Package | Description |
---|---|
dap4.core.data | |
dap4.dap4shared | |
dap4.servlet |
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 |
DataDataset
DataDataset represents the whole dataset
and is the entry point for walking the data.
|
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.
|
interface |
DataVariable
DataVariable is purely to allow
unified reference to various kinds of
variables:
-DataAtomic
-DataCompoundArray
-DataStructure
-DataSequence
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractData |
class |
AbstractDataVariable |
class |
D4DataAtomic |
class |
D4DataCompoundArray |
class |
D4DataDataset |
class |
D4DataRecord
DataRecord represents a record from a sequence.
|
class |
D4DataSequence |
class |
D4DataStructure |
class |
D4DataVariable |
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 |
CDMDataDataset |
class |
CDMDataRecord
DataRecord represents a record from a sequence.
|
class |
CDMDataStructure
Define DSP support
for a single structure instance.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.