| Package | Description |
|---|---|
| dap4.core.dmr | |
| dap4.core.util |
| Modifier and Type | Field and Description |
|---|---|
static DapDimension |
DapDimension.VLEN |
| Modifier and Type | Field and Description |
|---|---|
protected List<DapDimension> |
DapDataset.alldimensions |
protected List<DapDimension> |
DapDataset.anonymousdims |
protected List<DapDimension> |
DapVariable.dimensions |
protected List<DapDimension> |
DapGroup.dimensions |
| Modifier and Type | Method and Description |
|---|---|
DapDimension |
DapDataset.createAnonymous(long size) |
DapDimension |
DapVariable.getDimension(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<DapDimension> |
DapDataset.getAllDimensions() |
List<DapDimension> |
DapVariable.getDimensions() |
List<DapDimension> |
DapGroup.getDimensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DapVariable.addDimension(DapDimension node) |
void |
DapGrid.addDimension(DapDimension node) |
| Modifier and Type | Field and Description |
|---|---|
protected DapDimension[] |
Odometer.dimset |
| Modifier and Type | Method and Description |
|---|---|
static long |
DapUtil.dimProduct(List<DapDimension> dimset) |
static List<Slice> |
DapUtil.dimsetSlices(List<DapDimension> dimset)
Given a view, get the universal
View either from a DapDataset.
|
static Odometer |
Odometer.factory(List<Slice> slices,
List<DapDimension> dimset,
boolean usecontiguous) |
static boolean |
DapUtil.isWhole(List<Slice> slices,
List<DapDimension> dimset)
Test a List
|
| Constructor and Description |
|---|
Slice(DapDimension dim) |
| Constructor and Description |
|---|
MultiOdometer(List<Slice> set,
List<DapDimension> dimset,
boolean usecontiguous) |
Odometer(List<DapDimension> dimset,
boolean usecontiguous) |
Odometer(List<Slice> set,
List<DapDimension> dimset,
boolean usecontiguous) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.