Package | Description |
---|---|
opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
opendap.dap.parser |
This package contains Bison 2.4.2 generated DAP parser classes.
|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
opendap.dap.XMLparser | |
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.
|
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 |
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(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) |
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.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(java.lang.String n,
BaseTypeFactory factory)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory . |
DDS(java.lang.String n,
BaseTypeFactory factory,
java.lang.String schema)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory . |
Modifier and Type | Method and Description |
---|---|
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser.
|
Constructor and Description |
---|
DapParser(java.io.InputStream stream,
BaseTypeFactory factory) |
Constructor and Description |
---|
ServerDDS(BaseTypeFactory factory)
Creates an empty
ServerDDS with the given
BaseTypeFactory . |
ServerDDS(java.lang.String n,
BaseTypeFactory factory)
Creates an empty
ServerDDS with the given dataset name
and BaseTypeFactory . |
ServerDDS(java.lang.String n,
BaseTypeFactory factory,
java.lang.String schema)
Creates an empty
DDS with the given dataset name and
BaseTypeFactory . |
Modifier and Type | Method and Description |
---|---|
void |
DDSXMLParser.parse(org.jdom.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(java.io.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 |
Modifier and Type | Class and Description |
---|---|
class |
asciiFactory
The default client-side Factory for BaseType objects.
|
Modifier and Type | Class and Description |
---|---|
class |
test_ServerFactory
The default server-side Factory for BaseType objects.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwFactory
The default client-side Factory for BaseType objects.
|