| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.dap.parsers |
This package contains Bison 2.4.2 generated DAP parser classes.
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servers.parsers |
This package contains Bison 2.4.2 generated Constraint Expression parser 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 |
DefaultFactory
The default client-side Factory for BaseType objects.
|
| Modifier and Type | Method and Description |
|---|---|
BaseTypeFactory |
DDS.getFactory()
Get the Class factory.
|
| Modifier and Type | Method and Description |
|---|---|
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(String CE,
BaseTypeFactory btf)
Returns the DataDDS object from the dataset referenced by this object's URL.
|
void |
DDS.setFactory(BaseTypeFactory btf)
Get the Class factory.
|
| Constructor and Description |
|---|
DataDDS(ServerVersion ver,
BaseTypeFactory btf) |
DDS(BaseTypeFactory factory)
Creates an empty
DDS with the given
BaseTypeFactory. |
DDS(String clearname,
BaseTypeFactory factory)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory. |
DDS(String clearname,
BaseTypeFactory factory,
String schema)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
DDSXMLParser.parse(org.jdom2.Document ddx,
DDS targetDDS,
BaseTypeFactory fac,
boolean validation)
Parse the DDX waiting in the
InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory |
void |
DDSXMLParser.parse(InputStream is,
DDS targetDDS,
BaseTypeFactory fac,
boolean validation)
Parse the DDX waiting in the
InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory |
| Constructor and Description |
|---|
Dap2Parse(BaseTypeFactory factory) |
Dap2Parser(BaseTypeFactory factory)
Instantiates the Bison-generated parser.
|
| Constructor and Description |
|---|
ServerDDS(BaseTypeFactory factory)
Creates an empty
ServerDDS with the given
BaseTypeFactory. |
ServerDDS(String n,
BaseTypeFactory factory)
Creates an empty
ServerDDS with the given dataset name
and BaseTypeFactory. |
ServerDDS(String n,
BaseTypeFactory factory,
String schema)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Ceparse.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
*********************
|
static boolean |
CeParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory,
String constraint,
String url) |
void |
AST.init(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory,
ServerDDS sdds,
List<AST> nodes) |
| Constructor and Description |
|---|
Ceparse(BaseTypeFactory factory) |
CeParser(BaseTypeFactory factory)
Instantiates the Bison-generated parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
asciiFactory
The default client-side Factory for BaseType objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
wwwFactory
The default client-side Factory for BaseType objects.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.