| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.dap.parsers |
This package contains Bison 2.4.2 generated DAP parser classes.
|
| opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
| opendap.servlet.www |
This package contains the OPeNDAP WWW client.
|
| Modifier and Type | Method and Description |
|---|---|
DAS |
DDS.getDAS()
Creates a DAS object from the collection of
BaseType variables and their
associated Attributes. |
DAS |
DConnect2.getDAS()
Returns the DAS object from the dataset referenced by this object's URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DDS.ingestDAS(DAS das)
Takes the passed parameter
das and attempts
to incorporate it's contents into the Attributes of the DDS
variables. |
| Modifier and Type | Method and Description |
|---|---|
DAS |
Dap2Parse.getDAS() |
| Modifier and Type | Method and Description |
|---|---|
int |
Dap2Parse.dapparse(String text,
DDS dds,
DAS das,
DAP2Exception err)
**********************************************
|
int |
Dap2Parse.dasparse(String text,
DAS das) |
| Modifier and Type | Method and Description |
|---|---|
DAS |
GuardedDataset.getDAS()
Get the DAS for this Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHTMLInterfaceHandler.sendDataRequestForm(ReqState rs,
String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
wwwGrid.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwF32.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwSequence.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwUI16.printBrowserForm(PrintWriter pw,
DAS das) |
void |
BrowserForm.printBrowserForm(PrintWriter pw,
DAS das)
Returns an string representation of the variables value.
|
void |
wwwI32.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwString.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwUI32.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwArray.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwURL.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwByte.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwF64.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwStructure.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwI16.printBrowserForm(PrintWriter pw,
DAS das) |
void |
wwwOutPut.writeGlobalAttributes(DAS das,
DDS dds) |
void |
wwwOutPut.writeVariableAttributes(BaseType bt,
DAS das) |
void |
wwwOutPut.writeVariableEntries(DAS das,
DDS dds) |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.