Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
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 |
testDataset.getDAS()
************************************************************************
In this (default) implementation of the getDAS() method a locally cached
DAS is retrieved and parsed.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
DAS |
GuardedDataset.getDAS()
Get the DAS for this Dataset.
|
Modifier and Type | Method and Description |
---|---|
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.
|