Uses of Class
opendap.dap.NoSuchVariableException

Packages that use NoSuchVariableException
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.Server This package contains the OPeNDAP Server classes. 
opendap.servlet This package contains the core code for an OPeNDAP servlet engine. 
 

Uses of NoSuchVariableException in opendap.dap
 

Methods in opendap.dap that throw NoSuchVariableException
 BaseType DStructure.getVar(int index)
          Gets the indexed variable.
 BaseType DGrid.getVar(int index)
          Gets the indexed variable.
abstract  BaseType DConstructor.getVar(int index)
          Gets the indexed variable.
 BaseType DSequence.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 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.
abstract  BaseType DConstructor.getVariable(String name)
          Gets the named variable.
 BaseType DSequence.getVariable(String name)
          Returns the named variable.
 Stack DDS.search(String name, Stack compStack)
          Look for name in the DDS.
 

Uses of NoSuchVariableException in opendap.Server
 

Methods in opendap.Server that throw NoSuchVariableException
 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 expression, String url)
          Parse a constraint expression.
abstract  boolean SDGrid.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 SDInt32.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 SDList.read(String datasetName, Object specialO)
          Read a value from the named dataset for this variable.
abstract  boolean SDUInt16.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 SDStructure.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 SDByte.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.
 boolean ServerMethods.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.
abstract  boolean SDFloat32.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.
 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 SDGrid.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 SDInt32.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 SDList.serialize(String dataset, DataOutputStream sink, CEEvaluator ce, Object specialO)
          

Server-side serialization for OPeNDAP variables (sub-classes of BaseType).

 void SDUInt16.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 SDStructure.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 SDByte.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 ServerMethods.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 SDFloat32.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).
 

Uses of NoSuchVariableException in opendap.servlet
 

Methods in opendap.servlet that throw NoSuchVariableException
 void AsciiWriter.toASCII(PrintWriter pw, DDS dds, Object specialO)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.