|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use opendap.dap | |
|---|---|
| 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.dap.functions | |
| opendap.dap.parser | This package contains Bison 2.4.2 generated DAP parser 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. |
| 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. |
| opendap.util.geturl.gui | This package contains the GUI status window class used by Geturl. |
| Classes in opendap.dap used by opendap.dap | |
|---|---|
| Attribute
An Attribute holds information about a single attribute in an
AttributeTable. |
|
| AttributeBadValueException
Thrown by Attribute when a bad value
(not one of the supported types) is stored in an Attribute. |
|
| AttributeExistsException
Thrown by AttributeTable when an attempt is made to create an
attribute that already exists. |
|
| AttributeTable
An AttributeTable stores a set of names and, for each name,
an Attribute object. |
|
| BadSemanticsException
Thrown by BaseType when the checkSemantics
method is called and the variable is not valid (the name is null or some
other semantic violation). |
|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| ClientIO
Client-side serialization for OPeNDAP variables (sub-classes of BaseType). |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DArray
This class is used to hold arrays of other OPeNDAP data. |
|
| DArrayDimension
This class holds information about each dimension in a DArray. |
|
| DAS
The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset. |
|
| DASException
DAS exception. |
|
| DataDDS
The DataDDS class extends DDS to add new methods for retrieving data from the server, and printing out the contents of the data. |
|
| DataReadException
Thrown when OPeNDAP encounters an exception while reading from a data set. |
|
| DByte
Holds a OPeNDAP Byte value. |
|
| DConstructor
Contains methods used only by the OPeNDAP constructor classes ( DStructure, DSequence, DGrid, and
DList). |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| DDSException
DDS exception. |
|
| DFloat32
Holds a OPeNDAP FLoat32 value. |
|
| DFloat64
Holds a OPeNDAP Float64 value. |
|
| DGrid
This class holds a DArray and a set of "Map"
vectors. |
|
| DInt16
Holds a OPeNDAP Int16 value. |
|
| DInt32
Holds a OPeNDAP Int32 value. |
|
| DSequence
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
|
| DString
Holds a OPeNDAP String value. |
|
| DStructure
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
|
| DUInt16
Holds a OPeNDAP UInt16 value. |
|
| DUInt32
Holds a OPeNDAP UInt32 value. |
|
| DURL
Holds a OPeNDAP URL value. |
|
| DVector
This class holds a one-dimensional array of OPeNDAP data types. |
|
| Int16PrimitiveVector
A vector of shorts. |
|
| Int32PrimitiveVector
A vector of ints. |
|
| MalformedAliasException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
|
| NoSuchAttributeException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
|
| NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist. |
|
| PrimitiveVector
A helper class for DVector. |
|
| ServerVersion
Aprses and holds the Server Version information returned by a DAP server. |
|
| StatusUI
This interface is implemented by OPeNDAP client user interfaces which give feedback to the user on the status of the current deserialize operation. |
|
| UnresolvedAliasException
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute. |
|
| Classes in opendap.dap used by opendap.dap.Server | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| ClientIO
Client-side serialization for OPeNDAP variables (sub-classes of BaseType). |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DArray
This class is used to hold arrays of other OPeNDAP data. |
|
| DByte
Holds a OPeNDAP Byte value. |
|
| DConstructor
Contains methods used only by the OPeNDAP constructor classes ( DStructure, DSequence, DGrid, and
DList). |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| DFloat32
Holds a OPeNDAP FLoat32 value. |
|
| DFloat64
Holds a OPeNDAP Float64 value. |
|
| DGrid
This class holds a DArray and a set of "Map"
vectors. |
|
| DInt16
Holds a OPeNDAP Int16 value. |
|
| DInt32
Holds a OPeNDAP Int32 value. |
|
| DList
This class implements a simple list of OPeNDAP data types. |
|
| DSequence
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
|
| DString
Holds a OPeNDAP String value. |
|
| DStructure
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
|
| DUInt16
Holds a OPeNDAP UInt16 value. |
|
| DUInt32
Holds a OPeNDAP UInt32 value. |
|
| DURL
Holds a OPeNDAP URL value. |
|
| DVector
This class holds a one-dimensional array of OPeNDAP data types. |
|
| NoSuchFunctionException
Thrown when an attempt is made to access a function that does not exist. |
|
| NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist. |
|
| Classes in opendap.dap used by opendap.dap.XMLparser | |
|---|---|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| Classes in opendap.dap used by opendap.dap.functions | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| Classes in opendap.dap used by opendap.dap.parser | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| NoSuchFunctionException
Thrown when an attempt is made to access a function that does not exist. |
|
| NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist. |
|
| Classes in opendap.dap used by opendap.servers.ascii | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| ClientIO
Client-side serialization for OPeNDAP variables (sub-classes of BaseType). |
|
| DArray
This class is used to hold arrays of other OPeNDAP data. |
|
| DByte
Holds a OPeNDAP Byte value. |
|
| DConstructor
Contains methods used only by the OPeNDAP constructor classes ( DStructure, DSequence, DGrid, and
DList). |
|
| DFloat32
Holds a OPeNDAP FLoat32 value. |
|
| DFloat64
Holds a OPeNDAP Float64 value. |
|
| DGrid
This class holds a DArray and a set of "Map"
vectors. |
|
| DInt16
Holds a OPeNDAP Int16 value. |
|
| DInt32
Holds a OPeNDAP Int32 value. |
|
| DSequence
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
|
| DString
Holds a OPeNDAP String value. |
|
| DStructure
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
|
| DUInt16
Holds a OPeNDAP UInt16 value. |
|
| DUInt32
Holds a OPeNDAP UInt32 value. |
|
| DURL
Holds a OPeNDAP URL value. |
|
| DVector
This class holds a one-dimensional array of OPeNDAP data types. |
|
| Classes in opendap.dap used by opendap.servers.test | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| ClientIO
Client-side serialization for OPeNDAP variables (sub-classes of BaseType). |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DArray
This class is used to hold arrays of other OPeNDAP data. |
|
| DAS
The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset. |
|
| DByte
Holds a OPeNDAP Byte value. |
|
| DConstructor
Contains methods used only by the OPeNDAP constructor classes ( DStructure, DSequence, DGrid, and
DList). |
|
| DFloat32
Holds a OPeNDAP FLoat32 value. |
|
| DFloat64
Holds a OPeNDAP Float64 value. |
|
| DGrid
This class holds a DArray and a set of "Map"
vectors. |
|
| DInt16
Holds a OPeNDAP Int16 value. |
|
| DInt32
Holds a OPeNDAP Int32 value. |
|
| DSequence
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
|
| DString
Holds a OPeNDAP String value. |
|
| DStructure
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
|
| DUInt16
Holds a OPeNDAP UInt16 value. |
|
| DUInt32
Holds a OPeNDAP UInt32 value. |
|
| DURL
Holds a OPeNDAP URL value. |
|
| DVector
This class holds a one-dimensional array of OPeNDAP data types. |
|
| NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist. |
|
| Classes in opendap.dap used by opendap.servers.www | |
|---|---|
| AttributeTable
An AttributeTable stores a set of names and, for each name,
an Attribute object. |
|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| BaseTypeFactory
A Factory for BaseType objects. |
|
| ClientIO
Client-side serialization for OPeNDAP variables (sub-classes of BaseType). |
|
| DArray
This class is used to hold arrays of other OPeNDAP data. |
|
| DAS
The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset. |
|
| DByte
Holds a OPeNDAP Byte value. |
|
| DConstructor
Contains methods used only by the OPeNDAP constructor classes ( DStructure, DSequence, DGrid, and
DList). |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| DFloat32
Holds a OPeNDAP FLoat32 value. |
|
| DFloat64
Holds a OPeNDAP Float64 value. |
|
| DGrid
This class holds a DArray and a set of "Map"
vectors. |
|
| DInt16
Holds a OPeNDAP Int16 value. |
|
| DInt32
Holds a OPeNDAP Int32 value. |
|
| DSequence
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables. |
|
| DString
Holds a OPeNDAP String value. |
|
| DStructure
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures. |
|
| DUInt16
Holds a OPeNDAP UInt16 value. |
|
| DUInt32
Holds a OPeNDAP UInt32 value. |
|
| DURL
Holds a OPeNDAP URL value. |
|
| DVector
This class holds a one-dimensional array of OPeNDAP data types. |
|
| Classes in opendap.dap used by opendap.servlet | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DAS
The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset. |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist. |
|
| Classes in opendap.dap used by opendap.util | |
|---|---|
| BaseType
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types. |
|
| DAP2Exception
Holds an exception thrown by OPeNDAP server to a client. |
|
| DDS
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets. |
|
| Classes in opendap.dap used by opendap.util.geturl.gui | |
|---|---|
| StatusUI
This interface is implemented by OPeNDAP client user interfaces which give feedback to the user on the status of the current deserialize operation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||