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.
|
class |
DGrid
This class holds a
DArray and a set of "Map"
vectors. |
class |
DSequence
A
DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
class |
DStructure
A
DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
Modifier and Type | Class and Description |
---|---|
class |
SDGrid
Holds a OPeNDAP Server
Grid value. |
class |
SDSequence
Holds a OPeNDAP Server
Sequence value. |
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 |
asciiGrid |
class |
asciiSeq |
class |
asciiStructure |
Modifier and Type | Class and Description |
---|---|
class |
test_SDGrid
Holds a OPeNDAP Server
Grid value. |
class |
test_SDSequence
Holds a OPeNDAP Server
Sequence value. |
class |
test_SDStructure
Holds a OPeNDAP Server
Structure value. |
Modifier and Type | Class and Description |
---|---|
class |
wwwGrid |
class |
wwwSequence |
class |
wwwStructure |