Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
Modifier and Type | Class and Description |
---|---|
class |
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). |
class |
DataReadException
Thrown when OPeNDAP encounters an exception while reading from a data set.
|
class |
NoSuchFunctionException
Thrown when an attempt is made to access a function that does not exist.
|
class |
NoSuchTypeException
Thrown when an attempt is made to access a variable that does not exist.
|
class |
NoSuchVariableException
Thrown when an attempt is made to access a variable that does not exist.
|
Modifier and Type | Method and Description |
---|---|
void |
DConnect.getBlobData(DataDDS dds,
StatusUI statusUI)
Opens the BLOB uRL in the DDS supplied and deserializes that binary content
sent from the server cooresponding to the DDS.
|
DataDDS |
DConnect.getData(StatusUI statusUI)
Return the data object with no local constraint expression.
|
DataDDS |
DConnect2.getData(StatusUI statusUI)
Return the data object with no local constraint expression.
|
DataDDS |
DConnect.getData(java.lang.String CE,
StatusUI statusUI)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect2.getData(java.lang.String CE,
StatusUI statusUI)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect.getData(java.lang.String CE,
StatusUI statusUI,
BaseTypeFactory btf)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect2.getData(java.lang.String CE,
StatusUI statusUI,
BaseTypeFactory btf)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect.getDataDDX()
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect2.getDataDDX()
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect.getDataDDX(java.lang.String CE)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect2.getDataDDX(java.lang.String CE)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect.getDataDDX(java.lang.String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect2.getDataDDX(java.lang.String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect.getDataFromUrl(java.net.URL url,
StatusUI statusUI,
BaseTypeFactory btf) |
DDS |
DConnect.getDDS()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect.getDDS(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect.getDDX()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect.getDDX(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX(java.lang.String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect.getDDXData(StatusUI statusUI)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect.getDDXData(java.lang.String CE,
StatusUI statusUI)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect.getDDXData(java.lang.String CE,
StatusUI statusUI,
BaseTypeFactory btf)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
DataDDS |
DConnect.getDDXDataFromURL(java.net.URL url,
StatusUI statusUI,
BaseTypeFactory btf)
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
|
void |
DDS.parse(java.io.InputStream is)
Reads a
DDS from the named InputStream
or Reader. |