| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet.ascii |
This package contains the OPeNDAP ASCII client.
|
| opendap.servlet.www |
This package contains the OPeNDAP WWW client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Alias
The Alias type is a special attribute.
|
class |
Attribute
An
Attribute holds information about a single attribute in an
AttributeTable. |
class |
AttributeTable
An
AttributeTable stores a set of names and, for each name,
an Attribute object. |
class |
BaseType
This abstract class defines the basic data type features for the OPeNDAP data
access protocol (DAP) data types.
|
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 |
DArrayDimension
This class holds information about each dimension in a
DArray. |
class |
DAS
The Data Attribute Structure is a set of name-value pairs used to
describe the data in a particular dataset.
|
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 |
DConstructor
Contains methods used only by the OPeNDAP constructor classes
(
DStructure, DSequence, DGrid, and
DList). |
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 |
DPrimitive
Groups together all the simple primitive type classes.
|
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 | Method and Description |
|---|---|
DAPNode |
DAS.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Attribute. |
DAPNode |
PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
PrimitiveVector. |
DAPNode |
Int16PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Int16PrimitiveVector. |
DAPNode |
DSequence.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Sequence. |
DAPNode |
BytePrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Attribute. |
DAPNode |
DArrayDimension.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Array. |
DAPNode |
Attribute.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Attribute. |
DAPNode |
Float32PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
PrimitiveVector. |
DAPNode |
Int32PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Int32PrimitiveVector. |
DAPNode |
DDS.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
DDS. |
DAPNode |
DVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Vector. |
DAPNode |
DStructure.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Structure. |
DAPNode |
DAPNode.cloneDAG(DAPNode.CloneMap map)
This procedure does the actual recursive clone.
|
DAPNode |
AttributeTable.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
AttributeTable. |
DAPNode |
BooleanPrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
BooleanPrimitiveVector. |
DAPNode |
Float64PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Float64PrimitiveVector. |
DAPNode |
Alias.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Alias. |
DAPNode |
DGrid.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
DGrid. |
DAPNode |
BaseType.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
BaseType. |
DAPNode |
DArray.cloneDAG(DAPNode.CloneMap map)
Returns a clone of this
Array. |
static DAPNode |
DAPNode.cloneDAG(DAPNode.CloneMap map,
DAPNode src)
This version of cloneDAG() is the primary
point of cloning.
|
DAPNode |
DAPNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static DAPNode |
DAPNode.cloneDAG(DAPNode.CloneMap map,
DAPNode src)
This version of cloneDAG() is the primary
point of cloning.
|
void |
DAPNode.setParent(DAPNode bt) |
| 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 |
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 |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.