| Class | Description |
|---|---|
| Convert |
This code manages the conversion
between the DAP atomic type system
and the CDM atomic type system.
|
| DapContext |
Provide a general map of Object->Object to serve
to pass context/env info into various classes.
|
| DapDump | |
| DapIterator | |
| DapUtil |
Misc.
|
| Escape |
Provide various methods for (un)escaping text
|
| IndentWriter |
Extend PrintWriter to provide indent support
|
| Odometer |
A classic implementation of an odometer
taken from the netcdf-c code.
|
| Odometer.ScalarOdometer | |
| Slice |
A Slice is used for two purposes
To specify a subset of data to extract.
|
| Enum | Description |
|---|---|
| DapSort |
Define the kinds of AST objects to avoid having to do instanceof.
|
| ResponseFormat |
Define the enum for the possible Response/Response modes
|
| Exception | Description |
|---|---|
| ConversionException |
Thrown for an attempt to make a forbidden conversion on primitive data values,
eg boolean to double.
|
| DapException |
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.