Skip navigation links
A B C D E F G I J L M N O P R S T U V W X Y 

A

AbstractClause - Class in opendap.servers
Provides default implementations for the Clause interface methods.
AbstractClause() - Constructor for class opendap.servers.AbstractClause
 
AbstractServlet - Class in opendap.servlet
AbstractServlet is the base servlet class for an OPeNDAP servers.
AbstractServlet() - Constructor for class opendap.servlet.AbstractServlet
 
add(ServerSideFunction) - Method in class opendap.servers.FunctionLibrary
Adds a function to the library.
addVariable(BaseType, int) - Method in class opendap.servers.SDGrid
Adds a variable to the container.
allowDeflate - Variable in class opendap.servlet.AbstractServlet
************************************************************************ Compression
AMPERSAND - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
anyExceptionHandler(Throwable, ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Sends an error to the client.
appendClause(Clause) - Method in class opendap.servers.CEEvaluator
Add a clause to the constraint expression.
appendDim(int, String) - Method in class opendap.servers.SDArray
Given a size and a name, this function adds a dimension to the array.
appendDim(int) - Method in class opendap.servers.SDArray
Add a dimension to the array.
asciiArray - Class in opendap.servlet.ascii
 
asciiArray() - Constructor for class opendap.servlet.ascii.asciiArray
Constructs a new asciiArray.
asciiArray(String) - Constructor for class opendap.servlet.ascii.asciiArray
Constructs a new asciiArray with name n.
asciiByte - Class in opendap.servlet.ascii
 
asciiByte() - Constructor for class opendap.servlet.ascii.asciiByte
Constructs a new asciiByte.
asciiByte(String) - Constructor for class opendap.servlet.ascii.asciiByte
Constructs a new asciiByte with name n.
asciiF32 - Class in opendap.servlet.ascii
 
asciiF32() - Constructor for class opendap.servlet.ascii.asciiF32
Constructs a new asciiF32.
asciiF32(String) - Constructor for class opendap.servlet.ascii.asciiF32
Constructs a new asciiF32 with name n.
asciiF64 - Class in opendap.servlet.ascii
 
asciiF64() - Constructor for class opendap.servlet.ascii.asciiF64
Constructs a new asciiF64.
asciiF64(String) - Constructor for class opendap.servlet.ascii.asciiF64
Constructs a new asciiF64 with name n.
asciiFactory - Class in opendap.servlet.ascii
The default client-side Factory for BaseType objects.
asciiFactory() - Constructor for class opendap.servlet.ascii.asciiFactory
 
asciiGrid - Class in opendap.servlet.ascii
 
asciiGrid() - Constructor for class opendap.servlet.ascii.asciiGrid
Constructs a new asciiGrid.
asciiGrid(String) - Constructor for class opendap.servlet.ascii.asciiGrid
Constructs a new asciiGrid with name n.
asciiI16 - Class in opendap.servlet.ascii
 
asciiI16() - Constructor for class opendap.servlet.ascii.asciiI16
Constructs a new asciiI16.
asciiI16(String) - Constructor for class opendap.servlet.ascii.asciiI16
Constructs a new asciiI16 with name n.
asciiI32 - Class in opendap.servlet.ascii
 
asciiI32() - Constructor for class opendap.servlet.ascii.asciiI32
Constructs a new asciiI32.
asciiI32(String) - Constructor for class opendap.servlet.ascii.asciiI32
Constructs a new asciiI32 with name n.
asciiSeq - Class in opendap.servlet.ascii
 
asciiSeq() - Constructor for class opendap.servlet.ascii.asciiSeq
Constructs a new asciiSeq.
asciiSeq(String) - Constructor for class opendap.servlet.ascii.asciiSeq
Constructs a new asciiSeq with name n.
asciiString - Class in opendap.servlet.ascii
 
asciiString() - Constructor for class opendap.servlet.ascii.asciiString
Constructs a new asciiString.
asciiString(String) - Constructor for class opendap.servlet.ascii.asciiString
Constructs a new asciiString with name n.
asciiStructure - Class in opendap.servlet.ascii
 
asciiStructure() - Constructor for class opendap.servlet.ascii.asciiStructure
Constructs a new asciiStructure.
asciiStructure(String) - Constructor for class opendap.servlet.ascii.asciiStructure
Constructs a new asciiStructure with name n.
asciiUI16 - Class in opendap.servlet.ascii
 
asciiUI16() - Constructor for class opendap.servlet.ascii.asciiUI16
Constructs a new asciiUI16.
asciiUI16(String) - Constructor for class opendap.servlet.ascii.asciiUI16
Constructs a new asciiUI16 with name n.
asciiUI32 - Class in opendap.servlet.ascii
 
asciiUI32() - Constructor for class opendap.servlet.ascii.asciiUI32
Constructs a new asciiUI32.
asciiUI32(String) - Constructor for class opendap.servlet.ascii.asciiUI32
Constructs a new asciiUI32 with name n.
asciiURL - Class in opendap.servlet.ascii
 
asciiURL() - Constructor for class opendap.servlet.ascii.asciiURL
Constructs a new asciiString.
asciiURL(String) - Constructor for class opendap.servlet.ascii.asciiURL
Constructs a new asciiString with name n.
AsciiWriter - Class in opendap.servlet
Class Description.
AsciiWriter() - Constructor for class opendap.servlet.AsciiWriter
 
AST - Class in opendap.servers.parsers
Created by IntelliJ IDEA.
AST(List<AST>) - Constructor for class opendap.servers.parsers.AST
 

B

badURL(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Sends an html document to the client explaining that they have used a poorly formed URL and then the help page...
BadURLException - Exception in opendap.servlet
Created by IntelliJ IDEA.
BadURLException(String) - Constructor for exception opendap.servlet.BadURLException
 
BadURLException() - Constructor for exception opendap.servlet.BadURLException
 
bisonSkeleton - Static variable in class opendap.servers.parsers.CeParser
Name of the skeleton that generated this parser.
bisonVersion - Static variable in class opendap.servers.parsers.CeParser
Version number for the Bison executable that generated this parser.
BoolFunction - Interface in opendap.servers
Represents a server-side function, which evaluates to a boolean value.
BoolFunctionClause - Class in opendap.servers
Represents a clause which invokes a function that returns a boolean value.
BoolFunctionClause(BoolFunction, List) - Constructor for class opendap.servers.BoolFunctionClause
Creates a new BoolFunctionClause.
boolFunctions - Variable in class opendap.servers.FunctionLibrary
 
BrowserForm - Interface in opendap.servlet.www
 
BTFunction - Interface in opendap.servers
Represents a server-side function, which evaluates to a BaseType.
BTFunctionClause - Class in opendap.servers
Represents a clause which invokes a function that returns a BaseType.
BTFunctionClause(BTFunction, List) - Constructor for class opendap.servers.BTFunctionClause
Creates a new BTFunctionClause.
btFunctions - Variable in class opendap.servers.FunctionLibrary
 

C

cedebug - Variable in class opendap.servers.parsers.Ceparse
 
CEEvaluator - Class in opendap.servers
This class is used to parse and evaluate a constraint expression.
CEEvaluator(ServerDDS) - Constructor for class opendap.servers.CEEvaluator
Construct a new CEEvaluator with dds as the DDS object with which to resolve all variable and function names.
CEEvaluator(ServerDDS, ClauseFactory) - Constructor for class opendap.servers.CEEvaluator
Construct a new CEEvaluator with dds as the DDS object with which to resolve all variable and function names, and clauseFactory as a source of Clause objects .
Ceparse - Class in opendap.servers.parsers
The constraint expression parser class.
Ceparse() - Constructor for class opendap.servers.parsers.Ceparse
**********************************************
Ceparse(BaseTypeFactory) - Constructor for class opendap.servers.parsers.Ceparse
 
CeParser - Class in opendap.servers.parsers
A Bison parser, automatically generated from ce.y.
CeParser(CeParser.Lexer) - Constructor for class opendap.servers.parsers.CeParser
Instantiates the Bison-generated parser.
CeParser(BaseTypeFactory) - Constructor for class opendap.servers.parsers.CeParser
Instantiates the Bison-generated parser.
CeParser.Lexer - Interface in opendap.servers.parsers
Communication interface between the scanner and the Bison-generated parser CeParser.
checkArgs(List) - Method in interface opendap.servers.ServerSideFunction
Checks that the arguments given are acceptable arguments for this function.
children - Variable in class opendap.servers.AbstractClause
A list of SubClause objects representing the sub-clauses of this clause.
Clause - Interface in opendap.servers
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause.
ClauseFactory - Class in opendap.servers
Represents a source of Clause objects for the constraint expression parser.
ClauseFactory() - Constructor for class opendap.servers.ClauseFactory
Creates a new clause factory with a blank function library.
ClauseFactory(FunctionLibrary) - Constructor for class opendap.servers.ClauseFactory
Creates a clause factory which uses the specified function library.
close() - Method in class opendap.servlet.DummySink
 
close() - Method in interface opendap.servlet.GuardedDataset
 
close() - Static method in class opendap.servlet.Logx
 
COLON - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
COMMA - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
constant - Variable in class opendap.servers.AbstractClause
Value to be returned by isConstant().
constraint_expression(CEEvaluator, BaseTypeFactory, ClauseFactory) - Method in class opendap.servers.parsers.Ceparse
*********************
constraint_expression(CEEvaluator, BaseTypeFactory, ClauseFactory, String, String) - Static method in class opendap.servers.parsers.CeParser
 

D

dap2ExceptionHandler(DAP2Exception, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Sends a OPeNDAP DAP2 error to the client.
DAP2ServerSideException - Exception in opendap.servers
DAP2 Exception for use by a server.
DAP2ServerSideException(int, String) - Constructor for exception opendap.servers.DAP2ServerSideException
Construct a DAP2ServerSideException with the specified detail message.
DAPLog - Class in opendap.servlet
 
DAPLog() - Constructor for class opendap.servlet.DAPLog
 
DEBUG - Static variable in class opendap.servers.parsers.CeParser
 
DEFAULT - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
defined - Variable in class opendap.servers.AbstractClause
Value to be returned by isDefined().
deflate - Static variable in class opendap.servlet.MimeUtil
 
DereferenceClause - Class in opendap.servers
Represents a sub-clause that is a URL reference to remote data.
DereferenceClause(String) - Constructor for class opendap.servers.DereferenceClause
Creates a new DereferenceClause
doDebug(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for debug requests;
doDebugCmd(String, StringTokenizer, PrintWriter) - Method in class opendap.servlet.AbstractServlet
 
dods_das - Static variable in class opendap.servlet.MimeUtil
 
dods_data - Static variable in class opendap.servlet.MimeUtil
 
dods_dds - Static variable in class opendap.servlet.MimeUtil
 
dods_error - Static variable in class opendap.servlet.MimeUtil
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
*********************************************************************** Handles incoming requests from clients.
doGetASC(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP ascii data requests.
doGetBLOB(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's data request.
doGetCatalog(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP catalog.xml requests.
doGetDAP2Data(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's data request.
doGetDAS(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's DAS request.
doGetDDS(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's DDS request.
doGetDDX(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's DDS request.
doGetDIR(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's directory request.
doGetHELP(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's help request.
doGetHTML(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP .html requests.
doGetINFO(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP info requests.
doGetStatus(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP status requests; not publically available, used only for debugging
doGetSystemProps(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for OPeNDAP status requests; not publically available, used only for debugging
doGetVER(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Default handler for the client's version request.
DTSLog - Class in opendap.servlet
 
DTSLog() - Constructor for class opendap.servlet.DTSLog
 
DummySink - Class in opendap.servlet
The Servlet to exercise what's available.
DummySink(OutputStream, Deflater, int) - Constructor for class opendap.servlet.DummySink
Creates a new output stream with the specified compressor and buffer size.
DummySink(OutputStream, Deflater) - Constructor for class opendap.servlet.DummySink
Creates a new output stream with the specified compressor and a default buffer size.
DummySink(OutputStream) - Constructor for class opendap.servlet.DummySink
Creates a new output stream with a defaul compressor and buffer size.

E

EOF - Static variable in interface opendap.servers.parsers.CeParser.Lexer
Token returned by the scanner to signal the end of its input.
EOF - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
EQUAL - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
equal(BaseType) - Method in interface opendap.servers.RelOps
 
equal(BaseType) - Method in class opendap.servers.SDArray
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDByte
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDFloat32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDFloat64
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDGrid
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDInt16
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDInt32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDList
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDSequence
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDString
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDStructure
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDUInt16
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDUInt32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class opendap.servers.SDURL
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
evalClauses(Object) - Method in class opendap.servers.CEEvaluator
Evaluate all of the Clauses in the Clause vector.
evaluate(List) - Method in interface opendap.servers.BoolFunction
Evaluates the function using the argument list given.
evaluate() - Method in class opendap.servers.BoolFunctionClause
 
evaluate(List) - Method in interface opendap.servers.BTFunction
Evaluates the function using the argument list given.
evaluate() - Method in class opendap.servers.BTFunctionClause
 
evaluate() - Method in class opendap.servers.DereferenceClause
 
evaluate() - Method in class opendap.servers.RelOpClause
 
evaluate() - Method in interface opendap.servers.SubClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in interface opendap.servers.TopLevelClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in class opendap.servers.ValueClause
Returns the BaseType represented by this clause.
ExprParserConstants - Interface in opendap.servers.parsers
 

F

FLOATCONST - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
flush() - Method in class opendap.servlet.DummySink
 
function - Variable in class opendap.servers.BoolFunctionClause
 
function - Variable in class opendap.servers.BTFunctionClause
 
FUNCTION - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
functionLibrary - Variable in class opendap.servers.ClauseFactory
 
FunctionLibrary - Class in opendap.servers
Represents a library of available server-side functions for use in evaluating constraint expressions.
FunctionLibrary() - Constructor for class opendap.servers.FunctionLibrary
Creates a new FunctionLibrary with no prefix set.
FunctionLibrary(String) - Constructor for class opendap.servers.FunctionLibrary
Creates a new FunctionLibrary.

G

getAcceptsCompressed() - Method in class opendap.servlet.ParsedRequest
 
getAcceptsCompressed() - Method in class opendap.servlet.ReqState
************************************************************************* Evaluates the (private) request object to determine if the client that sent the request accepts compressed return documents.
GetAsciiHandler - Class in opendap.servlet
Default handler for OPeNDAP ascii requests.
GetAsciiHandler() - Constructor for class opendap.servlet.GetAsciiHandler
 
getAST() - Method in class opendap.servers.parsers.Ceparse
**********************************************
getASTnodeset() - Method in class opendap.servers.parsers.Ceparse
 
getBoolFunction(String) - Method in class opendap.servers.FunctionLibrary
Retrieves a boolean function from the library.
getBTFunction(String) - Method in class opendap.servers.FunctionLibrary
Retrieves a BaseType function from the library.
getChildren() - Method in class opendap.servers.AbstractClause
 
getChildren() - Method in interface opendap.servers.Clause
Returns an ordered list of this clause's sub-clauses.
getClauses() - Method in class opendap.servers.CEEvaluator
Get access to the list of clauses built by parsing the selection part of the constraint expression.
getConstraint() - Method in class opendap.servers.parsers.Ceparse
 
getConstraint() - Method in class opendap.servers.parsers.CeParser
 
getConstraintExpression() - Method in class opendap.servlet.ParsedRequest
 
getConstraintExpression() - Method in class opendap.servlet.ReqState
 
getContents() - Static method in class opendap.servlet.Logx
 
getCount() - Method in class opendap.servlet.DummySink
 
getDAS() - Method in interface opendap.servlet.GuardedDataset
Get the DAS for this Dataset.
getDASCache(String) - Method in class opendap.servlet.ReqState
This method will attempt to get the DAS cache directory name from the servlet's InitParameters.
getDataset(ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ This method must be implemented locally for each OPeNDAP server.
getDataSet() - Method in class opendap.servlet.ParsedRequest
 
getDataSet() - Method in class opendap.servlet.ReqState
 
getDatasetFilename() - Method in class opendap.servers.ServerDDS
Get the dataset filename.
getDDS() - Method in class opendap.servers.CEEvaluator
Return a reference to the CEEvaluator's DDS object.
getDDS() - Method in interface opendap.servlet.GuardedDataset
Get the DDS for this Dataset.
getDDSCache(String) - Method in class opendap.servlet.ReqState
This method will attempt to get the DDS cache directory name from the servlet's InitParameters.
getDDXCache(String) - Method in class opendap.servlet.ReqState
This method will attempt to get the DDX cache directory name from the servlet's InitParameters.
getDebugLevel() - Method in class opendap.servers.parsers.Ceparse
 
getDebugLevel() - Method in class opendap.servers.parsers.CeParser
Answer the verbosity of the debugging output; 0 means that all kinds of output from the parser are suppressed.
getDebugStream() - Method in class opendap.servers.parsers.CeParser
Return the PrintStream on which the debugging output is printed.
GetDirHandler - Class in opendap.servlet
Default handler for OPeNDAP directory requests.
GetDirHandler() - Constructor for class opendap.servlet.GetDirHandler
 
getDodsBlobURL_OLDANDBUSTED() - Method in class opendap.servlet.ReqState
 
getErrorVerbose() - Method in class opendap.servers.parsers.CeParser
Return whether verbose error messages are enabled.
getFunction() - Method in class opendap.servers.BoolFunctionClause
Returns the server-side function invoked by this clause
getFunction() - Method in class opendap.servers.BTFunctionClause
Returns the server-side function invoked by this clause
GetHTMLInterfaceHandler - Class in opendap.servlet
Default handler for OPeNDAP .html requests.
GetHTMLInterfaceHandler() - Constructor for class opendap.servlet.GetHTMLInterfaceHandler
 
getINFOCache(String) - Method in class opendap.servlet.ReqState
This method will attempt to get the INFO cache directory name from the servlet's InitParameters.
GetInfoHandler - Class in opendap.servlet
Default handler for OPeNDAP info requests.
GetInfoHandler() - Constructor for class opendap.servlet.GetInfoHandler
 
getInitParameter(String) - Method in class opendap.servlet.ReqState
***********************************************************************
getLHS() - Method in class opendap.servers.RelOpClause
Returns a SubClause representing the right-hand side of the comparison.
getLVal() - Method in interface opendap.servers.parsers.CeParser.Lexer
Method to retrieve the semantic value of the last scanned token.
getName() - Method in interface opendap.servers.ServerSideFunction
Returns the name of the server-side function, as it will appear in constraint expressions.
getOperator() - Method in class opendap.servers.RelOpClause
Returns the type of comparison
getParent() - Method in class opendap.servers.BTFunctionClause
 
getParent() - Method in class opendap.servers.DereferenceClause
 
getParent() - Method in interface opendap.servers.SubClause
Returns the Clause which contains this subclause.
getParent() - Method in class opendap.servers.ValueClause
 
getPrefix() - Method in class opendap.servers.FunctionLibrary
Returns the prefix being used for classname lookup.
getRequest() - Method in class opendap.servlet.ReqState
 
getRequestState(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
 
getRequestSuffix() - Method in class opendap.servlet.ParsedRequest
 
getRequestSuffix() - Method in class opendap.servlet.ReqState
 
getRequestURL() - Method in class opendap.servlet.ReqState
 
getResponse() - Method in class opendap.servlet.ReqState
 
getReturnType(List) - Method in interface opendap.servers.BTFunction
A given function must always evaluate to the same class of BaseType.
getRHS() - Method in class opendap.servers.RelOpClause
Returns a list of SubClauses representing the right-hand side of the comparison.
getRootPath() - Method in class opendap.servlet.ReqState
 
getRowVector() - Method in class opendap.servers.SDSequence
Get the row vector for into which to read a row os data for this sequence.
getSchemaLocation() - Method in class opendap.servlet.ReqState
This method will attempt to get the Schema Location name from the servlet's InitParameters.
getServerClassName() - Method in class opendap.servlet.ReqState
 
getServerName() - Method in class opendap.servlet.AbstractServlet
************************************************************************

In this (default) implementation of the getServerName() method we just get the name of the servlet and pass it back.

getServerVersion() - Method in class opendap.servlet.AbstractServlet
This function must be implemented locally for each OPeNDAP server.
getStart(int) - Method in class opendap.servers.SDArray
Gets the start value for the array projection.
getStart(int) - Method in class opendap.servers.SDGrid
Gets the start value for the projection of the dimension indicated.
getStart(int) - Method in interface opendap.servers.ServerArrayMethods
 
getStop(int) - Method in class opendap.servers.SDArray
Gets the stop value for the array projection.
getStop(int) - Method in class opendap.servers.SDGrid
Gets the stop value for the projection of the dimension indicated.
getStop(int) - Method in interface opendap.servers.ServerArrayMethods
 
getStride(int) - Method in class opendap.servers.SDArray
Gets the stride value for the array projection.
getStride(int) - Method in class opendap.servers.SDGrid
Gets the stride value for the projection of the dimension indicated.
getStride(int) - Method in interface opendap.servers.ServerArrayMethods
 
getURL() - Method in class opendap.servers.DereferenceClause
 
getURL() - Method in class opendap.servers.parsers.Ceparse
 
getURL() - Method in class opendap.servers.parsers.CeParser
 
getUserObject() - Method in class opendap.servlet.ParsedRequest
 
getUserObject() - Method in class opendap.servlet.ReqState
 
getValue() - Method in class opendap.servers.BoolFunctionClause
 
getValue() - Method in class opendap.servers.BTFunctionClause
 
getValue() - Method in class opendap.servers.DereferenceClause
 
getValue() - Method in class opendap.servers.RelOpClause
 
getValue() - Method in interface opendap.servers.SubClause
Returns a BaseType containing the current value of the sub-clause.
getValue() - Method in interface opendap.servers.TopLevelClause
Returns the current value of the clause.
getValue() - Method in class opendap.servers.ValueClause
Returns the BaseType represented by this clause.
getVersionElement() - Static method in class opendap.Version
 
getVersionString() - Static method in class opendap.Version
 
getWebFormDDS(String, ServerDDS) - Method in class opendap.servlet.GetHTMLInterfaceHandler
************************************************************************ Gets a DDS for the specified data set and builds it using the class factory in the package opendap.servlet.www.
GREATER - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
greater(BaseType) - Method in interface opendap.servers.RelOps
 
greater(BaseType) - Method in class opendap.servers.SDArray
 
greater(BaseType) - Method in class opendap.servers.SDByte
 
greater(BaseType) - Method in class opendap.servers.SDFloat32
 
greater(BaseType) - Method in class opendap.servers.SDFloat64
 
greater(BaseType) - Method in class opendap.servers.SDGrid
 
greater(BaseType) - Method in class opendap.servers.SDInt16
 
greater(BaseType) - Method in class opendap.servers.SDInt32
 
greater(BaseType) - Method in class opendap.servers.SDList
 
greater(BaseType) - Method in class opendap.servers.SDSequence
 
greater(BaseType) - Method in class opendap.servers.SDString
 
greater(BaseType) - Method in class opendap.servers.SDStructure
 
greater(BaseType) - Method in class opendap.servers.SDUInt16
 
greater(BaseType) - Method in class opendap.servers.SDUInt32
 
greater(BaseType) - Method in class opendap.servers.SDURL
 
greater(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
GREATER_EQL - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
greater_eql(BaseType) - Method in interface opendap.servers.RelOps
 
greater_eql(BaseType) - Method in class opendap.servers.SDArray
 
greater_eql(BaseType) - Method in class opendap.servers.SDByte
 
greater_eql(BaseType) - Method in class opendap.servers.SDFloat32
 
greater_eql(BaseType) - Method in class opendap.servers.SDFloat64
 
greater_eql(BaseType) - Method in class opendap.servers.SDGrid
 
greater_eql(BaseType) - Method in class opendap.servers.SDInt16
 
greater_eql(BaseType) - Method in class opendap.servers.SDInt32
 
greater_eql(BaseType) - Method in class opendap.servers.SDList
 
greater_eql(BaseType) - Method in class opendap.servers.SDSequence
 
greater_eql(BaseType) - Method in class opendap.servers.SDString
 
greater_eql(BaseType) - Method in class opendap.servers.SDStructure
 
greater_eql(BaseType) - Method in class opendap.servers.SDUInt16
 
greater_eql(BaseType) - Method in class opendap.servers.SDUInt32
 
greater_eql(BaseType) - Method in class opendap.servers.SDURL
 
greater_eql(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
GuardedDataset - Interface in opendap.servlet
A GuardedDataset allows us to handle multithreaded stateful processing.

I

init(CEEvaluator, BaseTypeFactory, ClauseFactory, ServerDDS, List<AST>) - Method in class opendap.servers.parsers.AST
 
INTCONST - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
InvalidOperatorException - Exception in opendap.servers
Thrown when a RelOp operation is called on two types for which it makes no sense to compre, such as attempting to ascertain is a String is less than a Float.
InvalidOperatorException(String) - Constructor for exception opendap.servers.InvalidOperatorException
Construct a InvalidOperatorException with the specified detail message.
InvalidOperatorException(int, String) - Constructor for exception opendap.servers.InvalidOperatorException
Construct a InvalidOperatorException with the specified message and OPeNDAP error code (see DAP2Exception).
InvalidParameterException - Exception in opendap.servers
Used to indicate that one of the passed parameters to a method is either the wrong type, is missing, or it's value is unacceptable.
InvalidParameterException(String) - Constructor for exception opendap.servers.InvalidParameterException
Construct a InvalidParameterException with the specified detail message.
InvalidParameterException(int, String) - Constructor for exception opendap.servers.InvalidParameterException
Construct a InvalidParameterException with the specified message and OPeNDAP error code (see DAP2Exception).
IOExceptionHandler(IOException, ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Sends an error to the client.
isConstant() - Method in class opendap.servers.AbstractClause
 
isConstant() - Method in interface opendap.servers.Clause
A clause is considered "constant" iff it and its subclauses do not refer to data values from the dataset being constrained.
isDefined() - Method in class opendap.servers.AbstractClause
 
isDefined() - Method in interface opendap.servers.Clause
Returns whether or not the clause has a defined value.
isOn() - Static method in class opendap.servlet.Logx
 
isProject() - Method in interface opendap.servers.ServerMethods
Check the projection state of this variable.
isRead() - Method in class opendap.servers.SDArray
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDByte
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDFloat32
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDFloat64
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDGrid
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDInt16
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDInt32
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDList
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDSequence
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDString
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDStructure
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDUInt16
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDUInt32
Get the value of the Read property.
isRead() - Method in class opendap.servers.SDURL
Get the value of the Read property.
isRead() - Method in interface opendap.servers.ServerMethods
Get the value of the Read property.
isSynthesized() - Method in class opendap.servers.SDArray
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDByte
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDFloat32
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDFloat64
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDGrid
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDInt16
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDInt32
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDList
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDSequence
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDString
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDStructure
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDUInt16
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDUInt32
Get the value of the Synthesized property.
isSynthesized() - Method in class opendap.servers.SDURL
Get the value of the Synthesized property.
isSynthesized() - Method in interface opendap.servers.ServerMethods
Get the value of the Synthesized property.

J

jScriptCode - Static variable in class opendap.servlet.www.jscriptCore
 
jscriptCore - Class in opendap.servlet.www
 
jscriptCore() - Constructor for class opendap.servlet.www.jscriptCore
 

L

LBRACE - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
LBRACKET - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
LESS - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
less(BaseType) - Method in interface opendap.servers.RelOps
 
less(BaseType) - Method in class opendap.servers.SDArray
 
less(BaseType) - Method in class opendap.servers.SDByte
 
less(BaseType) - Method in class opendap.servers.SDFloat32
 
less(BaseType) - Method in class opendap.servers.SDFloat64
 
less(BaseType) - Method in class opendap.servers.SDGrid
 
less(BaseType) - Method in class opendap.servers.SDInt16
 
less(BaseType) - Method in class opendap.servers.SDInt32
 
less(BaseType) - Method in class opendap.servers.SDList
 
less(BaseType) - Method in class opendap.servers.SDSequence
 
less(BaseType) - Method in class opendap.servers.SDString
 
less(BaseType) - Method in class opendap.servers.SDStructure
 
less(BaseType) - Method in class opendap.servers.SDUInt16
 
less(BaseType) - Method in class opendap.servers.SDUInt32
 
less(BaseType) - Method in class opendap.servers.SDURL
 
less(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
LESS_EQL - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
less_eql(BaseType) - Method in interface opendap.servers.RelOps
 
less_eql(BaseType) - Method in class opendap.servers.SDArray
 
less_eql(BaseType) - Method in class opendap.servers.SDByte
 
less_eql(BaseType) - Method in class opendap.servers.SDFloat32
 
less_eql(BaseType) - Method in class opendap.servers.SDFloat64
 
less_eql(BaseType) - Method in class opendap.servers.SDGrid
 
less_eql(BaseType) - Method in class opendap.servers.SDInt16
 
less_eql(BaseType) - Method in class opendap.servers.SDInt32
 
less_eql(BaseType) - Method in class opendap.servers.SDList
 
less_eql(BaseType) - Method in class opendap.servers.SDSequence
 
less_eql(BaseType) - Method in class opendap.servers.SDString
 
less_eql(BaseType) - Method in class opendap.servers.SDStructure
 
less_eql(BaseType) - Method in class opendap.servers.SDUInt16
 
less_eql(BaseType) - Method in class opendap.servers.SDUInt32
 
less_eql(BaseType) - Method in class opendap.servers.SDURL
 
less_eql(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
lhs - Variable in class opendap.servers.RelOpClause
 
loadNewFunction(String) - Method in class opendap.servers.FunctionLibrary
Tries to load a function with the given name.
loadOverrideDoc(String, String) - Method in class opendap.servlet.GetInfoHandler
************************************************************************ Checks the info directory for user supplied override documents for the passed dataset name.
log - Static variable in class opendap.servers.parsers.Ceparse
 
log - Static variable in class opendap.servlet.AbstractServlet
 
Logx - Class in opendap.servlet
A minimal implementation of a logging facility.
Logx() - Constructor for class opendap.servlet.Logx
 
LPAREN - Static variable in interface opendap.servers.parsers.ExprParserConstants
 

M

markAll(boolean) - Method in class opendap.servers.CEEvaluator
Mark all the variables in the DDS either as part of the current projection (when state is true) or not (state is false).
MimeUtil - Class in opendap.servlet
Writes MIME type headers to the passed streams.
MimeUtil() - Constructor for class opendap.servlet.MimeUtil
 

N

nameForJsCode(String) - Static method in class opendap.servlet.www.wwwOutPut
 
newBoolFunctionClause(String, List) - Method in class opendap.servers.ClauseFactory
Generates a clause which invokes a function that returns a boolean value.
newBTFunctionClause(String, List) - Method in class opendap.servers.ClauseFactory
Generates a clause which invokes a function that returns a BaseType.
newDArray() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DArray.
newDArray(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DArray with name n.
newDArray() - Method in class opendap.servlet.www.wwwFactory
Construct a new DArray.
newDArray(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DArray with name n.
newDByte() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DByte.
newDByte(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DByte with name n.
newDByte() - Method in class opendap.servlet.www.wwwFactory
Construct a new DByte.
newDByte(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DByte with name n.
newDereferenceClause(String) - Method in class opendap.servers.ClauseFactory
Generates a clause representing a remote value, referenced by a URL.
newDFloat32() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class opendap.servlet.www.wwwFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DFloat32 with name n.
newDFloat64() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class opendap.servlet.www.wwwFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DFloat64 with name n.
newDGrid() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DGrid.
newDGrid(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DGrid with name n.
newDGrid() - Method in class opendap.servlet.www.wwwFactory
Construct a new DGrid.
newDGrid(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DGrid with name n.
newDInt16() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DInt16.
newDInt16(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class opendap.servlet.www.wwwFactory
Construct a new DInt16.
newDInt16(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DInt16 with name n.
newDInt32() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DInt32.
newDInt32(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class opendap.servlet.www.wwwFactory
Construct a new DInt32.
newDInt32(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DInt32 with name n.
newDSequence() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DSequence.
newDSequence(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DSequence with name n.
newDSequence() - Method in class opendap.servlet.www.wwwFactory
Construct a new DSequence.
newDSequence(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DSequence with name n.
newDString() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DString.
newDString(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DString with name n.
newDString() - Method in class opendap.servlet.www.wwwFactory
Construct a new DString.
newDString(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DString with name n.
newDStructure() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DStructure.
newDStructure(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DStructure with name n.
newDStructure() - Method in class opendap.servlet.www.wwwFactory
Construct a new DStructure.
newDStructure(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DStructure with name n.
newDUInt16() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class opendap.servlet.www.wwwFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DUInt16 with name n.
newDUInt32() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class opendap.servlet.www.wwwFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DUInt32 with name n.
newDURL() - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DURL.
newDURL(String) - Method in class opendap.servlet.ascii.asciiFactory
Construct a new DURL with name n.
newDURL() - Method in class opendap.servlet.www.wwwFactory
Construct a new DURL.
newDURL(String) - Method in class opendap.servlet.www.wwwFactory
Construct a new DURL with name n.
newRelOpClause(int, SubClause, List) - Method in class opendap.servers.ClauseFactory
Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class.
newValueClause(BaseType, boolean) - Method in class opendap.servers.ClauseFactory
Generates a clause representing a simple value, such as "var1" or "19".
NOT_EQUAL - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
not_equal(BaseType) - Method in interface opendap.servers.RelOps
 
not_equal(BaseType) - Method in class opendap.servers.SDArray
 
not_equal(BaseType) - Method in class opendap.servers.SDByte
 
not_equal(BaseType) - Method in class opendap.servers.SDFloat32
 
not_equal(BaseType) - Method in class opendap.servers.SDFloat64
 
not_equal(BaseType) - Method in class opendap.servers.SDGrid
 
not_equal(BaseType) - Method in class opendap.servers.SDInt16
 
not_equal(BaseType) - Method in class opendap.servers.SDInt32
 
not_equal(BaseType) - Method in class opendap.servers.SDList
 
not_equal(BaseType) - Method in class opendap.servers.SDSequence
 
not_equal(BaseType) - Method in class opendap.servers.SDString
 
not_equal(BaseType) - Method in class opendap.servers.SDStructure
 
not_equal(BaseType) - Method in class opendap.servers.SDUInt16
 
not_equal(BaseType) - Method in class opendap.servers.SDUInt32
 
not_equal(BaseType) - Method in class opendap.servers.SDURL
 
not_equal(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.

O

op(int, BaseType, BaseType) - Static method in class opendap.servers.Operator
Performs the Relatove Operation (RelOp) indicated by the parameter oprtr on the 2 passed BaseTypes if appropriate.
opendap - package opendap
 
opendap.servers - package opendap.servers
This package contains the OPeNDAP Server classes.
opendap.servers.parsers - package opendap.servers.parsers
This package contains Bison 2.4.2 generated Constraint Expression parser classes.
opendap.servlet - package opendap.servlet
This package contains the core code for an OPeNDAP servlet engine.
opendap.servlet.ascii - package opendap.servlet.ascii
This package contains the OPeNDAP ASCII client.
opendap.servlet.www - package opendap.servlet.www
This package contains the OPeNDAP WWW client.
Operator - Class in opendap.servers
This class contains the code for performing relative operations (RelOps) on BaseTypes.
Operator() - Constructor for class opendap.servers.Operator
 
operator - Variable in class opendap.servers.RelOpClause
 
operatorImage - Static variable in interface opendap.servers.parsers.ExprParserConstants
 

P

parent - Variable in class opendap.servers.BTFunctionClause
 
parent - Variable in class opendap.servers.DereferenceClause
 
parent - Variable in class opendap.servers.ValueClause
 
parse() - Method in class opendap.servers.parsers.Ceparse
**********************************************
parse() - Method in class opendap.servers.parsers.CeParser
Parse input from the scanner that was specified at object construction time.
parseConstraint(String, String) - Method in class opendap.servers.CEEvaluator
Parse a constraint expression.
parseConstraint(ReqState) - Method in class opendap.servers.CEEvaluator
Convenience wrapper for parseConstraint.
ParsedRequest - Class in opendap.servlet
This holds the parsed information from one particular user request.
ParsedRequest(String, String, String, boolean) - Constructor for class opendap.servlet.ParsedRequest
 
parseExceptionHandler(ParseException, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
prefix - Variable in class opendap.servers.FunctionLibrary
 
printBrowserForm(PrintWriter, DAS) - Method in interface opendap.servlet.www.BrowserForm
Returns an string representation of the variables value.
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwArray
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwByte
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwF32
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwF64
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwGrid
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwI16
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwI32
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwSequence
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwString
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwStructure
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwUI16
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwUI32
 
printBrowserForm(PrintWriter, DAS) - Method in class opendap.servlet.www.wwwURL
 
printCatalog(ReqState, PrintWriter) - Method in class opendap.servlet.AbstractServlet
 
printConstrained(PrintWriter) - Method in class opendap.servers.ServerDDS
Print the constrained DDS on the given PrintWriter.
printConstrained(OutputStream) - Method in class opendap.servers.ServerDDS
Print the constrained DDS on the given OutputStream.
printConstrainedXML(OutputStream) - Method in class opendap.servers.ServerDDS
Print the constrained DDS on the given OutputStream.
printConstrainedXML(PrintWriter) - Method in class opendap.servers.ServerDDS
Print the constrained DDS on the given PrintWriter.
printConstraint(PrintWriter) - Method in class opendap.servers.BoolFunctionClause
Prints the original string representation of this clause.
printConstraint(PrintWriter) - Method in class opendap.servers.BTFunctionClause
Prints the original string representation of this clause.
printConstraint(PrintWriter) - Method in class opendap.servers.CEEvaluator
Print all of the Clauses in the Clause vector.
printConstraint(PrintWriter) - Method in interface opendap.servers.Clause
Dump clause as in constraint form
printConstraint(PrintWriter) - Method in class opendap.servers.DereferenceClause
 
printConstraint(PrintWriter) - Method in class opendap.servers.RelOpClause
Prints the original string representation of this clause.
printConstraint(PrintWriter) - Method in class opendap.servers.ValueClause
Prints the original string representation of this clause.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDArray
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDByte
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDFloat32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDFloat64
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDGrid
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDInt16
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDInt32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDList
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDSequence
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDString
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDStructure
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDUInt16
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDUInt32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.servers.SDURL
Write the variable's declaration in a C-style syntax.
printDODSException(DAP2Exception) - Static method in class opendap.servlet.AbstractServlet
 
printDODSException(DAP2Exception) - Static method in class opendap.servlet.Logx
 
println(String) - Static method in class opendap.servlet.Logx
 
printStatus(PrintWriter) - Method in class opendap.servlet.AbstractServlet
 
printThrowable(Throwable) - Static method in class opendap.servlet.AbstractServlet
 
printThrowable(Throwable) - Static method in class opendap.servlet.Logx
 
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDArray
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDByte
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDFloat32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDFloat64
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDGrid
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDList
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDSequence
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDString
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDStructure
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDUInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDUInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class opendap.servers.SDURL
Prints the value of the variable, with its declaration.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDArray
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDByte
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDFloat32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDFloat64
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDGrid
Write the variable's declaration in a C-style syntax.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDInt16
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDInt32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDSequence
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDString
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDStructure
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDUInt16
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDUInt32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class opendap.servers.SDURL
Write the variable's declaration in XML.
probeRequest(PrintWriter, ReqState) - Method in class opendap.servlet.AbstractServlet
************************************************************************ This is a bit of instrumentation that I kept around to let me look at the state of the incoming HttpServletRequest from the client.
processDodsURL() - Method in class opendap.servlet.ReqState
************************************************************************* Processes an incoming HttpServletRequest.

R

RBRACE - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
RBRACKET - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
read(String, Object) - Method in class opendap.servers.SDArray
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDByte
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDFloat32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDFloat64
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDGrid
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDList
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDSequence
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDString
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDStructure
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDUInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDUInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.servers.SDURL
Read a value from the named dataset for this variable.
read(String, Object) - Method in interface opendap.servers.ServerMethods
Read a value from the named dataset for this variable.
recovering() - Method in class opendap.servers.parsers.CeParser
Return whether error recovery is being done.
REGEXP - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
regexp(BaseType) - Method in interface opendap.servers.RelOps
 
regexp(BaseType) - Method in class opendap.servers.SDArray
 
regexp(BaseType) - Method in class opendap.servers.SDByte
 
regexp(BaseType) - Method in class opendap.servers.SDFloat32
 
regexp(BaseType) - Method in class opendap.servers.SDFloat64
 
regexp(BaseType) - Method in class opendap.servers.SDGrid
 
regexp(BaseType) - Method in class opendap.servers.SDInt16
 
regexp(BaseType) - Method in class opendap.servers.SDInt32
 
regexp(BaseType) - Method in class opendap.servers.SDList
 
regexp(BaseType) - Method in class opendap.servers.SDSequence
 
regexp(BaseType) - Method in class opendap.servers.SDString
 
regexp(BaseType) - Method in class opendap.servers.SDStructure
 
regexp(BaseType) - Method in class opendap.servers.SDUInt16
 
regexp(BaseType) - Method in class opendap.servers.SDUInt32
 
regexp(BaseType) - Method in class opendap.servers.SDURL
 
regexp(BaseType) - Method in interface opendap.servers.ServerMethods
The Operator class contains a generalized implementation of this method.
RegExpException - Exception in opendap.servers
Thrown by Operator.op when an attempt is made to parse a improperly formed regular expression.
RegExpException(String) - Constructor for exception opendap.servers.RegExpException
Construct a RegExpException with the specified detail message.
RegExpException(int, String) - Constructor for exception opendap.servers.RegExpException
Construct a RegExpException with the specified message and OPeNDAP error code see (DAP2Exception).
release() - Method in interface opendap.servlet.GuardedDataset
Release the lock, if any, on this dataset.
RelOpClause - Class in opendap.servers
Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.
RelOpClause(int, SubClause, List) - Constructor for class opendap.servers.RelOpClause
Creates a new RelOpClause.
RelOps - Interface in opendap.servers
The RelOps interface defines how each type responds to relational operators.
removeClause(Clause) - Method in class opendap.servers.CEEvaluator
Remove a clause from the constraint expression.
ReqState - Class in opendap.servlet
User requests get cached here so that downstream code can access the details of the request information.
ReqState(HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class opendap.servlet.ReqState
 
ReqState(AbstractServlet, HttpServletRequest, HttpServletResponse, String, String, String) - Constructor for class opendap.servlet.ReqState
 
reset() - Static method in class opendap.servlet.Logx
 
resetCount() - Method in class opendap.servlet.DummySink
 
retrieve(String) - Method in class opendap.servers.DereferenceClause
 
rhs - Variable in class opendap.servers.RelOpClause
 
rootpath - Variable in class opendap.servlet.AbstractServlet
path to the root of the servlet in tomcat webapps directory
RPAREN - Static variable in interface opendap.servers.parsers.ExprParserConstants
 

S

SBHException - Exception in opendap.servers
The Something Bad Happened (SBH) Exception.
SBHException(String) - Constructor for exception opendap.servers.SBHException
Construct a SBHException with the specified detail message.
SBHException(int, String) - Constructor for exception opendap.servers.SBHException
Construct a SBHException with the specified message and OPeNDAP error code see (DAP2Exception).
SCAN_NUMBERCONST - Static variable in interface opendap.servers.parsers.CeParser.Lexer
Token number,to be returned by the scanner.
SCAN_STRINGCONST - Static variable in interface opendap.servers.parsers.CeParser.Lexer
Token number,to be returned by the scanner.
SCAN_WORD - Static variable in interface opendap.servers.parsers.CeParser.Lexer
Token number,to be returned by the scanner.
SDArray - Class in opendap.servers
Holds a OPeNDAP Server Array value.
SDArray() - Constructor for class opendap.servers.SDArray
Constructs a new SDArray.
SDArray(String) - Constructor for class opendap.servers.SDArray
Constructs a new SDArray with name n.
SDByte - Class in opendap.servers
Holds a OPeNDAP Server Byte value.
SDByte() - Constructor for class opendap.servers.SDByte
Constructs a new SDByte.
SDByte(String) - Constructor for class opendap.servers.SDByte
Constructs a new SDByte with name n.
SDFloat32 - Class in opendap.servers
Holds a OPeNDAP Server Float32 value.
SDFloat32() - Constructor for class opendap.servers.SDFloat32
Constructs a new SDFloat32.
SDFloat32(String) - Constructor for class opendap.servers.SDFloat32
Constructs a new SDFloat32 with name n.
SDFloat64 - Class in opendap.servers
Holds a OPeNDAP Server Float64 value.
SDFloat64() - Constructor for class opendap.servers.SDFloat64
Constructs a new SDFloat64.
SDFloat64(String) - Constructor for class opendap.servers.SDFloat64
Constructs a new SDFloat64 with name n.
SDGrid - Class in opendap.servers
Holds a OPeNDAP Server Grid value.
SDGrid() - Constructor for class opendap.servers.SDGrid
Constructs a new SDGrid.
SDGrid(String) - Constructor for class opendap.servers.SDGrid
Constructs a new SDGrid with name n.
SDInt16 - Class in opendap.servers
Holds a OPeNDAP Server Int16 value.
SDInt16() - Constructor for class opendap.servers.SDInt16
Constructs a new SDInt16.
SDInt16(String) - Constructor for class opendap.servers.SDInt16
Constructs a new SDInt16 with name n.
SDInt32 - Class in opendap.servers
Holds a OPeNDAP Server Int32 value.
SDInt32() - Constructor for class opendap.servers.SDInt32
Constructs a new SDInt32.
SDInt32(String) - Constructor for class opendap.servers.SDInt32
Constructs a new SDInt32 with name n.
SDList - Class in opendap.servers
Holds a OPeNDAP Server List value.
SDList() - Constructor for class opendap.servers.SDList
Constructs a new SDList.
SDList(String) - Constructor for class opendap.servers.SDList
Constructs a new SDList with name n.
SDSequence - Class in opendap.servers
Holds a OPeNDAP Server Sequence value.
SDSequence() - Constructor for class opendap.servers.SDSequence
Constructs a new SDSequence.
SDSequence(String) - Constructor for class opendap.servers.SDSequence
Constructs a new SDSequence with name n.
SDString - Class in opendap.servers
Holds a OPeNDAP Server String value.
SDString() - Constructor for class opendap.servers.SDString
Constructs a new SDString.
SDString(String) - Constructor for class opendap.servers.SDString
Constructs a new SDString with name n.
SDStructure - Class in opendap.servers
Holds a OPeNDAP Server Structure value.
SDStructure() - Constructor for class opendap.servers.SDStructure
Constructs a new SDStructure.
SDStructure(String) - Constructor for class opendap.servers.SDStructure
Constructs a new SDStructure with name n.
SDUInt16 - Class in opendap.servers
Holds a OPeNDAP Server Unsigned Int16 value.
SDUInt16() - Constructor for class opendap.servers.SDUInt16
Constructs a new SDUInt16.
SDUInt16(String) - Constructor for class opendap.servers.SDUInt16
Constructs a new SDUInt16 with name n.
SDUInt32 - Class in opendap.servers
Holds a OPeNDAP Server Unsigned Int32 value.
SDUInt32() - Constructor for class opendap.servers.SDUInt32
Constructs a new SDUInt32.
SDUInt32(String) - Constructor for class opendap.servers.SDUInt32
Constructs a new SDUInt32 with name n.
SDURL - Class in opendap.servers
Holds a OPeNDAP Server URL value.
SDURL() - Constructor for class opendap.servers.SDURL
Constructs a new SDURL.
SDURL(String) - Constructor for class opendap.servers.SDURL
Constructs a new SDURL with name n.
send(String, OutputStream, Object) - Method in class opendap.servers.CEEvaluator
This function sends the variables described in the constrained DDS to the output described by sink.
sendASCII(ReqState, String) - Method in class opendap.servlet.GetAsciiHandler
************************************************************************ Default handler for OPeNDAP ascii requests.
sendDataRequestForm(ReqState, String, ServerDDS, DAS) - Method in class opendap.servlet.GetHTMLInterfaceHandler
************************************************************************ Default handler for OPeNDAP .html requests.
sendDIR(ReqState) - Method in class opendap.servlet.GetDirHandler
************************************************************************ Default handler for OPeNDAP directory requests.
sendDODSError(HttpServletRequest, HttpServletResponse, String, String) - Method in class opendap.servlet.AbstractServlet
************************************************************************ Sends a OPeNDAP DAP2 error (type UNKNOWN ERROR) to the client and displays a message on the server console.
sendINFO(PrintWriter, GuardedDataset, ReqState) - Method in class opendap.servlet.GetInfoHandler
************************************************************************ Default handler for OPeNDAP info requests.
SEPARATOR - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDArray

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

serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDByte
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDFloat32
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDFloat64
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDGrid
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDInt16
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDInt32
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDList

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

serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDSequence
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDString
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDStructure
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDUInt16
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDUInt32
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.servers.SDURL
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in interface opendap.servers.ServerMethods
Server-side serialization for OPeNDAP variables (sub-classes of BaseType).
ServerArrayMethods - Interface in opendap.servers
This interface extends the ArrayMethods for OPeNDAP types that extend DArray and DGrid classes.
ServerDDS - Class in opendap.servers
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
ServerDDS() - Constructor for class opendap.servers.ServerDDS
 
ServerDDS(String) - Constructor for class opendap.servers.ServerDDS
Creates an empty Server DDS with the given dataset name.
ServerDDS(BaseTypeFactory) - Constructor for class opendap.servers.ServerDDS
Creates an empty ServerDDS with the given BaseTypeFactory.
ServerDDS(String, BaseTypeFactory) - Constructor for class opendap.servers.ServerDDS
Creates an empty ServerDDS with the given dataset name and BaseTypeFactory.
ServerDDS(String, BaseTypeFactory, String) - Constructor for class opendap.servers.ServerDDS
Creates an empty DDS with the given dataset name and BaseTypeFactory.
ServerMethods - Interface in opendap.servers
This interface defines the additional behaviors that Server side types need to support.
ServerSideFunction - Interface in opendap.servers
Represents common interface of all server-side functions (SSF).
setAllReadFlags(boolean) - Method in class opendap.servers.SDSequence
Set the Read property.
setConstraint(String) - Method in class opendap.servers.parsers.Ceparse
 
setConstraint(String) - Method in class opendap.servers.parsers.CeParser
 
setCount(int) - Method in class opendap.servlet.DummySink
 
setDatasetFilename(String) - Method in class opendap.servers.ServerDDS
Set the filename of the dataset.
setDebugLevel(int) - Method in class opendap.servers.parsers.Ceparse
 
setDebugLevel(int) - Method in class opendap.servers.parsers.CeParser
Set the verbosity of the debugging output; 0 means that all kinds of output from the parser are suppressed.
setDebugStream(PrintStream) - Method in class opendap.servers.parsers.CeParser
Set the PrintStream on which the debug output is printed.
setDefaultDASCache(String) - Method in class opendap.servlet.ReqState
Sets the default DAS Cache directory name to the string cachedir.
setDefaultDDSCache(String) - Method in class opendap.servlet.ReqState
Sets the default DDS Cache directory name to the string cachedir.
setDefaultDDXCache(String) - Method in class opendap.servlet.ReqState
Sets the default DDX Cache directory name to the string cachedir.
setDefaultINFOCache(String) - Method in class opendap.servlet.ReqState
Sets the default INFO Cache directory name to the string cachedir.
setDefaultSchemaLocation(String) - Method in class opendap.servlet.ReqState
Sets the default Schema Location to the string location.
setErrorVerbose(boolean) - Method in class opendap.servers.parsers.CeParser
Set the verbosity of error messages.
setLog(Class) - Static method in class opendap.servlet.AbstractServlet
 
setMimeBinary(OutputStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
 
setMimeBinary(PrintWriter, int, String, int) - Static method in class opendap.servlet.MimeUtil
 
setMimeError(OutputStream, int, String, String) - Static method in class opendap.servlet.MimeUtil
 
setMimeError(PrintWriter, int, String, String) - Static method in class opendap.servlet.MimeUtil
 
setMimeText(OutputStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
 
setMimeText(PrintWriter, int, String, int) - Static method in class opendap.servlet.MimeUtil
 
setParent(Clause) - Method in class opendap.servers.BTFunctionClause
 
setParent(Clause) - Method in class opendap.servers.DereferenceClause
 
setParent(Clause) - Method in interface opendap.servers.SubClause
Sets the parent of this subclause.
setParent(Clause) - Method in class opendap.servers.ValueClause
 
setPrefix(String) - Method in class opendap.servers.FunctionLibrary
Sets the prefix to use for classname lookup.
setProject(boolean, boolean) - Method in class opendap.servers.SDArray
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDByte
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDFloat32
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDGrid
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDList
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDSequence
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class opendap.servers.SDStructure
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in interface opendap.servers.ServerMethods
Set the state of this variable's projection.
setProject(boolean) - Method in interface opendap.servers.ServerMethods
Set the Project property of this variable.
setProjection(int, int, int, int) - Method in class opendap.servers.SDArray
Set the projection information for this dimension.
setProjection(int, int, int, int) - Method in class opendap.servers.SDGrid
Set the projection information for this dimension.
setProjection(int, int, int, int) - Method in interface opendap.servers.ServerArrayMethods
 
setRead(boolean) - Method in class opendap.servers.SDArray
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDByte
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDFloat32
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDFloat64
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDGrid
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDInt16
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDInt32
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDList
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDSequence
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDString
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDStructure
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDUInt16
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDUInt32
Set the Read property.
setRead(boolean) - Method in class opendap.servers.SDURL
Set the Read property.
setRead(boolean) - Method in interface opendap.servers.ServerMethods
Set the Read property.
setRootpath(String) - Method in class opendap.servlet.AbstractServlet
 
setSynthesized(boolean) - Method in class opendap.servers.SDArray
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDByte
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDFloat32
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDFloat64
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDGrid
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDInt16
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDInt32
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDList
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDSequence
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDString
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDStructure
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDUInt16
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDUInt32
Set the Synthesized property.
setSynthesized(boolean) - Method in class opendap.servers.SDURL
Set the Synthesized property.
setSynthesized(boolean) - Method in interface opendap.servers.ServerMethods
Set the Synthesized property.
setURL(String) - Method in class opendap.servers.parsers.Ceparse
 
setURL(String) - Method in class opendap.servers.parsers.CeParser
 
setUserObject(Object) - Method in class opendap.servlet.ParsedRequest
 
setUserObject(Object) - Method in class opendap.servlet.ReqState
 
showPrimitive(BaseType, PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.AsciiWriter
 
SSFunctionException - Exception in opendap.servers
Thrown when a Server Side Function (SSF) is used incorrectly.
SSFunctionException(String) - Constructor for exception opendap.servers.SSFunctionException
Construct a InvalidOperatorException with the specified detail message.
SSFunctionException(int, String) - Constructor for exception opendap.servers.SSFunctionException
Construct a InvalidOperatorException with the specified message and OPeNDAP error code (see DAP2Exception).
STRINGCONST - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
SubClause - Interface in opendap.servers
Represents a sub-clause of the selection portion of a constraint expression.

T

toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiArray
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiByte
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiF32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiF64
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiGrid
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiI16
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiI32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiSeq
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiString
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiStructure
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiUI16
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiUI32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.ascii.asciiURL
Returns a string representation of the variables value.
toASCII - Interface in opendap.servlet.ascii
 
toASCII(PrintWriter, boolean, String, boolean) - Method in interface opendap.servlet.ascii.toASCII
Returns a string representation of the variables value.
toASCII(PrintWriter, DDS, Object) - Method in class opendap.servlet.AsciiWriter
 
toASCII(BaseType, PrintWriter) - Method in class opendap.servlet.AsciiWriter
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiArray
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiByte
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiF32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiF64
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiGrid
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiI16
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiI32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiSeq
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiString
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiStructure
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiUI16
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiUI32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servlet.ascii.asciiURL
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in interface opendap.servlet.ascii.toASCII
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiArray
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiByte
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiF32
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiF64
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiGrid
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiI16
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiI32
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiSeq
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiString
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiStructure
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiUI16
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiUI32
 
toASCIIFlatName(String) - Method in class opendap.servlet.ascii.asciiURL
 
toASCIIFlatName(String) - Method in interface opendap.servlet.ascii.toASCII
 
tokenImage - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
TopLevelClause - Interface in opendap.servers
Represents a top-level clause in the selection portion of a constraint expression (CE).
toString() - Method in class opendap.servlet.ParsedRequest
 
toString() - Method in class opendap.servlet.ReqState
 

U

unknown - Static variable in class opendap.servlet.MimeUtil
 
url - Variable in class opendap.servers.DereferenceClause
 

V

value - Variable in class opendap.servers.BoolFunctionClause
 
value - Variable in class opendap.servers.BTFunctionClause
 
value - Variable in class opendap.servers.DereferenceClause
 
value - Variable in class opendap.servers.RelOpClause
 
value - Variable in class opendap.servers.ValueClause
 
ValueClause - Class in opendap.servers
Represents a clause containing a simple value.
ValueClause(BaseType, boolean) - Constructor for class opendap.servers.ValueClause
Creates a new ValueClause.
VAR - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
Version - Class in opendap
Holds the version number for the java implmentation of the OPeNDAP DAP2 implmentation.
Version() - Constructor for class opendap.Version
 

W

web_error - Static variable in class opendap.servlet.MimeUtil
 
WORD - Static variable in interface opendap.servers.parsers.ExprParserConstants
 
write(int) - Method in class opendap.servlet.DummySink
 
write(byte[], int, int) - Method in class opendap.servlet.DummySink
Writes an array of bytes to the compressed output stream.
writeAttributes(AttributeTable) - Method in class opendap.servlet.www.wwwOutPut
 
writeAttributes(AttributeTable, String) - Method in class opendap.servlet.www.wwwOutPut
 
writeDisposition(String) - Method in class opendap.servlet.www.wwwOutPut
 
writeGlobalAttributes(DAS, DDS) - Method in class opendap.servlet.www.wwwOutPut
 
writeSimpleVar(PrintWriter, BaseType) - Method in class opendap.servlet.www.wwwOutPut
 
writeVariableAttributes(BaseType, DAS) - Method in class opendap.servlet.www.wwwOutPut
 
writeVariableEntries(DAS, DDS) - Method in class opendap.servlet.www.wwwOutPut
 
WrongTypeException - Exception in opendap.servers
Report a type-mismatch problem in the constraint expression.
WrongTypeException(String) - Constructor for exception opendap.servers.WrongTypeException
Construct a WrongTypeException with the specified detail message.
wwwArray - Class in opendap.servlet.www
 
wwwArray() - Constructor for class opendap.servlet.www.wwwArray
Constructs a new asciiArray.
wwwArray(String) - Constructor for class opendap.servlet.www.wwwArray
Constructs a new asciiArray with name n.
wwwByte - Class in opendap.servlet.www
 
wwwByte() - Constructor for class opendap.servlet.www.wwwByte
Constructs a new asciiByte.
wwwByte(String) - Constructor for class opendap.servlet.www.wwwByte
Constructs a new asciiByte with name n.
wwwF32 - Class in opendap.servlet.www
 
wwwF32() - Constructor for class opendap.servlet.www.wwwF32
Constructs a new asciiF32.
wwwF32(String) - Constructor for class opendap.servlet.www.wwwF32
Constructs a new asciiF32 with name n.
wwwF64 - Class in opendap.servlet.www
 
wwwF64() - Constructor for class opendap.servlet.www.wwwF64
Constructs a new asciiF64.
wwwF64(String) - Constructor for class opendap.servlet.www.wwwF64
Constructs a new asciiF64 with name n.
wwwFactory - Class in opendap.servlet.www
The default client-side Factory for BaseType objects.
wwwFactory() - Constructor for class opendap.servlet.www.wwwFactory
 
wwwGrid - Class in opendap.servlet.www
 
wwwGrid() - Constructor for class opendap.servlet.www.wwwGrid
Constructs a new wwwGrid.
wwwGrid(String) - Constructor for class opendap.servlet.www.wwwGrid
Constructs a new wwwGrid with name n.
wwwI16 - Class in opendap.servlet.www
 
wwwI16() - Constructor for class opendap.servlet.www.wwwI16
Constructs a new wwwI16.
wwwI16(String) - Constructor for class opendap.servlet.www.wwwI16
Constructs a new wwwI16 with name n.
wwwI32 - Class in opendap.servlet.www
 
wwwI32() - Constructor for class opendap.servlet.www.wwwI32
Constructs a new wwwI32.
wwwI32(String) - Constructor for class opendap.servlet.www.wwwI32
Constructs a new wwwI32 with name n.
wwwOutPut - Class in opendap.servlet.www
 
wwwOutPut(PrintWriter, int, int) - Constructor for class opendap.servlet.www.wwwOutPut
 
wwwOutPut(PrintWriter) - Constructor for class opendap.servlet.www.wwwOutPut
 
wwwSequence - Class in opendap.servlet.www
 
wwwSequence() - Constructor for class opendap.servlet.www.wwwSequence
Constructs a new wwwSeq.
wwwSequence(String) - Constructor for class opendap.servlet.www.wwwSequence
Constructs a new wwwSeq with name n.
wwwString - Class in opendap.servlet.www
 
wwwString() - Constructor for class opendap.servlet.www.wwwString
Constructs a new wwwString.
wwwString(String) - Constructor for class opendap.servlet.www.wwwString
Constructs a new wwwString with name n.
wwwStructure - Class in opendap.servlet.www
 
wwwStructure() - Constructor for class opendap.servlet.www.wwwStructure
Constructs a new wwwStructure.
wwwStructure(String) - Constructor for class opendap.servlet.www.wwwStructure
Constructs a new wwwStructure with name n.
wwwUI16 - Class in opendap.servlet.www
 
wwwUI16() - Constructor for class opendap.servlet.www.wwwUI16
Constructs a new wwwUI16.
wwwUI16(String) - Constructor for class opendap.servlet.www.wwwUI16
Constructs a new wwwUI16 with name n.
wwwUI32 - Class in opendap.servlet.www
 
wwwUI32() - Constructor for class opendap.servlet.www.wwwUI32
Constructs a new wwwUI32.
wwwUI32(String) - Constructor for class opendap.servlet.www.wwwUI32
Constructs a new wwwUI32 with name n.
wwwURL - Class in opendap.servlet.www
 
wwwURL() - Constructor for class opendap.servlet.www.wwwURL
Constructs a new wwwString.
wwwURL(String) - Constructor for class opendap.servlet.www.wwwURL
Constructs a new wwwString with name n.

X

x_plain - Static variable in class opendap.servlet.MimeUtil
 

Y

YYABORT - Static variable in class opendap.servers.parsers.CeParser
Returned by a Bison action in order to stop the parsing process and return failure (false).
YYACCEPT - Static variable in class opendap.servers.parsers.CeParser
Returned by a Bison action in order to stop the parsing process and return success (true).
yycdebug(String) - Method in class opendap.servers.parsers.CeParser
 
yyerror(String) - Method in interface opendap.servers.parsers.CeParser.Lexer
Entry point for error reporting.
YYERROR - Static variable in class opendap.servers.parsers.CeParser
Returned by a Bison action in order to start error recovery without printing an error message.
yyerror(String) - Method in class opendap.servers.parsers.CeParser
Print an error message via the lexer.
yylex() - Method in interface opendap.servers.parsers.CeParser.Lexer
Entry point for the scanner.
A B C D E F G I J L M N O P R S T U V W X Y 
Skip navigation links