|
||||||||||
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.servers.test | This package contains the OPeNDAP Test Server (DTS). |
opendap.servers.www | This package contains the OPeNDAP WWW client. |
opendap.servlet | This package contains the core code for an OPeNDAP servlet engine. |
Uses of DAS in opendap.dap |
---|
Methods in opendap.dap that return DAS | |
---|---|
DAS |
DConnect.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
DAS |
DConnect2.getDAS()
Returns the DAS object from the dataset referenced by this object's URL. |
DAS |
DDS.getDAS()
Creates a DAS object from the collection of BaseType variables and their
associated Attributes . |
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.servers.test |
---|
Methods in opendap.servers.test that return DAS | |
---|---|
DAS |
testDataset.getDAS()
************************************************************************ In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed. |
Uses of DAS in opendap.servers.www |
---|
Methods in opendap.servers.www with parameters of type DAS | |
---|---|
void |
BrowserForm.printBrowserForm(java.io.PrintWriter pw,
DAS das)
Returns an string representation of the variables value. |
void |
wwwArray.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwByte.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwF32.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwF64.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwGrid.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwI16.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwI32.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwSequence.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwString.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwStructure.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwUI16.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwUI32.printBrowserForm(java.io.PrintWriter pw,
DAS das)
|
void |
wwwURL.printBrowserForm(java.io.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)
|
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,
java.lang.String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************ Default handler for OPeNDAP .html requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |