| 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.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
| opendap.servlet.www |
This package contains the OPeNDAP WWW client.
|
| opendap.util |
This package contains utility classes used by several OPeNDAP packages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataDDS
The DataDDS class extends DDS to add new methods for retrieving data from
the server, and printing out the contents of the data.
|
| Modifier and Type | Method and Description |
|---|---|
DDS |
DConnect2.getDDS()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDS(String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX(String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
| Modifier and Type | Method and Description |
|---|---|
DDS |
Dap2Parse.getDDS()
**********************************************
|
| Modifier and Type | Method and Description |
|---|---|
int |
Dap2Parse.dapparse(String text,
DDS dds,
DAS das,
DAP2Exception err)
**********************************************
|
int |
Dap2Parse.ddsparse(String text,
DDS dds) |
void |
DDSXMLParser.parse(org.jdom2.Document ddx,
DDS targetDDS,
BaseTypeFactory fac,
boolean validation)
Parse the DDX waiting in the
InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory |
void |
DDSXMLParser.parse(InputStream is,
DDS targetDDS,
BaseTypeFactory fac,
boolean validation)
Parse the DDX waiting in the
InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
| Modifier and Type | Method and Description |
|---|---|
DDS |
GetHTMLInterfaceHandler.getWebFormDDS(String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servlet.www.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsciiWriter.toASCII(PrintWriter pw,
DDS dds,
Object specialO) |
| Modifier and Type | Method and Description |
|---|---|
void |
wwwOutPut.writeGlobalAttributes(DAS das,
DDS dds) |
void |
wwwOutPut.writeVariableEntries(DAS das,
DDS dds) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
dasTools.nameInDDS(String name,
DDS dds) |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.