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.servers.ascii |
This package contains the OPeNDAP ASCII client.
|
opendap.servers.test |
This package contains the OPeNDAP Test Server (DTS).
|
opendap.servers.www |
This package contains the OPeNDAP WWW client.
|
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.
|
class |
DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by
the OPeNDAP software to describe datasets and subsets of those
datasets.
|
Modifier and Type | Method and Description |
---|---|
DStructure |
BaseTypeFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
DefaultFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
BaseTypeFactory.newDStructure(java.lang.String n)
Construct a new DStructure with name n.
|
DStructure |
DefaultFactory.newDStructure(java.lang.String n)
Construct a new DStructure with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
SDStructure
Holds a OPeNDAP Server
Structure value. |
class |
ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
asciiStructure |
Modifier and Type | Method and Description |
---|---|
DStructure |
asciiFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
asciiFactory.newDStructure(java.lang.String n)
Construct a new DStructure with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDStructure
Holds a OPeNDAP Server
Structure value. |
Modifier and Type | Method and Description |
---|---|
DStructure |
test_ServerFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
test_ServerFactory.newDStructure(java.lang.String n)
Construct a new DStructure with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwStructure |
Modifier and Type | Method and Description |
---|---|
DStructure |
wwwFactory.newDStructure()
Construct a new DStructure.
|
DStructure |
wwwFactory.newDStructure(java.lang.String n)
Construct a new DStructure with name n.
|