| 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 |
|---|---|
DataDDS |
DConnect2.getData(StatusUI statusUI)
Return the data object with no local constraint expression.
|
DataDDS |
DConnect2.getData(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(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.getDataDDX()
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect2.getDataDDX(String CE)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DataDDS |
DConnect2.getDataDDX(String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX(String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.