| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
| Modifier and Type | Method and Description |
|---|---|
BaseType |
DSequence.getVar(int index)
Gets the indexed variable.
|
abstract BaseType |
DConstructor.getVar(int index)
Gets the indexed variable.
|
BaseType |
DStructure.getVar(int index)
Gets the indexed variable.
|
BaseType |
DGrid.getVar(int index)
Gets the indexed variable.
|
BaseType |
DSequence.getVariable(int row,
String name)
Returns the named variable in the given row of the sequence.
|
BaseType |
DSequence.getVariable(String name)
Returns the named variable.
|
abstract BaseType |
DConstructor.getVariable(String name)
Gets the named variable.
|
BaseType |
DDS.getVariable(String name)
Returns a reference to the named variable.
|
BaseType |
DStructure.getVariable(String name)
Returns the named variable.
|
BaseType |
DGrid.getVariable(String name)
Returns the named variable.
|
Stack |
DDS.search(String name,
Stack compStack)
Look for
name in the DDS. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CEEvaluator.evalClauses(Object specialO)
Evaluate all of the Clauses in the Clause vector.
|
Vector |
SDSequence.getRowVector()
Get the row vector for into which to read a row os data for this sequence.
|
void |
CEEvaluator.markAll(boolean state)
Mark all the variables in the DDS either as part of the current
projection (when
state is true) or not
(state is false). |
void |
CEEvaluator.parseConstraint(ReqState rs)
Convenience wrapper for parseConstraint.
|
void |
CEEvaluator.parseConstraint(String constraint,
String urlencoded)
Parse a constraint expression.
|
abstract boolean |
SDUInt16.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDGrid.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDInt16.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDUInt32.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDFloat64.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDURL.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDInt32.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDStructure.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDByte.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDList.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDSequence.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDArray.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
boolean |
ServerMethods.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDString.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
abstract boolean |
SDFloat32.read(String datasetName,
Object specialO)
Read a value from the named dataset for this variable.
|
void |
CEEvaluator.send(String dataset,
OutputStream sink,
Object specialO)
This function sends the variables described in the constrained DDS to
the output described by
sink. |
void |
SDUInt16.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDGrid.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDInt16.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDUInt32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDFloat64.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDURL.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDInt32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDStructure.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDByte.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDList.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDSequence.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDArray.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
ServerMethods.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDString.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
void |
SDFloat32.serialize(String dataset,
DataOutputStream sink,
CEEvaluator ce,
Object specialO)
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType). |
| Modifier and Type | Method and Description |
|---|---|
void |
AsciiWriter.toASCII(PrintWriter pw,
DDS dds,
Object specialO) |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.