Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
opendap.dap.XMLparser | |
opendap.servers.www |
This package contains the OPeNDAP WWW client.
|
opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
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 |
DConnect.getDDS()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDS()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect.getDDS(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDS(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect.getDDX()
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 |
DConnect.getDDX(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
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 |
---|---|
void |
DDSXMLParser.parse(org.jdom.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(java.io.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 | Method and Description |
---|---|
void |
wwwOutPut.writeGlobalAttributes(DAS das,
DDS dds) |
void |
wwwOutPut.writeVariableEntries(DAS das,
DDS dds) |
Modifier and Type | Method and Description |
---|---|
DDS |
GetHTMLInterfaceHandler.getWebFormDDS(java.lang.String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servers.www.
|
Modifier and Type | Method and Description |
---|---|
void |
AsciiWriter.toASCII(java.io.PrintWriter pw,
DDS dds,
java.lang.Object specialO) |
Modifier and Type | Method and Description |
---|---|
static boolean |
dasTools.nameInDDS(java.lang.String name,
DDS dds) |