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 |
BaseTypePrimitiveVector
A vector of
BaseType . |
class |
BooleanPrimitiveVector
A vector of booleans.
|
class |
BytePrimitiveVector
A vector of bytes.
|
class |
DArray
This class is used to hold arrays of other OPeNDAP data.
|
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 |
DByte
Holds a OPeNDAP
Byte value. |
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 |
DFloat32
Holds a OPeNDAP
FLoat32 value. |
class |
DFloat64
Holds a OPeNDAP
Float64 value. |
class |
DGrid
This class holds a
DArray and a set of "Map"
vectors. |
class |
DInt16
Holds a OPeNDAP
Int16 value. |
class |
DInt32
Holds a OPeNDAP
Int32 value. |
class |
DList
This class implements a simple list of OPeNDAP data
types.
|
class |
DSequence
A
DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
class |
DString
Holds a OPeNDAP
String value. |
class |
DStructure
A
DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
class |
DUInt16
Holds a OPeNDAP
UInt16 value. |
class |
DUInt32
Holds a OPeNDAP
UInt32 value. |
class |
DURL
Holds a OPeNDAP
URL value. |
class |
DVector
This class holds a one-dimensional array of OPeNDAP data types.
|
class |
Float32PrimitiveVector
A vector of doubles.
|
class |
Float64PrimitiveVector
A vector of doubles.
|
class |
Int16PrimitiveVector
A vector of shorts.
|
class |
Int32PrimitiveVector
A vector of ints.
|
class |
PrimitiveVector
A helper class for
DVector . |
class |
UInt16PrimitiveVector
A vector of unsigned ints.
|
class |
UInt32PrimitiveVector
A vector of unsigned ints.
|
Modifier and Type | Class and Description |
---|---|
class |
SDArray
Holds a OPeNDAP Server
Array value. |
class |
SDByte
Holds a OPeNDAP Server
Byte value. |
class |
SDFloat32
Holds a OPeNDAP Server
Float32 value. |
class |
SDFloat64
Holds a OPeNDAP Server
Float64 value. |
class |
SDGrid
Holds a OPeNDAP Server
Grid value. |
class |
SDInt16
Holds a OPeNDAP Server
Int16 value. |
class |
SDInt32
Holds a OPeNDAP Server
Int32 value. |
class |
SDList
Holds a OPeNDAP Server
List value. |
class |
SDSequence
Holds a OPeNDAP Server
Sequence value. |
class |
SDString
Holds a OPeNDAP Server
String value. |
class |
SDStructure
Holds a OPeNDAP Server
Structure value. |
class |
SDUInt16
Holds a OPeNDAP Server
Unsigned Int16 value. |
class |
SDUInt32
Holds a OPeNDAP Server
Unsigned Int32 value. |
class |
SDURL
Holds a OPeNDAP Server
URL value. |
class |
ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
asciiArray |
class |
asciiByte |
class |
asciiF32 |
class |
asciiF64 |
class |
asciiGrid |
class |
asciiI16 |
class |
asciiI32 |
class |
asciiSeq |
class |
asciiString |
class |
asciiStructure |
class |
asciiUI16 |
class |
asciiUI32 |
class |
asciiURL |
Modifier and Type | Class and Description |
---|---|
class |
test_SDArray
Holds a OPeNDAP Server
Array value. |
class |
test_SDByte
Holds a OPeNDAP Server
Byte value. |
class |
test_SDFloat32
Holds a OPeNDAP Server
Float32 value. |
class |
test_SDFloat64
Holds a OPeNDAP Server
Float64 value. |
class |
test_SDGrid
Holds a OPeNDAP Server
Grid value. |
class |
test_SDInt16
Holds a OPeNDAP Server
Int16 value. |
class |
test_SDInt32
Holds a OPeNDAP Server
Int32 value. |
class |
test_SDSequence
Holds a OPeNDAP Server
Sequence value. |
class |
test_SDString |
class |
test_SDStructure
Holds a OPeNDAP Server
Structure value. |
class |
test_SDUInt16
Holds a OPeNDAP Server
UInt16 value. |
class |
test_SDUInt32
Holds a OPeNDAP Server
UInt32 value. |
class |
test_SDURL
Holds a OPeNDAP Server
Byte value. |
Modifier and Type | Class and Description |
---|---|
class |
wwwArray |
class |
wwwByte |
class |
wwwF32 |
class |
wwwF64 |
class |
wwwGrid |
class |
wwwI16 |
class |
wwwI32 |
class |
wwwSequence |
class |
wwwString |
class |
wwwStructure |
class |
wwwUI16 |
class |
wwwUI32 |
class |
wwwURL |