| 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 |
This package contains the core code for an OPeNDAP
servlet engine.
|
| 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) |
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.getDDS()
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDS(String CE)
Returns the DDS object from the dataset referenced by this object's URL.
|
DDS |
DConnect2.getDDX()
Returns the DDS 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.
|
boolean |
DAS.parse(InputStream stream) |
boolean |
DataDDS.parse(InputStream stream) |
boolean |
DDS.parse(InputStream stream) |
boolean |
DAS.parse(String text) |
boolean |
DDS.parse(String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
Dap2Parse.dapparse(String text,
DDS dds,
DAS das,
DAP2Exception err)
**********************************************
|
int |
Dap2Parse.dasparse(String text,
DAS das) |
int |
Dap2Parse.ddsparse(String text,
DDS dds) |
int |
Dap2Parse.errparse(String text,
DAP2Exception err) |
boolean |
Dap2Parser.parse()
Parse input from the scanner that was specified at object construction
time.
|
boolean |
Dap2Parser.parse()
Parse input from the scanner that was specified at object construction
time.
|
boolean |
Dap2Parser.parse(String input) |
abstract boolean |
Dap2Parse.parse(String text)
**********************************************
|
int |
Dap2Parser.Lexer.yylex()
Entry point for the scanner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CEEvaluator.parseConstraint(ReqState rs)
Convenience wrapper for parseConstraint.
|
void |
CEEvaluator.parseConstraint(String constraint,
String urlencoded)
Parse a constraint expression.
|
| 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) |
boolean |
CeParser.parse()
Parse input from the scanner that was specified at object construction
time.
|
boolean |
CeParser.parse()
Parse input from the scanner that was specified at object construction
time.
|
abstract boolean |
Ceparse.parse()
**********************************************
|
int |
CeParser.Lexer.yylex()
Entry point for the scanner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServlet.parseExceptionHandler(ParseException pe,
javax.servlet.http.HttpServletResponse response)
************************************************************************
Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
|
| Modifier and Type | Method and Description |
|---|---|
DAS |
GuardedDataset.getDAS()
Get the DAS for this Dataset.
|
ServerDDS |
GuardedDataset.getDDS()
Get the DDS for this Dataset.
|
DDS |
GetHTMLInterfaceHandler.getWebFormDDS(String dataSet,
ServerDDS sDDS)
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servlet.www.
|
void |
GetAsciiHandler.sendASCII(ReqState rs,
String dataSet)
************************************************************************
Default handler for OPeNDAP ascii requests.
|
void |
GetHTMLInterfaceHandler.sendDataRequestForm(ReqState rs,
String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|
void |
GetDirHandler.sendDIR(ReqState rs)
************************************************************************
Default handler for OPeNDAP directory requests.
|
void |
GetInfoHandler.sendINFO(PrintWriter pw,
GuardedDataset gds,
ReqState rs)
************************************************************************
Default handler for OPeNDAP info requests.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.