| Package | Description |
|---|---|
| dap4.core.data | |
| dap4.core.dmr | |
| dap4.core.dmr.parser | |
| dap4.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DataException |
| Modifier and Type | Method and Description |
|---|---|
DapException |
ErrorResponse.buildException()
Convert an ErrorResponse to the equivalent DapException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DapNode.addAttribute(DapAttribute attr) |
void |
DapGroup.addDecl(DapNode newdecl)
Add single declaration
|
void |
DapVariable.addDimension(DapDimension node) |
void |
DapGrid.addDimension(DapDimension node) |
void |
DapEnum.addEnumConst(String name,
Long value) |
void |
DapStructure.addField(DapNode newfield) |
void |
DapGrid.addField(DapNode node) |
void |
DapVariable.addMap(DapMap map) |
void |
DapXML.addXMLAttribute(DapXML attr) |
DapDimension |
DapDataset.createAnonymous(long size) |
DapNode |
DapGroup.findByFQN(String fqn,
DapSort sort)
Parse an FQN and use it to trace to a specific
object in a dataset.
|
List<DapNode> |
DapGroup.findByFQN(String fqn,
EnumSet<DapSort> sortset) |
List<DapNode> |
DapDataset.lookup(String fqn,
EnumSet<DapSort> sortset)
Parse an FQN and use it to trace to a specific
object in a dataset.
|
void |
DapNode.removeAttribute(DapAttribute attr)
Used by AbstractDSP to suppress certain attributes.
|
DapAttribute |
DapNode.setAttribute(DapAttribute attr) |
void |
DapEnum.setBaseType(DapType basetype) |
void |
DapGroup.setDecls(List<? extends DapNode> decls) |
void |
DapStructure.setFields(List<? extends DapNode> fields) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseException |
| Modifier and Type | Method and Description |
|---|---|
DapException |
DapException.setCode(int code) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SliceConstraint.add(List<Slice> slices) |
static Slice |
Slice.compose(Slice target,
Slice src)
Take two slices and compose src wrt target
Assume neither argument is null.
|
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) |
Slice |
Slice.finish()
Perform sanity checks on a slice and repair where possible.
|
Slice |
MultiSlice.finish() |
static double |
Convert.forceRange(AtomicType basetype,
double value)
Force a double value into either float or double range
|
Slice |
Slice.setIndices(long first,
long last,
long stride) |
Slice |
Slice.setIndices(long first,
long last,
long stride,
long maxsize) |
void |
Slice.setMaxSize(long size) |
void |
MultiSlice.setMaxSize(long size) |
String |
Slice.toConstraintString()
Convert this slice to a string
suitable for use in a constraint
|
| Constructor and Description |
|---|
MultiOdometer(List<Slice> set,
List<DapDimension> dimset,
boolean usecontiguous) |
MultiSlice(List<Slice> slices) |
Odometer(List<DapDimension> dimset,
boolean usecontiguous) |
Odometer(List<Slice> set,
List<DapDimension> dimset,
boolean usecontiguous) |
Slice(DapDimension dim) |
Slice(long first,
long last,
long stride) |
Slice(long first,
long last,
long stride,
long maxsize) |
Slice(Slice s) |
SliceConstraint(int rank) |
SliceConstraint(List<List<Slice>> ss) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.