| Package | Description |
|---|---|
| dap4.core.data | |
| dap4.core.dmr | |
| dap4.core.util |
| Modifier and Type | Method and Description |
|---|---|
DapVariable |
DataVariable.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
DataVariable |
DataDataset.getVariableData(DapVariable var) |
| Modifier and Type | Class and Description |
|---|---|
class |
DapAtomicVariable
This class defines a non-structured variable:
i.e.
|
class |
DapGrid
This class defines a non-Gridd Grid:
i.e.
|
class |
DapSequence |
class |
DapStructure |
| Modifier and Type | Field and Description |
|---|---|
protected List<DapVariable> |
DapDataset.allvariables |
protected List<DapVariable> |
DapDataset.topvariables |
protected List<DapVariable> |
DapGroup.variables |
| Modifier and Type | Method and Description |
|---|---|
DapVariable |
DapStructure.findByName(String shortname) |
DapVariable |
DapGroup.findVariable(String name)
Locate a variable in this group
|
DapVariable |
DapGrid.getArray()
Convenience Functions.
|
DapVariable |
DapStructure.getField(int i) |
DapVariable |
DapGrid.getMap(int index)
Warning: map indices start at zero, not one.
|
| Modifier and Type | Method and Description |
|---|---|
List<DapVariable> |
DapDataset.getAllVariables() |
List<DapVariable> |
DapStructure.getFields() |
List<DapVariable> |
DapDataset.getTopVariables() |
List<DapVariable> |
DapGroup.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
static List<DapVariable> |
DapUtil.getStructurePath(DapVariable var)
Given a dap variable, get the path from the
top-level variable to and including the given variable
such that all but the last element is a structure.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DapUtil.checkFixedSize(DapVariable var) |
static List<DapVariable> |
DapUtil.getStructurePath(DapVariable var)
Given a dap variable, get the path from the
top-level variable to and including the given variable
such that all but the last element is a structure.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.