|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DAS | |
|---|---|
| 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. |
| Uses of DAS in opendap.dap |
|---|
| Methods in opendap.dap that return DAS | |
|---|---|
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. |
DAS |
DConnect.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
| Methods in opendap.dap with parameters of type DAS | |
|---|---|
void |
DDS.ingestDAS(DAS das)
Takes the passed parameter das and attempts
to incorporate it's contents into the Attributes of the DDS
variables. |
| Uses of DAS in opendap.dap.parsers |
|---|
| Methods in opendap.dap.parsers that return DAS | |
|---|---|
DAS |
Dapparse.getDAS()
|
| Methods in opendap.dap.parsers with parameters of type DAS | |
|---|---|
int |
Dapparse.dapparse(InputStream stream,
DDS dds,
DAS das,
DAP2Exception err)
********************************************** |
int |
Dapparse.dasparse(InputStream stream,
DAS das)
|
| Uses of DAS in opendap.servlet |
|---|
| Methods in opendap.servlet that return DAS | |
|---|---|
DAS |
GuardedDataset.getDAS()
Get the DAS for this Dataset. |
| Methods in opendap.servlet with parameters of type DAS | |
|---|---|
void |
GetHTMLInterfaceHandler.sendDataRequestForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************ Default handler for OPeNDAP .html requests. |
| Uses of DAS in opendap.servlet.www |
|---|
| Methods in opendap.servlet.www with parameters of type DAS | |
|---|---|
void |
wwwArray.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwStructure.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwF32.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwUI32.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwString.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 |
wwwByte.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwURL.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwI16.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwI32.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwGrid.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwF64.printBrowserForm(PrintWriter pw,
DAS das)
|
void |
wwwSequence.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||