A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractClause - class dods.dap.Server.AbstractClause.
Provides default implementations for the Clause interface methods.
AbstractClause() - Constructor for class dods.dap.Server.AbstractClause
 
acceptVal() - Method in class dods.util.OptSwitch
Return whether the option switch accepts values or no
action(Event, Object) - Method in class gnu.regexp.util.REApplet
Handles events in the applet.
add_escapes(String) - Method in class dods.dap.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(ServerSideFunction) - Method in class dods.dap.Server.FunctionLibrary
Adds a function to the library.
addAlias(String, String) - Method in class dods.dap.AttributeTable
Add an alias to the current table.
addAttributeAlias(String, String) - Method in class dods.dap.BaseType
 
addAttributeContainer(AttributeTable) - Method in class dods.dap.BaseType
 
addAttributeTable(String, AttributeTable) - Method in class dods.dap.DAS
Adds an AttributeTable to the DAS.
addContainer(String, AttributeTable) - Method in class dods.dap.AttributeTable
Create and append an attribute container to the table.
addEscapes(String) - Static method in class dods.dap.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addRow(Vector) - Method in class dods.dap.DSequence
Adds a row to the container.
addVariable(BaseType) - Method in class dods.dap.DVector
Adds a variable to the container.
addVariable(BaseType) - Method in class dods.dap.DConstructor
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.DStructure
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.DSequence
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.DGrid
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.DDS
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.DConstructor
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.Server.SDGrid
Adds a variable to the container.
adjustBeginLineColumn(int, int) - Method in class dods.dap.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
Alias - class dods.dap.Alias.
The Alias type is a special attribute.
ALIAS - Static variable in class dods.dap.Attribute
Alias attribute type.
ALIAS - Static variable in interface dods.dap.parser.DASParserConstants
 
Alias() - Method in class dods.dap.parser.DASParser
 
Alias(String, String) - Constructor for class dods.dap.Alias
Construct an Alias.
allValues - Variable in class dods.dap.DSequence
The values in this DSequence, stored as a Vector of Vector of BaseType objects.
AMPERSAND - Static variable in interface dods.dap.parser.ExprParserConstants
 
anyExceptionHandler(Throwable, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Sends an error to the client.
appendAttribute(String, int, String) - Method in class dods.dap.BaseType
 
appendAttribute(String, int, String) - Method in class dods.dap.AttributeTable
Adds an attribute to the table.
appendAttribute(String, int, String, boolean) - Method in class dods.dap.BaseType
 
appendAttribute(String, int, String, boolean) - Method in class dods.dap.AttributeTable
Adds an attribute to the table.
appendAttributeContainer(String) - Method in class dods.dap.BaseType
 
appendClause(Clause) - Method in class dods.dap.Server.CEEvaluator
Add a clause to the constraint expression.
appendContainer(String) - Method in class dods.dap.AttributeTable
Create and append an attribute container to the table.
appendDim(int) - Method in class dods.dap.DArray
Add a dimension to the array.
appendDim(int) - Method in class dods.dap.Server.SDArray
Add a dimension to the array.
appendDim(int, String) - Method in class dods.dap.DArray
Given a size and a name, this function adds a dimension to the array.
appendDim(int, String) - Method in class dods.dap.Server.SDArray
Given a size and a name, this function adds a dimension to the array.
appendValue(String) - Method in class dods.dap.Alias
Append a value to this attribute.
appendValue(String) - Method in class dods.dap.Attribute
Append a value to this attribute.
appendValue(String, boolean) - Method in class dods.dap.Alias
Append a value to this attribute.
appendValue(String, boolean) - Method in class dods.dap.Attribute
Append a value to this attribute.
arg_list() - Method in class dods.dap.parser.ExprParser
 
argList() - Method in class dods.util.Getopts
Method to return an array of the actual arguments of the command line invocation.
argv - Variable in class gnu.getopt.Getopt
Saved argument list passed to the program
ARRAY - Static variable in class dods.dap.DGrid
The Array part of the DGrid
array_index(int, ServerArrayMethods) - Method in class dods.dap.parser.ExprParser
 
ArrayDecl() - Method in class dods.dap.parser.DDSParser
 
arrayVar - Variable in class dods.dap.DGrid
The Array component of this DGrid.
asciiArray - class dods.servers.ascii.asciiArray.
 
asciiArray() - Constructor for class dods.servers.ascii.asciiArray
Constructs a new asciiArray.
asciiArray(String) - Constructor for class dods.servers.ascii.asciiArray
Constructs a new asciiArray with name n.
asciiBool - class dods.servers.ascii.asciiBool.
 
asciiBool() - Constructor for class dods.servers.ascii.asciiBool
Constructs a new asciiBool.
asciiBool(String) - Constructor for class dods.servers.ascii.asciiBool
Constructs a new asciiBool with name n.
asciiByte - class dods.servers.ascii.asciiByte.
 
asciiByte() - Constructor for class dods.servers.ascii.asciiByte
Constructs a new asciiByte.
asciiByte(String) - Constructor for class dods.servers.ascii.asciiByte
Constructs a new asciiByte with name n.
asciiF32 - class dods.servers.ascii.asciiF32.
 
asciiF32() - Constructor for class dods.servers.ascii.asciiF32
Constructs a new asciiF32.
asciiF32(String) - Constructor for class dods.servers.ascii.asciiF32
Constructs a new asciiF32 with name n.
asciiF64 - class dods.servers.ascii.asciiF64.
 
asciiF64() - Constructor for class dods.servers.ascii.asciiF64
Constructs a new asciiF64.
asciiF64(String) - Constructor for class dods.servers.ascii.asciiF64
Constructs a new asciiF64 with name n.
asciiFactory - class dods.servers.ascii.asciiFactory.
The default client-side Factory for BaseType objects.
asciiFactory() - Constructor for class dods.servers.ascii.asciiFactory
 
asciiGrid - class dods.servers.ascii.asciiGrid.
 
asciiGrid() - Constructor for class dods.servers.ascii.asciiGrid
Constructs a new asciiGrid.
asciiGrid(String) - Constructor for class dods.servers.ascii.asciiGrid
Constructs a new asciiGrid with name n.
asciiI16 - class dods.servers.ascii.asciiI16.
 
asciiI16() - Constructor for class dods.servers.ascii.asciiI16
Constructs a new asciiI16.
asciiI16(String) - Constructor for class dods.servers.ascii.asciiI16
Constructs a new asciiI16 with name n.
asciiI32 - class dods.servers.ascii.asciiI32.
 
asciiI32() - Constructor for class dods.servers.ascii.asciiI32
Constructs a new asciiI32.
asciiI32(String) - Constructor for class dods.servers.ascii.asciiI32
Constructs a new asciiI32 with name n.
asciiList - class dods.servers.ascii.asciiList.
 
asciiList() - Constructor for class dods.servers.ascii.asciiList
Constructs a new asciiList.
asciiList(String) - Constructor for class dods.servers.ascii.asciiList
Constructs a new asciiList with name n.
asciiSeq - class dods.servers.ascii.asciiSeq.
 
asciiSeq() - Constructor for class dods.servers.ascii.asciiSeq
Constructs a new asciiSeq.
asciiSeq(String) - Constructor for class dods.servers.ascii.asciiSeq
Constructs a new asciiSeq with name n.
asciiString - class dods.servers.ascii.asciiString.
 
asciiString() - Constructor for class dods.servers.ascii.asciiString
Constructs a new asciiString.
asciiString(String) - Constructor for class dods.servers.ascii.asciiString
Constructs a new asciiString with name n.
asciiStructure - class dods.servers.ascii.asciiStructure.
 
asciiStructure() - Constructor for class dods.servers.ascii.asciiStructure
Constructs a new asciiStructure.
asciiStructure(String) - Constructor for class dods.servers.ascii.asciiStructure
Constructs a new asciiStructure with name n.
asciiUI16 - class dods.servers.ascii.asciiUI16.
 
asciiUI16() - Constructor for class dods.servers.ascii.asciiUI16
Constructs a new asciiUI16.
asciiUI16(String) - Constructor for class dods.servers.ascii.asciiUI16
Constructs a new asciiUI16 with name n.
asciiUI32 - class dods.servers.ascii.asciiUI32.
 
asciiUI32() - Constructor for class dods.servers.ascii.asciiUI32
Constructs a new asciiUI32.
asciiUI32(String) - Constructor for class dods.servers.ascii.asciiUI32
Constructs a new asciiUI32 with name n.
asciiURL - class dods.servers.ascii.asciiURL.
 
asciiURL() - Constructor for class dods.servers.ascii.asciiURL
Constructs a new asciiString.
asciiURL(String) - Constructor for class dods.servers.ascii.asciiURL
Constructs a new asciiString with name n.
ASTERISK - Static variable in interface dods.dap.parser.ExprParserConstants
 
ATTR - Static variable in interface dods.dap.parser.DASParserConstants
 
Attribute - class dods.dap.Attribute.
An Attribute holds information about a single attribute in an AttributeTable.
Attribute() - Method in class dods.dap.parser.DASParser
 
Attribute(AttributeTable) - Constructor for class dods.dap.Attribute
Deprecated. Use the ctor with the name.
Attribute(int, String, String) - Constructor for class dods.dap.Attribute
Construct an Attribute with the given type and initial value.
Attribute(int, String, String, boolean) - Constructor for class dods.dap.Attribute
Construct an Attribute with the given type and initial value.
Attribute(String, AttributeTable) - Constructor for class dods.dap.Attribute
Construct a container attribute.
Attribute(String, int) - Constructor for class dods.dap.Attribute
Construct an empty attribute with the given type.
AttributeBadValueException - exception dods.dap.AttributeBadValueException.
Thrown by Attribute when a bad value (not one of the supported types) is stored in an Attribute.
AttributeBadValueException(int, String) - Constructor for class dods.dap.AttributeBadValueException
Construct a AttributeBadValueException with the specified message and DODS error code see (DODSException).
AttributeBadValueException(String) - Constructor for class dods.dap.AttributeBadValueException
Construct a AttributeBadValueException with the specified message.
AttributeExistsException - exception dods.dap.AttributeExistsException.
Thrown by AttributeTable when an attempt is made to create an attribute that already exists.
AttributeExistsException(int, String) - Constructor for class dods.dap.AttributeExistsException
Construct a AttributeExistsException with the specified message and DODS error code see (DODSException).
AttributeExistsException(String) - Constructor for class dods.dap.AttributeExistsException
Construct a AttributeExistsException with the specified message.
Attributes(DAS) - Method in class dods.dap.parser.DASParser
 
AttributeTable - class dods.dap.AttributeTable.
An AttributeTable stores a set of names and, for each name, an Attribute object.
AttributeTable() - Constructor for class dods.dap.AttributeTable
Deprecated.  
AttributeTable(String) - Constructor for class dods.dap.AttributeTable
Create a new empty AttributeTable.
AttrList() - Method in class dods.dap.parser.DASParser
 
AttrTuple() - Method in class dods.dap.parser.DASParser
 

B

backup(int) - Method in class dods.dap.parser.SimpleCharStream
 
BADgetDAS() - Method in class dods.servers.sql.sqlDataset
In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
BadSemanticsException - exception dods.dap.BadSemanticsException.
Thrown by BaseType when the checkSemantics method is called and the variable is not valid (the name is null or some other semantic violation).
BadSemanticsException(int, String) - Constructor for class dods.dap.BadSemanticsException
Construct a BadSemanticsException with the specified message and DODS error code see (DODSException).
BadSemanticsException(String) - Constructor for class dods.dap.BadSemanticsException
Construct a BadSemanticsException with the specified detail message.
badURL(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Sends an html document to the client explaining that they have used a poorly formed URL and then the help page...
BaseType - class dods.dap.BaseType.
This abstract class defines the basic data type features for the DODS data access protocol (DAP) data types.
BaseType() - Constructor for class dods.dap.BaseType
Constructs a new BaseType with no name.
BaseType() - Method in class dods.dap.parser.DDSParser
 
BaseType(String) - Constructor for class dods.dap.BaseType
Constructs a new BaseType with name n.
BaseTypeFactory - interface dods.dap.BaseTypeFactory.
A Factory for BaseType objects.
BaseTypePrimitiveVector - class dods.dap.BaseTypePrimitiveVector.
A vector of BaseType.
BaseTypePrimitiveVector(BaseType) - Constructor for class dods.dap.BaseTypePrimitiveVector
Constructs a new BaseTypePrimitiveVector.
beginColumn - Variable in class dods.dap.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class dods.dap.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class dods.dap.parser.SimpleCharStream
 
BOOL - Static variable in class dods.util.OptSwitch
 
bool_function() - Method in class dods.dap.parser.ExprParser
 
BooleanPrimitiveVector - class dods.dap.BooleanPrimitiveVector.
A vector of booleans.
BooleanPrimitiveVector(BaseType) - Constructor for class dods.dap.BooleanPrimitiveVector
Constructs a new BooleanPrimitiveVector.
BoolFunction - interface dods.dap.Server.BoolFunction.
Represents a server-side function, which evaluates to a boolean value.
BoolFunctionClause - class dods.dap.Server.BoolFunctionClause.
Represents a clause which invokes a function that returns a boolean value.
BoolFunctionClause(BoolFunction, List) - Constructor for class dods.dap.Server.BoolFunctionClause
Creates a new BoolFunctionClause.
boolFunctions - Variable in class dods.dap.Server.FunctionLibrary
 
BrowserForm - interface dods.servers.www.BrowserForm.
 
BTFunction - interface dods.dap.Server.BTFunction.
Represents a server-side function, which evaluates to a BaseType.
BTFunctionClause - class dods.dap.Server.BTFunctionClause.
Represents a clause which invokes a function that returns a BaseType.
BTFunctionClause(BTFunction, List) - Constructor for class dods.dap.Server.BTFunctionClause
Creates a new BTFunctionClause.
btFunctions - Variable in class dods.dap.Server.FunctionLibrary
 
bufpos - Variable in class dods.dap.parser.SimpleCharStream
 
BYTE - Static variable in class dods.dap.Attribute
Byte attribute type.
BYTE - Static variable in interface dods.dap.parser.DDSParserConstants
 
BYTE - Static variable in interface dods.dap.parser.DASParserConstants
 
BytePrimitiveVector - class dods.dap.BytePrimitiveVector.
A vector of bytes.
BytePrimitiveVector(BaseType) - Constructor for class dods.dap.BytePrimitiveVector
Constructs a new BytePrimitiveVector.
Bytes() - Method in class dods.dap.parser.DASParser
 

C

cacheShape() - Method in class dods.servers.test.test_SDArray
 
CANNOT_READ_FILE - Static variable in class dods.dap.DODSException
The file specified by the DODS URL can not be read.
CE() - Method in class dods.dap.DConnect
Returns the constraint expression supplied with the URL given to the constructor.
CEEvaluator - class dods.dap.Server.CEEvaluator.
This class is used to parse and evaluate a constraint expression.
CEEvaluator(ServerDDS) - Constructor for class dods.dap.Server.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 dods.dap.Server.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 .
characters(char[], int, int) - Method in class dods.dap.parser.DDSXMLParser
 
characters(char[], int, int) - Method in class dods.dap.parser.SaxCH01
 
checkArgs(List) - Method in interface dods.dap.Server.ServerSideFunction
Checks that the arguments given are acceptable arguments for this function.
checkArgs(List) - Method in class dods.servers.sql.SSFunique
Checks that the arguments given are acceptable arguments for this function.
checkArgs(List) - Method in class dods.servers.test.SSFdummyval
 
checkArgs(List) - Method in class dods.servers.test.SSFdummy
 
checkForAttributeNameConflict() - Method in class dods.dap.DDS
Check for name conflicts.
checkLongOption() - Method in class gnu.getopt.Getopt
Check to see if an option is a valid long option.
checkSemantics() - Method in class dods.dap.BaseType
Check semantics.
checkSemantics(boolean) - Method in class dods.dap.DStructure
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DSequence
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DGrid
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DDS
Check the semantics of the DDS.
checkSemantics(boolean) - Method in class dods.dap.DArray
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.BaseType
Checks for internal consistency.
children - Variable in class dods.dap.Server.AbstractClause
A list of SubClause objects representing the sub-clauses of this clause.
Clause - interface dods.dap.Server.Clause.
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause.
clause() - Method in class dods.dap.parser.ExprParser
 
ClauseFactory - class dods.dap.Server.ClauseFactory.
Represents a source of Clause objects for the constraint expression parser.
ClauseFactory() - Constructor for class dods.dap.Server.ClauseFactory
Creates a new clause factory with a blank function library.
ClauseFactory(FunctionLibrary) - Constructor for class dods.dap.Server.ClauseFactory
Creates a clause factory which uses the specified function library.
clear() - Static method in class dods.util.Debug
 
ClientIO - interface dods.dap.ClientIO.
Client-side serialization for DODS variables (sub-classes of BaseType).
clone() - Method in class dods.dap.Alias
Returns a clone of this Attribute.
clone() - Method in class dods.dap.PrimitiveVector
Returns a clone of this PrimitiveVector.
clone() - Method in class dods.dap.Int32PrimitiveVector
Returns a clone of this Int32PrimitiveVector.
clone() - Method in class dods.dap.Int16PrimitiveVector
Returns a clone of this Int16PrimitiveVector.
clone() - Method in class dods.dap.Float64PrimitiveVector
Returns a clone of this Float64PrimitiveVector.
clone() - Method in class dods.dap.Float32PrimitiveVector
Returns a clone of this Float32PrimitiveVector.
clone() - Method in class dods.dap.DVector
Returns a clone of this DVector.
clone() - Method in class dods.dap.DStructure
Returns a clone of this DSequence.
clone() - Method in class dods.dap.DSequence
Returns a clone of this DSequence.
clone() - Method in class dods.dap.DGrid
Returns a clone of this DGrid.
clone() - Method in class dods.dap.DDS
Returns a clone of this DDS.
clone() - Method in class dods.dap.DAS
 
clone() - Method in class dods.dap.DArrayDimension
Clone this object
clone() - Method in class dods.dap.DArray
Returns a clone of this DArray.
clone() - Method in class dods.dap.BytePrimitiveVector
Returns a clone of this BytePrimitiveVector.
clone() - Method in class dods.dap.BooleanPrimitiveVector
Returns a clone of this BooleanPrimitiveVector.
clone() - Method in class dods.dap.BaseTypePrimitiveVector
Returns a clone of this BaseTypePrimitiveVector.
clone() - Method in class dods.dap.BaseType
Returns a clone of this BaseType.
clone() - Method in class dods.dap.AttributeTable
Returns a clone of this AttributeTable.
clone() - Method in class dods.dap.Attribute
Returns a clone of this Attribute.
clone() - Method in class dods.dap.Server.ServerDDS
Return a clone of the ServerDDS.
clone() - Method in class dods.servers.sql.sqlDDS
Return a clone of the sqlDDS.
close() - Method in class dods.servlet.DummySink
 
close() - Static method in class dods.util.Log
 
CODE - Static variable in interface dods.dap.parser.ErrorParserConstants
 
Code() - Method in class dods.dap.parser.ErrorParser
 
COLON - Static variable in interface dods.dap.parser.ExprParserConstants
 
COMMA - Static variable in interface dods.dap.parser.ExprParserConstants
 
component(Stack) - Method in class dods.dap.parser.ExprParser
 
connect2DB() - Static method in class dods.servers.sql.sqlTest
 
connect2DB() - Static method in class dods.servers.sql.JDBCTest
 
connect2DB(requestState) - Method in class dods.servers.sql.dodsSQLServlet
 
constant - Variable in class dods.dap.Server.AbstractClause
Value to be returned by isConstant().
constant() - Method in class dods.dap.parser.ExprParser
 
constraint_expression(CEEvaluator, BaseTypeFactory, ClauseFactory) - Method in class dods.dap.parser.ExprParser
This is the entry point for the Constraint expression parser.
ConstraintExpression - Static variable in class dods.servers.sql.sqlTest
 
ConstraintExpression - Static variable in class dods.servers.sql.JDBCTest
 
ConstraintExpression - Static variable in class dods.servers.test.SDTest
 
CONTAINER - Static variable in class dods.dap.Attribute
Container attribute type.
Contents() - Method in class dods.dap.parser.ErrorParser
 
convertClausesToSQL(boolean) - Method in class dods.servers.sql.sqlCEEval
Helper method for getSQLQuery().
convertClauseToSQL(Clause, boolean) - Method in class dods.servers.sql.sqlCEEval
Helper method for convertClausesToSQL().
curChar - Variable in class dods.dap.parser.ExprParserTokenManager
 
curChar - Variable in class dods.dap.parser.ErrorParserTokenManager
 
curChar - Variable in class dods.dap.parser.DDSParserTokenManager
 
curChar - Variable in class dods.dap.parser.DASParserTokenManager
 
currentToken - Variable in class dods.dap.parser.ParseException
This is the last token that has been consumed successfully.

D

DArray - class dods.dap.DArray.
This class is used to hold arrays of other DODS data.
DArray() - Constructor for class dods.dap.DArray
Constructs a new DArray.
DArray(String) - Constructor for class dods.dap.DArray
Constructs a new DArray with name n.
DArrayDimension - class dods.dap.DArrayDimension.
This class holds information about each dimension in a DArray.
DArrayDimension(int, String) - Constructor for class dods.dap.DArrayDimension
Construct a new DArrayDimension.
DAS - class dods.dap.DAS.
The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset.
DAS() - Constructor for class dods.dap.DAS
Create a new empty DAS.
DASException - exception dods.dap.DASException.
DAS exception.
DASException(int, String) - Constructor for class dods.dap.DASException
Construct a DASException with the specified detail message and DODS error code.
DASParser - class dods.dap.parser.DASParser.
 
DASParser(DASParserTokenManager) - Constructor for class dods.dap.parser.DASParser
 
DASParser(InputStream) - Constructor for class dods.dap.parser.DASParser
 
DASParser(Reader) - Constructor for class dods.dap.parser.DASParser
 
DASParserConstants - interface dods.dap.parser.DASParserConstants.
 
DASParserTokenManager - class dods.dap.parser.DASParserTokenManager.
 
DASParserTokenManager(SimpleCharStream) - Constructor for class dods.dap.parser.DASParserTokenManager
 
DASParserTokenManager(SimpleCharStream, int) - Constructor for class dods.dap.parser.DASParserTokenManager
 
dasTools - class dods.util.dasTools.
 
dasTools() - Constructor for class dods.util.dasTools
 
DataDDS - class dods.dap.DataDDS.
The DataDDS class extends DDS to add new methods for retrieving data from the server, and printing out the contents of the data.
DataDDS(ServerVersion) - Constructor for class dods.dap.DataDDS
Construct the DataDDS with the given server version.
DataDDS(ServerVersion, BaseTypeFactory) - Constructor for class dods.dap.DataDDS
 
DataReadException - exception dods.dap.DataReadException.
Thrown when DODS encounters an exception while reading from a data set.
DataReadException(int, String) - Constructor for class dods.dap.DataReadException
Construct a DataReadException with the specified message and DODS error code see (DODSException).
DataReadException(String) - Constructor for class dods.dap.DataReadException
Construct a DataReadException with the specified detail message.
DATASET - Static variable in interface dods.dap.parser.DDSParserConstants
 
Dataset(DDS, BaseTypeFactory) - Method in class dods.dap.parser.DDSParser
 
DBoolean - class dods.dap.DBoolean.
Holds a DODS Boolean value.
DBoolean() - Constructor for class dods.dap.DBoolean
Constructs a new DBoolean.
DBoolean(String) - Constructor for class dods.dap.DBoolean
Constructs a new DBoolean with name n.
DByte - class dods.dap.DByte.
Holds a DODS Byte value.
DByte() - Constructor for class dods.dap.DByte
Constructs a new DByte.
DByte(String) - Constructor for class dods.dap.DByte
Constructs a new DByte with name n.
DConnect - class dods.dap.DConnect.
This class provides support for common DODS client-side operations such as dereferencing a DODS URL, communicating network activity status to the user and reading local DODS objects.
DConnect(InputStream) - Constructor for class dods.dap.DConnect
Creates an instance bound to an already open InputStream.
DConnect(String) - Constructor for class dods.dap.DConnect
Creates an instance bound to url which accepts compressed documents.
DConnect(String, boolean) - Constructor for class dods.dap.DConnect
Creates an instance bound to url.
DConstructor - class dods.dap.DConstructor.
Contains methods used only by the DODS constructor classes (DStructure, DSequence, DGrid, and DList).
DConstructor() - Constructor for class dods.dap.DConstructor
Constructs a new DConstructor.
DConstructor(String) - Constructor for class dods.dap.DConstructor
Constructs a new DConstructor with the given name.
DDS - class dods.dap.DDS.
The DODS Data Descriptor Object (DDS) is a data structure used by the DODS software to describe datasets and subsets of those datasets.
DDS() - Constructor for class dods.dap.DDS
Creates an empty DDS.
DDS(BaseTypeFactory) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given BaseTypeFactory.
DDS(String) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given dataset name.
DDS(String, BaseTypeFactory) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given dataset name and BaseTypeFactory.
DDS(String, BaseTypeFactory, String) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given dataset name and BaseTypeFactory.
DDSException - exception dods.dap.DDSException.
DDS exception.
DDSException(int, String) - Constructor for class dods.dap.DDSException
Construct a DDSException with the specified detail message and DODS error code.
DDSFile - Static variable in class dods.servers.sql.sqlTest
 
DDSFile - Static variable in class dods.servers.sql.JDBCTest
 
DDSFile - Static variable in class dods.servers.test.SDTest
 
DDSParser - class dods.dap.parser.DDSParser.
 
DDSParser(DDSParserTokenManager) - Constructor for class dods.dap.parser.DDSParser
 
DDSParser(InputStream) - Constructor for class dods.dap.parser.DDSParser
 
DDSParser(Reader) - Constructor for class dods.dap.parser.DDSParser
 
DDSParserConstants - interface dods.dap.parser.DDSParserConstants.
 
DDSParserTokenManager - class dods.dap.parser.DDSParserTokenManager.
 
DDSParserTokenManager(SimpleCharStream) - Constructor for class dods.dap.parser.DDSParserTokenManager
 
DDSParserTokenManager(SimpleCharStream, int) - Constructor for class dods.dap.parser.DDSParserTokenManager
 
DDSXMLParser - class dods.dap.parser.DDSXMLParser.
 
DDSXMLParser - class dods.dap.XMLparser.DDSXMLParser.
DDSXMLParser is used to parse a DDX (the XML formatted persistent representation of a DDS) into a DDS object in memory.
DDSXMLParser() - Constructor for class dods.dap.parser.DDSXMLParser
Constructs a new DDSXMLParser.
DDSXMLParser(String) - Constructor for class dods.dap.XMLparser.DDSXMLParser
Constructs a new DDSXMLParser.
Debug - class dods.util.Debug.
A minimal implementation of a globally-accessible set of Debug flags.
Debug - Static variable in class dods.servers.test.SDTest
 
Debug() - Constructor for class dods.util.Debug
 
debugStream - Variable in class dods.dap.parser.ExprParserTokenManager
 
debugStream - Variable in class dods.dap.parser.ErrorParserTokenManager
 
debugStream - Variable in class dods.dap.parser.DDSParserTokenManager
 
debugStream - Variable in class dods.dap.parser.DASParserTokenManager
 
Declaration() - Method in class dods.dap.parser.DDSParser
 
Declarations() - Method in class dods.dap.parser.DDSParser
 
DEFAULT - Static variable in interface dods.dap.parser.ExprParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.ErrorParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.DDSParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.DASParserConstants
 
defaultDAScache - Static variable in class dods.servlet.requestState
Default directory for the cached DAS files.
defaultDDScache - Static variable in class dods.servlet.requestState
Default directory for the cached DDS files.
defaultDDXcache - Static variable in class dods.servlet.requestState
Default directory for the cached DDS files.
DefaultFactory - class dods.dap.DefaultFactory.
The default client-side Factory for BaseType objects.
DefaultFactory() - Constructor for class dods.dap.DefaultFactory
 
defaultINFOcache - Static variable in class dods.servlet.requestState
Default directory for the cached INFO files.
defined - Variable in class dods.dap.Server.AbstractClause
Value to be returned by isDefined().
deflate - Static variable in class dods.servlet.MimeUtil
 
delAttribute(String) - Method in class dods.dap.BaseType
 
delAttribute(String) - Method in class dods.dap.AttributeTable
Delete the attribute named name.
delAttribute(String, int) - Method in class dods.dap.BaseType
 
delAttribute(String, int) - Method in class dods.dap.AttributeTable
Delete the attribute named name.
deleteValueAt(int) - Method in class dods.dap.Alias
Remove the i'th String from this attribute.
deleteValueAt(int) - Method in class dods.dap.Attribute
Remove the i'th String from this attribute.
delRow(int) - Method in class dods.dap.DSequence
Deletes a row from the container.
delVariable(String) - Method in class dods.dap.DDS
Removes a variable from the DDS.
DereferenceClause - class dods.dap.Server.DereferenceClause.
Represents a sub-clause that is a URL reference to remote data.
DereferenceClause(String) - Constructor for class dods.dap.Server.DereferenceClause
Creates a new DereferenceClause
Description() - Method in class dods.dap.parser.ErrorParser
 
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.Int32PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.Int16PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.Float64PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.Float32PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DStructure
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DString
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DSequence
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DInt32
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DInt16
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DGrid
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DFloat64
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DFloat32
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DByte
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.DBoolean
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in interface dods.dap.ClientIO
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.BytePrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.BooleanPrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.BaseTypePrimitiveVector
Reads data from a DataInputStream.
DFloat32 - class dods.dap.DFloat32.
Holds a DODS FLoat32 value.
DFloat32() - Constructor for class dods.dap.DFloat32
Constructs a new DFloat32.
DFloat32(String) - Constructor for class dods.dap.DFloat32
Constructs a new DFloat32 with name n.
DFloat64 - class dods.dap.DFloat64.
Holds a DODS Float64 value.
DFloat64() - Constructor for class dods.dap.DFloat64
Constructs a new DFloat64.
DFloat64(String) - Constructor for class dods.dap.DFloat64
Constructs a new DFloat64 with name n.
DGrid - class dods.dap.DGrid.
This class holds a DArray and a set of "Map" vectors.
DGrid() - Constructor for class dods.dap.DGrid
Constructs a new DGrid.
DGrid(String) - Constructor for class dods.dap.DGrid
Constructs a new DGrid with name n.
DInt16 - class dods.dap.DInt16.
Holds a DODS Int16 value.
DInt16() - Constructor for class dods.dap.DInt16
Constructs a new DInt16.
DInt16(String) - Constructor for class dods.dap.DInt16
Constructs a new DInt16 with name n.
DInt32 - class dods.dap.DInt32.
Holds a DODS Int32 value.
DInt32() - Constructor for class dods.dap.DInt32
Constructs a new DInt32.
DInt32(String) - Constructor for class dods.dap.DInt32
Constructs a new DInt32 with name n.
disable_tracing() - Method in class dods.dap.parser.ExprParser
 
disable_tracing() - Method in class dods.dap.parser.ErrorParser
 
disable_tracing() - Method in class dods.dap.parser.DDSParser
 
disable_tracing() - Method in class dods.dap.parser.DASParser
 
dispose() - Method in class dods.util.geturl.gui.GeturlApplet
Dispose of the frame
DList - class dods.dap.DList.
This class implements a simple list of DODS data types.
DList() - Constructor for class dods.dap.DList
Constructs a new DList.
DList(String) - Constructor for class dods.dap.DList
Constructs a new DList with the given name.
doDebug(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for debug requests;
doDebugCmd(String, StringTokenizer, PrintStream) - Method in class dods.servlet.DODSServlet
 
dods_das - Static variable in class dods.servlet.MimeUtil
 
dods_data - Static variable in class dods.servlet.MimeUtil
 
dods_dds - Static variable in class dods.servlet.MimeUtil
 
dods_error - Static variable in class dods.servlet.MimeUtil
 
dods.dap - package dods.dap
This package contains the DODS core classes, known as the Data Access Protocol (DAP).
dods.dap.parser - package dods.dap.parser
This package contains JavaCC generated DAP parser classes.
dods.dap.Server - package dods.dap.Server
This package contains the DODS Server classes.
dods.dap.XMLparser - package dods.dap.XMLparser
 
dods.servers.ascii - package dods.servers.ascii
This package contains the DODS ASCII client.
dods.servers.sql - package dods.servers.sql
This package contains the DODS Relational Databse Server (DRDS).
dods.servers.test - package dods.servers.test
This package contains the DODS Test Server (DTS).
dods.servers.www - package dods.servers.www
This package contains the DODS WWW client.
dods.servlet - package dods.servlet
This package contains the core code for the DODS servlet engine.
dods.util - package dods.util
This package contains utility classes used by several DODS packages.
dods.util.geturl - package dods.util.geturl
This package contains classes to implement Geturl, the sample DODS client.
dods.util.geturl.gui - package dods.util.geturl.gui
This package contains the GUI status window class used by Geturl.
dodsASCII - class dods.servlet.dodsASCII.
Default handler for DODS ascii requests.
dodsASCII() - Constructor for class dods.servlet.dodsASCII
 
dodsDIR - class dods.servlet.dodsDIR.
Default handler for DODS directory requests.
dodsDIR() - Constructor for class dods.servlet.dodsDIR
 
DODSException - exception dods.dap.DODSException.
Holds an exception thrown by DODS server to a client.
DODSException() - Constructor for class dods.dap.DODSException
Construct an empty DODSException.
DODSException(int, String) - Constructor for class dods.dap.DODSException
Construct a DODSException with the given message.
DODSException(String) - Constructor for class dods.dap.DODSException
Construct a DODSException.
dodsExceptionHandler(DODSException, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Sends a DODS error to the client.
dodsHTML - class dods.servlet.dodsHTML.
Default handler for DODS .html requests.
dodsHTML() - Constructor for class dods.servlet.dodsHTML
 
dodsINFO - class dods.servlet.dodsINFO.
Default handler for DODS info requests.
dodsINFO() - Constructor for class dods.servlet.dodsINFO
 
DODSiniFile - class dods.util.DODSiniFile.
The earlier versions of the DODSServlet used .ini files to store configuration information for the servlet.
DODSiniFile() - Constructor for class dods.util.DODSiniFile
 
DODSiniFile(String) - Constructor for class dods.util.DODSiniFile
 
DODSiniFile(String, boolean) - Constructor for class dods.util.DODSiniFile
 
DODSServlet - class dods.servlet.DODSServlet.
DODSServlet is the base servlet class for all DODS servers.
DODSServlet() - Constructor for class dods.servlet.DODSServlet
 
dodsSQLServlet - class dods.servers.sql.dodsSQLServlet.
This extension of DODSServlet adds JDBC connection functionality to the servlet design.
dodsSQLServlet() - Constructor for class dods.servers.sql.dodsSQLServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Handles incoming requests from clients.
doGet(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.ServiceInitializer
currently does nothing
doGet(HttpServletRequest, HttpServletResponse) - Method in class dods.servers.test.dts
We override this crucial method from the parent servlet in order to force the client not to cache.
doGetASC(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for DODS ascii data requests.
doGetBLOB(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's data request.
doGetBLOB(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servers.sql.dodsSQLServlet
Handler for the client's data request.
doGetBLOB(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servers.test.dts
Default handler for the client's data request.
doGetCatalog(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Default handler for DODS catalog.xml requests.
doGetDAS(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's DAS request.
doGetDDS(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's DDS request.
doGetDDX(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's DDS request.
doGetDIR(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's directory request.
doGetDODS(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for the client's data request.
doGetDODS(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servers.sql.dodsSQLServlet
Handler for the client's data request.
doGetDODS(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servers.test.dts
Default handler for the client's data request.
doGetHELP(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Default handler for the client's help request.
doGetHTML(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for DODS .html requests.
doGetINFO(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Default handler for DODS info requests.
doGetStatus(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Default handler for DODS status requests; not publically available, used only for debugging
doGetSystemProps(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Default handler for DODS status requests; not publically available, used only for debugging
doGetVER(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Default handler for the client's version request.
Done() - Method in class dods.dap.parser.SimpleCharStream
 
drds - class dods.servers.sql.drds.
This servlet, the DODS Relational Database Server (drds), uses the generic implementation of the DODS SQL server types.
drds() - Constructor for class dods.servers.sql.drds
 
DSequence - class dods.dap.DSequence.
A DSequence in DODS can hold N sequentially accessed instances of a set of variables.
DSequence() - Constructor for class dods.dap.DSequence
Constructs a new DSequence.
DSequence(String) - Constructor for class dods.dap.DSequence
Constructs a new DSequence with name n.
DString - class dods.dap.DString.
Holds a DODS String value.
DString() - Constructor for class dods.dap.DString
Constructs a new DString.
DString(String) - Constructor for class dods.dap.DString
Constructs a new DString with name n.
DStructure - class dods.dap.DStructure.
A DStructure in DODS can hold N instances of any of the other datatypes, including other structures.
DStructure() - Constructor for class dods.dap.DStructure
Constructs a new DStructure.
DStructure(String) - Constructor for class dods.dap.DStructure
Constructs a new DStructure with name n.
dts - class dods.servers.test.dts.
Purpose:
This is the DODS Test servlet (dts).
dts() - Constructor for class dods.servers.test.dts
 
DUInt16 - class dods.dap.DUInt16.
Holds a DODS UInt16 value.
DUInt16() - Constructor for class dods.dap.DUInt16
Constructs a new DUInt16.
DUInt16(String) - Constructor for class dods.dap.DUInt16
Constructs a new DUInt16 with name n.
DUInt32 - class dods.dap.DUInt32.
Holds a DODS UInt32 value.
DUInt32() - Constructor for class dods.dap.DUInt32
Constructs a new DUInt32.
DUInt32(String) - Constructor for class dods.dap.DUInt32
Constructs a new DUInt32 with name n.
DummySink - class dods.servlet.DummySink.
The Servlet to exercise what's available.
DummySink(OutputStream) - Constructor for class dods.servlet.DummySink
Creates a new output stream with a defaul compressor and buffer size.
DummySink(OutputStream, Deflater) - Constructor for class dods.servlet.DummySink
Creates a new output stream with the specified compressor and a default buffer size.
DummySink(OutputStream, Deflater, int) - Constructor for class dods.servlet.DummySink
Creates a new output stream with the specified compressor and buffer size.
DURL - class dods.dap.DURL.
Holds a DODS URL value.
DURL() - Constructor for class dods.dap.DURL
Constructs a new DURL.
DURL(String) - Constructor for class dods.dap.DURL
Constructs a new DURL with name n.
DVector - class dods.dap.DVector.
This class holds a one-dimensional array of DODS data types.
DVector() - Constructor for class dods.dap.DVector
Constructs a new DVector.
DVector(String) - Constructor for class dods.dap.DVector
Constructs a new DVector with name n.

E

Egrep - class gnu.regexp.util.Egrep.
This is a front end to the gnu.regexp.util.Grep class which sets the syntax used to RE_SYNTAX_EGREP, which aims to emulate the standard UNIX egrep command.
elementAt(int) - Method in class dods.util.SortedTable
Returns the element at the specified index.
elementCount() - Method in class dods.dap.BaseType
Returns the number of variables contained in this object.
elementCount(boolean) - Method in class dods.dap.DStructure
Returns the number of variables contained in this object.
elementCount(boolean) - Method in class dods.dap.DSequence
Returns the number of variables contained in this object.
elementCount(boolean) - Method in class dods.dap.DGrid
Returns the number of variables contained in this object.
elementCount(boolean) - Method in class dods.dap.BaseType
Returns the number of variables contained in this object.
elements() - Method in class dods.util.SortedTable
Returns an enumeration of the values in this table.
enable_tracing() - Method in class dods.dap.parser.ExprParser
 
enable_tracing() - Method in class dods.dap.parser.ErrorParser
 
enable_tracing() - Method in class dods.dap.parser.DDSParser
 
enable_tracing() - Method in class dods.dap.parser.DASParser
 
END_OF_SEQUENCE - Static variable in class dods.dap.DSequence
The end of sequence byte marker
endColumn - Variable in class dods.dap.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in class dods.dap.parser.DDSXMLParser
 
endDocument() - Method in class dods.dap.parser.SaxCH01
 
endElement(String, String, String) - Method in class dods.dap.parser.DDSXMLParser
 
endElement(String, String, String) - Method in class dods.dap.parser.SaxCH01
 
endLine - Variable in class dods.dap.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endPrefixMapping(String) - Method in class dods.dap.parser.SaxCH01
 
EOF - Static variable in interface dods.dap.parser.ExprParserConstants
 
EOF - Static variable in interface dods.dap.parser.ErrorParserConstants
 
EOF - Static variable in interface dods.dap.parser.DDSParserConstants
 
EOF - Static variable in interface dods.dap.parser.DASParserConstants
 
eol - Variable in class dods.dap.parser.ParseException
The end of line string for this machine.
EQUAL - Static variable in interface dods.dap.parser.ExprParserConstants
 
equal(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
equal(BaseType) - Method in class dods.dap.Server.SDURL
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDUInt32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDUInt16
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDStructure
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDString
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDSequence
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDList
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDInt32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDInt16
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDGrid
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDFloat64
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDFloat32
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDByte
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDBoolean
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in class dods.dap.Server.SDArray
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in interface dods.dap.Server.RelOps
 
ERROR - Static variable in interface dods.dap.parser.ErrorParserConstants
 
error(SAXParseException) - Method in class dods.dap.parser.DDSXMLParser
 
ErrorObject(DODSException) - Method in class dods.dap.parser.ErrorParser
 
ErrorParser - class dods.dap.parser.ErrorParser.
 
ErrorParser(ErrorParserTokenManager) - Constructor for class dods.dap.parser.ErrorParser
 
ErrorParser(InputStream) - Constructor for class dods.dap.parser.ErrorParser
 
ErrorParser(Reader) - Constructor for class dods.dap.parser.ErrorParser
 
ErrorParserConstants - interface dods.dap.parser.ErrorParserConstants.
 
ErrorParserTokenManager - class dods.dap.parser.ErrorParserTokenManager.
 
ErrorParserTokenManager(SimpleCharStream) - Constructor for class dods.dap.parser.ErrorParserTokenManager
 
ErrorParserTokenManager(SimpleCharStream, int) - Constructor for class dods.dap.parser.ErrorParserTokenManager
 
evalClauses(Object) - Method in class dods.dap.Server.CEEvaluator
Evaluate all of the Clauses in the Clause vector.
evaluate() - Method in class dods.dap.Server.ValueClause
Returns the BaseType represented by this clause.
evaluate() - Method in interface dods.dap.Server.TopLevelClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in interface dods.dap.Server.SubClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in class dods.dap.Server.RelOpClause
 
evaluate() - Method in class dods.dap.Server.DereferenceClause
 
evaluate() - Method in class dods.dap.Server.BTFunctionClause
 
evaluate() - Method in class dods.dap.Server.BoolFunctionClause
 
evaluate(List) - Method in interface dods.dap.Server.BTFunction
Evaluates the function using the argument list given.
evaluate(List) - Method in interface dods.dap.Server.BoolFunction
Evaluates the function using the argument list given.
evaluate(List) - Method in class dods.servers.sql.SSFunique
Evaluates the function using the argument list given.
evaluate(List) - Method in class dods.servers.test.SSFdummyval
 
evaluate(List) - Method in class dods.servers.test.SSFdummy
 
exchange(String[]) - Method in class gnu.getopt.Getopt
Exchange the shorter segment with the far end of the longer segment.
expectedTokenSequences - Variable in class dods.dap.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface dods.dap.parser.ExprParserConstants
 
ExprParser - class dods.dap.parser.ExprParser.
The constraint expression parser class.
ExprParser(ExprParserTokenManager) - Constructor for class dods.dap.parser.ExprParser
 
ExprParser(InputStream) - Constructor for class dods.dap.parser.ExprParser
 
ExprParser(Reader) - Constructor for class dods.dap.parser.ExprParser
 
ExprParserConstants - interface dods.dap.parser.ExprParserConstants.
 
ExprParserTokenManager - class dods.dap.parser.ExprParserTokenManager.
 
ExprParserTokenManager(SimpleCharStream) - Constructor for class dods.dap.parser.ExprParserTokenManager
 
ExprParserTokenManager(SimpleCharStream, int) - Constructor for class dods.dap.parser.ExprParserTokenManager
 
externalize(DataOutputStream) - Method in class dods.dap.PrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.Int32PrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.Int16PrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.Float64PrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.Float32PrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DStructure
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DString
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DSequence
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DInt32
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DInt16
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DGrid
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DFloat64
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DFloat32
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DByte
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DBoolean
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in interface dods.dap.ClientIO
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.BytePrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.BooleanPrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.BaseTypePrimitiveVector
Writes data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.Int32PrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.Int16PrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.Float64PrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.Float32PrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.BytePrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.BooleanPrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(DataOutputStream, int, int, int) - Method in class dods.dap.BaseTypePrimitiveVector
Write a subset of the data to a DataOutputStream.
externalize(OutputStream, boolean, boolean) - Method in class dods.dap.DataDDS
Dump the dataset using externalize methods.

F

fancyTypeName(BaseType) - Static method in class dods.util.dasTools
 
fatalError(SAXParseException) - Method in class dods.dap.parser.DDSXMLParser
 
field() - Method in class dods.dap.parser.ExprParser
 
finished() - Method in interface dods.dap.StatusUI
Download finished notice.
finished() - Method in class dods.util.geturl.gui.StatusWindow
Download finished notice.
first_nonopt - Variable in class gnu.getopt.Getopt
The index of the first non-option in argv[]
firstColumn() - Method in class dods.servers.sql.sqlResponse
 
flag - Variable in class gnu.getopt.LongOpt
If this variable is not null, then the value stored in "val" is stored here when this long option is encountered.
FLOAT - Static variable in interface dods.dap.parser.ExprParserConstants
 
FLOAT32 - Static variable in class dods.dap.Attribute
Float32 attribute type.
FLOAT32 - Static variable in interface dods.dap.parser.DDSParserConstants
 
FLOAT32 - Static variable in interface dods.dap.parser.DASParserConstants
 
Float32PrimitiveVector - class dods.dap.Float32PrimitiveVector.
A vector of doubles.
Float32PrimitiveVector(BaseType) - Constructor for class dods.dap.Float32PrimitiveVector
Constructs a new Float32PrimitiveVector.
FLOAT64 - Static variable in class dods.dap.Attribute
Float64 attribute type.
FLOAT64 - Static variable in interface dods.dap.parser.DDSParserConstants
 
FLOAT64 - Static variable in interface dods.dap.parser.DASParserConstants
 
Float64PrimitiveVector - class dods.dap.Float64PrimitiveVector.
A vector of doubles.
Float64PrimitiveVector(BaseType) - Constructor for class dods.dap.Float64PrimitiveVector
Constructs a new Float64PrimitiveVector.
Floats() - Method in class dods.dap.parser.DASParser
 
flush() - Method in class dods.servlet.DummySink
 
frame - Variable in class dods.util.geturl.gui.GeturlApplet
The currently open Geturl window.
function - Variable in class dods.dap.Server.BTFunctionClause
 
function - Variable in class dods.dap.Server.BoolFunctionClause
 
functionLibrary - Variable in class dods.dap.Server.ClauseFactory
 
FunctionLibrary - class dods.dap.Server.FunctionLibrary.
Represents a library of available server-side functions for use in evaluating constraint expressions.
FunctionLibrary() - Constructor for class dods.dap.Server.FunctionLibrary
Creates a new FunctionLibrary with no prefix set.
FunctionLibrary(String) - Constructor for class dods.dap.Server.FunctionLibrary
Creates a new FunctionLibrary.

G

generateParseException() - Method in class dods.dap.parser.ExprParser
 
generateParseException() - Method in class dods.dap.parser.ErrorParser
 
generateParseException() - Method in class dods.dap.parser.DDSParser
 
generateParseException() - Method in class dods.dap.parser.DASParser
 
get(int) - Method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
get(Object) - Method in class dods.util.SortedTable
Returns the value to which the key is mapped in this table.
getAcceptsCompressed() - Method in class dods.servlet.requestState
 
getAcceptsCompressed() - Method in class dods.servlet.ParsedRequest
 
getAliasedTo() - Method in class dods.dap.Alias
Returns the name of the attribute aliased to.
getAliasedToAttributeField() - Method in class dods.dap.Alias
Returns the name of the attribute aliased to.
getAllMatches(Object) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getAttribute() - Method in class dods.dap.BaseType
 
getAttribute(String) - Method in class dods.dap.BaseType
 
getAttribute(String) - Method in class dods.dap.AttributeTable
Returns the Attribute which matches name.
getAttributeNames() - Method in class dods.dap.BaseType
 
getAttributeTable() - Method in class dods.dap.BaseType
 
getAttributeTable(String) - Method in class dods.dap.DAS
Returns the AttributeTable with the given name.
getBeginColumn() - Method in class dods.dap.parser.SimpleCharStream
 
getBeginLine() - Method in class dods.dap.parser.SimpleCharStream
 
getBlobData(DataDDS, StatusUI) - Method in class dods.dap.DConnect
Opens the BLOB uRL in the DDS supplied and deserializes that binary content sent from the server cooresponding to the DDS.
getBlobURL() - Method in class dods.dap.DDS
Get's the BLOB url for this DDS.
getBoolFunction(String) - Method in class dods.dap.Server.FunctionLibrary
Retrieves a boolean function from the library.
getBTFunction(String) - Method in class dods.dap.Server.FunctionLibrary
Retrieves a BaseType function from the library.
getCachedShape(int) - Method in class dods.servers.test.test_SDArray
 
getChildren() - Method in interface dods.dap.Server.Clause
Returns an ordered list of this clause's sub-clauses.
getChildren() - Method in class dods.dap.Server.AbstractClause
 
getClauses() - Method in class dods.dap.Server.CEEvaluator
Get access to the list of clauses built by parsing the selection part of the constraint expression.
getColumn() - Method in class dods.dap.parser.SimpleCharStream
Deprecated.  
getConstraintExpression() - Method in class dods.servlet.requestState
 
getConstraintExpression() - Method in class dods.servlet.ParsedRequest
 
getContainer() - Method in class dods.dap.Alias
Returns the AttributeTable container.
getContainer() - Method in class dods.dap.Attribute
Returns the AttributeTable container.
getContents() - Static method in class dods.util.Log
 
getCount() - Method in class dods.servlet.DummySink
 
getCountQuery() - Method in class dods.servers.sql.SqlQueries
 
getCurrentColumn() - Method in class dods.servers.sql.sqlResponse
 
getCurrentVersion() - Static method in class dods.dap.ServerVersion
Returns the DODS core version as a String.
getDAS() - Method in class dods.dap.DDS
Creates a DAS object from the collection of BaseType variables and their associated Attributes.
getDAS() - Method in class dods.dap.DConnect
Returns the DAS object from the dataset referenced by this object's URL.
getDAS() - Method in interface dods.servlet.GuardedDataset
Get the DAS for this Dataset.
getDAS() - Method in class dods.servers.sql.sqlDataset
In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
getDAS() - Method in class dods.servers.test.testDataset
In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.
getDASButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDAScache() - Static method in class dods.servlet.ServiceInitializer
 
getData(StatusUI) - Method in class dods.dap.DConnect
Return the data object with no local constraint expression.
getData(String, StatusUI) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getData(String, StatusUI, BaseTypeFactory) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getDataButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDataDDX() - Method in class dods.dap.DConnect
Returns the DataDDS object from the dataset referenced by this object's URL.
getDataDDX(String) - Method in class dods.dap.DConnect
Returns the DataDDS object from the dataset referenced by this object's URL.
getDataDDX(String, BaseTypeFactory) - Method in class dods.dap.DConnect
Returns the DataDDS object from the dataset referenced by this object's URL.
getDataFromUrl(URL, StatusUI, BaseTypeFactory) - Method in class dods.dap.DConnect
 
getDataSet() - Method in class dods.servlet.requestState
 
getDataSet() - Method in class dods.servlet.ParsedRequest
 
getDataset(requestState) - Method in class dods.servlet.DODSServlet
This method must be implemented locally for each DODS server.
getDataset(requestState) - Method in class dods.servers.sql.dodsSQLServlet
Supress this method (just pass through it) we need a special DDS here, and thus this method gets replaced by getSQLDDS().
getDataset(requestState) - Method in class dods.servers.test.dts
 
getDatasetFilename() - Method in class dods.dap.Server.ServerDDS
Get the dataset filename.
getDDS() - Method in class dods.dap.DConnect
Returns the DDS object from the dataset referenced by this object's URL.
getDDS() - Method in class dods.dap.Server.CEEvaluator
Return a reference to the CEEvaluator's DDS object.
getDDS() - Method in interface dods.servlet.GuardedDataset
Get the DDS for this Dataset.
getDDS() - Static method in class dods.servers.sql.sqlTest
 
getDDS() - Method in class dods.servers.sql.sqlDataset
For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested.
getDDS() - Method in class dods.servers.test.testDataset
For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested.
getDDS(String) - Method in class dods.dap.DConnect
Returns the DDS object from the dataset referenced by this object's URL.
getDDSButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDDScache() - Static method in class dods.servlet.ServiceInitializer
 
getDDSText() - Method in class dods.dap.DDS
This a wrapper method for DDS.print().
getDDX() - Method in class dods.dap.DConnect
Returns the DDS object from the dataset referenced by this object's URL.
getDDX(String) - Method in class dods.dap.DConnect
Returns the DDS object from the dataset referenced by this object's URL.
getDDXData(StatusUI) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getDDXData(String, StatusUI) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getDDXData(String, StatusUI, BaseTypeFactory) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getDDXDataFromURL(URL, StatusUI, BaseTypeFactory) - Method in class dods.dap.DConnect
Returns the `Data object' from the dataset referenced by this object's URL given the constraint expression CE.
getDDXText() - Method in class dods.dap.DDS
This a wrapper method for DDS.printXML().
getDimension(int) - Method in class dods.dap.DArray
Returns the DArrayDimension object for the dimension requested.
getDimensions() - Method in class dods.dap.DArray
Returns an Enumeration of DArrayDimensions in this array.
getDodsBlobURL() - Method in class dods.servlet.requestState
 
getElementVector() - Method in class dods.util.SortedTable
Returns a Vector containing the elements in the SortedTable.
getEndColumn() - Method in class dods.dap.parser.SimpleCharStream
 
getEndIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getEndLine() - Method in class dods.dap.parser.SimpleCharStream
 
getErrorCode() - Method in class dods.dap.DODSException
Returns the error code.
getErrorMessage() - Method in class dods.dap.DODSException
Returns the error message.
getFactory() - Method in class dods.dap.DDS
Get the Class factory.
getFileName() - Method in class dods.util.iniFile
Get the name of the .ini file that was used to create this object.
getFirstDimension() - Method in class dods.dap.DArray
Returns the DArrayDimension object for the first dimension.
getFlag() - Method in class gnu.getopt.LongOpt
Returns the value of the 'flag' field for this long option
getFunction() - Method in class dods.dap.Server.BTFunctionClause
Returns the server-side function invoked by this clause
getFunction() - Method in class dods.dap.Server.BoolFunctionClause
Returns the server-side function invoked by this clause
getHasArg() - Method in class gnu.getopt.LongOpt
Returns the value set for the 'has_arg' field for this long option
GetImage() - Method in class dods.dap.parser.SimpleCharStream
 
getInitParameter(String) - Method in class dods.servlet.requestState
 
getInitParameterNames() - Method in class dods.servlet.requestState
 
getInternalStorage() - Method in class dods.dap.PrimitiveVector
Returns (a reference to) the internal storage for PrimitiveVector.
getInternalStorage() - Method in class dods.dap.Int32PrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.Int16PrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.Float64PrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.Float32PrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.BytePrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.BooleanPrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.BaseTypePrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getKey(int) - Method in class dods.util.SortedTable
Returns the key at the specified index.
getLastDomDoc() - Method in class dods.dap.XMLparser.DDSXMLParser
Returns the Document object created by the most recent invocation of the parser.
getLength() - Method in class dods.dap.PrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.Int32PrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.Int16PrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.Float64PrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.Float32PrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.DVector
Returns the number of elements in the vector.
getLength() - Method in class dods.dap.BytePrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.BooleanPrimitiveVector
Returns the number of elements in the array.
getLength() - Method in class dods.dap.BaseTypePrimitiveVector
Returns the number of elements in the array.
getLevel() - Method in class dods.dap.DSequence
Returns the level of this sequence.
getLHS() - Method in class dods.dap.Server.RelOpClause
Returns a SubClause representing the right-hand side of the comparison.
getLine() - Method in class dods.dap.parser.SimpleCharStream
Deprecated.  
getLongind() - Method in class gnu.getopt.Getopt
Returns the index into the array of long options (NOT argv) representing the long option that was found.
getLongName() - Method in class dods.dap.BaseType
 
getMainQuery() - Method in class dods.servers.sql.SqlQueries
 
getMajor() - Method in class dods.dap.ServerVersion
Returns the major version number.
getMatch(Object) - Method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatchEnumeration(Object) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMaxRows() - Method in class dods.servers.sql.sqlResponse
 
getMaxSequenceLength() - Method in class dods.servers.test.testEngine
 
getMessage() - Method in class dods.dap.DODSException
Returns the detail message of this throwable object.
getMessage() - Method in class dods.dap.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class dods.dap.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMinimumLength() - Method in class gnu.regexp.RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getMinor() - Method in class dods.dap.ServerVersion
Returns the minor version number.
getName() - Method in class dods.dap.Alias
Returns the attribute's name.
getName() - Method in class dods.dap.DArrayDimension
Get the dimension name.
getName() - Method in class dods.dap.BaseType
Returns the name of the class instance.
getName() - Method in class dods.dap.AttributeTable
Returns the name of this AttributeTable.
getName() - Method in class dods.dap.Attribute
Returns the attribute's name.
getName() - Method in interface dods.dap.Server.ServerSideFunction
Returns the name of the server-side function, as it will appear in constraint expressions.
getName() - Method in class dods.servers.sql.SSFunique
Returns the name of the server-side function, as it will appear in constraint expressions.
getName() - Method in class dods.servers.test.SSFdummyval
 
getName() - Method in class dods.servers.test.SSFdummy
 
getName() - Method in class gnu.getopt.LongOpt
Returns the name of this LongOpt as a String
getNames() - Method in class dods.dap.AttributeTable
Returns an Enumeration of the attribute names in this AttributeTable.
getNextToken() - Method in class dods.dap.parser.ExprParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.ExprParser
 
getNextToken() - Method in class dods.dap.parser.ErrorParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.ErrorParser
 
getNextToken() - Method in class dods.dap.parser.DDSParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.DDSParser
 
getNextToken() - Method in class dods.dap.parser.DASParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.DASParser
 
getNumSubs() - Method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getOperator() - Method in class dods.dap.Server.RelOpClause
Returns the type of comparison
Getopt - class gnu.getopt.Getopt.
This is a Java port of GNU getopt, a class for parsing command line arguments passed to programs.
getopt() - Method in class gnu.getopt.Getopt
This method returns a char that is the current option that has been parsed from the command line.
Getopt(String, String[], String) - Constructor for class gnu.getopt.Getopt
Construct a basic Getopt instance with the given input data.
Getopt(String, String[], String, LongOpt[]) - Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options as well as short.
Getopt(String, String[], String, LongOpt[], boolean) - Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options and short options.
getOptarg() - Method in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
GetoptDemo - class gnu.getopt.GetoptDemo.
 
GetoptDemo() - Constructor for class gnu.getopt.GetoptDemo
 
getOptind() - Method in class gnu.getopt.Getopt
optind it the index in ARGV of the next element to be scanned.
getOption(Character) - Method in class dods.util.Getopts
getOption
getOption(int) - Method in class dods.util.Getopts
getOption
getOptopt() - Method in class gnu.getopt.Getopt
When getopt() encounters an invalid option, it stores the value of that option in optopt which can be retrieved with this method.
Getopts - class dods.util.Getopts.
A class for achieving getopts() functionality.
Getopts(String, String[]) - Constructor for class dods.util.Getopts
Basic class constructor.
getParent() - Method in class dods.dap.BaseType
 
getParent() - Method in class dods.dap.Server.ValueClause
 
getParent() - Method in interface dods.dap.Server.SubClause
Returns the Clause which contains this subclause.
getParent() - Method in class dods.dap.Server.DereferenceClause
 
getParent() - Method in class dods.dap.Server.BTFunctionClause
 
getPosition() - Method in class gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getPrefix() - Method in class dods.dap.Server.FunctionLibrary
Returns the prefix being used for classname lookup.
getPrimitiveVector() - Method in class dods.dap.DVector
Returns the PrimitiveVector for this vector.
getProgramSource() - Method in class dods.dap.DODSException
Returns the program source.
getProgramType() - Method in class dods.dap.DODSException
Returns the program type.
getProperty(String) - Method in class dods.util.iniFile
Get the named property from the current section.
getPropList(String) - Method in class dods.util.iniFile
Get the list of properties for the section sectionName.
getRequestedTables() - Method in class dods.servers.sql.sqlDDS
Returns a string naming of all of the projected variables at the highest levelin the DDS.
getRequestedVars() - Method in class dods.servers.sql.sqlDDS
Returns a string naming of all of the projected variables in the DDS using their full qualified names.
getRequestSuffix() - Method in class dods.servlet.requestState
 
getRequestSuffix() - Method in class dods.servlet.ParsedRequest
 
getResultSet() - Method in class dods.servers.sql.sqlResponse
 
getReturnType(List) - Method in interface dods.dap.Server.BTFunction
A given function must always evaluate to the same class of BaseType.
getReturnType(List) - Method in class dods.servers.test.SSFdummyval
 
getRHS() - Method in class dods.dap.Server.RelOpClause
Returns a list of SubClauses representing the right-hand side of the comparison.
getRow(int) - Method in class dods.dap.DSequence
Gets a row from the container.
getRowCount() - Method in class dods.dap.DSequence
Returns the number of rows in this Sequence.
getRowCount(Statement, SqlQueries) - Method in class dods.servers.sql.dodsSQLServlet
 
getRowVector() - Method in class dods.dap.Server.SDSequence
Get the row vector for into which to read a row os data for this sequence.
getSectionList() - Method in class dods.util.iniFile
Get the list of Sections of this .ini File
getServerName() - Method in class dods.servlet.requestState
 
getServerName() - Method in class dods.servlet.DODSServlet
In this (default) implementation of the getServerName() method we just get the name of the servlet and pass it back.
getServerVersion() - Method in class dods.dap.DConnect
Returns the ServerVersion of the last connection.
getServerVersion() - Method in class dods.dap.DataDDS
Returns the ServerVersion given in the constructor.
getServerVersion() - Method in class dods.servlet.DODSServlet
This function must be implemented locally for each DODS server.
getServerVersion() - Method in class dods.servers.sql.drds
This method returns a String containing the DODS Server Version...
getServerVersion() - Method in class dods.servers.sql.dodsSQLServlet
This function must be implemented locally for each DODS server.
getServerVersion() - Method in class dods.servers.test.dts
This method returns a String containing the DODS Server Version...
getSize() - Method in class dods.dap.DArrayDimension
Get the dimension size.
getSQLCommand(List) - Method in interface dods.servers.sql.SqlBoolFunction
This methods returns the SQL representation of this function.
getSQLCommand(List) - Method in interface dods.servers.sql.SqlBTFunction
This methods returns the SQL representation of this function.
getSQLCommand(List) - Method in class dods.servers.sql.SSFunique
This methods returns the SQL representation of this function.
getSQLDataset(requestState) - Method in class dods.servers.sql.drds
For the DODS SQL server this method does the following: Makes a newsqlServerFactory (aka BaseTypeFactory) for the dataset requested.
getSQLDataset(requestState) - Method in class dods.servers.sql.dodsSQLServlet
This function must be implemented locally for each DODS server.
getSQLDDS() - Method in class dods.servers.sql.sqlDataset
For the DODS SQL server this method does the following: Makes a newsqlServerFactory (aka BaseTypeFactory) for the dataset requested.
getSQLDDS() - Method in interface dods.servers.sql.GuardedSQLDataset
 
getSQLFromClause() - Method in class dods.servers.sql.sqlCEEval
 
getSQLQueries(DAS, boolean) - Method in class dods.servers.sql.sqlCEEval
Generates an SQL SELECT statement by interogating the DDS object to determine the "Projection" and by converting the "Selection" (the Clauses) into the constraint used in the SELECT statement's WHERE section.
getSqlRepresentation(boolean, sqlDDS) - Method in class dods.servers.sql.SqlRelOpClause
Supplies the (best effort) representation of this SqlRelOpClause as an SQL syntax for inclusion in the WHERE clause in an SQL SELECT query.
getSQLVariables() - Method in class dods.servers.sql.sqlCEEval
 
getSQLWhereClause() - Method in class dods.servers.sql.sqlCEEval
 
getStart() - Method in class dods.dap.DArrayDimension
Get the projection start point for this dimension.
getStart(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
getStart(int) - Method in class dods.dap.Server.SDGrid
Gets the start value for the projection of the dimension indicated.
getStart(int) - Method in class dods.dap.Server.SDArray
Gets the start value for the array projection.
getStartIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getStop() - Method in class dods.dap.DArrayDimension
Get the projection stop point for this dimension.
getStop(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
getStop(int) - Method in class dods.dap.Server.SDGrid
Gets the stop value for the projection of the dimension indicated.
getStop(int) - Method in class dods.dap.Server.SDArray
Gets the stop value for the array projection.
getStride() - Method in class dods.dap.DArrayDimension
Get the projection stride size for this dimension.
getStride(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
getStride(int) - Method in class dods.dap.Server.SDGrid
Gets the stride value for the projection of the dimension indicated.
getStride(int) - Method in class dods.dap.Server.SDArray
Gets the stride value for the array projection.
getSubEndIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getSubStartIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
GetSuffix(int) - Method in class dods.dap.parser.SimpleCharStream
 
getSwitch(Character) - Method in class dods.util.Getopts
method to return the OptSwitch object associated with the 'sw' argument.
getTemplate() - Method in class dods.dap.PrimitiveVector
Returns the template variable for this vector.
getToken(int) - Method in class dods.dap.parser.ExprParser
 
getToken(int) - Method in class dods.dap.parser.ErrorParser
 
getToken(int) - Method in class dods.dap.parser.DDSParser
 
getToken(int) - Method in class dods.dap.parser.DASParser
 
getType() - Method in class dods.dap.Alias
Returns the attribute type constant.
getType() - Method in class dods.dap.Attribute
Returns the attribute type constant.
getType() - Method in class gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
getTypeName() - Method in class dods.dap.DVector
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DURL
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DUInt32
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DUInt16
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DStructure
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DString
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DSequence
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DList
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DInt32
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DInt16
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DGrid
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DFloat64
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DFloat32
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DByte
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DBoolean
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.DArray
Returns the DODS type name of the class instance as a String.
getTypeName() - Method in class dods.dap.BaseType
Returns the DODS type name of the class instance as a String.
getTypeString() - Method in class dods.dap.Attribute
Returns the attribute type as a String.
getTypeVal(String) - Static method in class dods.dap.Attribute
Returns the attribute type as a String.
Geturl - class dods.util.geturl.Geturl.
Java port of the geturl command-line client.
getURL() - Method in class dods.dap.Server.DereferenceClause
 
Geturl() - Constructor for class dods.util.geturl.Geturl
 
GeturlApplet - class dods.util.geturl.gui.GeturlApplet.
Java geturl applet.
GeturlApplet() - Constructor for class dods.util.geturl.gui.GeturlApplet
 
GeturlFrame - class dods.util.geturl.gui.GeturlFrame.
Geturl frame.
GeturlFrame(boolean) - Constructor for class dods.util.geturl.gui.GeturlFrame
 
getUserObject() - Method in class dods.servlet.requestState
 
getUserObject() - Method in class dods.servlet.ParsedRequest
 
getVal() - Method in class gnu.getopt.LongOpt
Returns the value of the 'val' field for this long option
getValue() - Method in class dods.dap.DString
Get the current value as a String.
getValue() - Method in class dods.dap.DInt32
Get the current value as an int.
getValue() - Method in class dods.dap.DInt16
Get the current value as a short (16bit int).
getValue() - Method in class dods.dap.DFloat64
Get the current value as a double.
getValue() - Method in class dods.dap.DFloat32
Get the current value as a float.
getValue() - Method in class dods.dap.DByte
Get the current value as a byte.
getValue() - Method in class dods.dap.DBoolean
Get the current value as a short (16bit int).
getValue() - Method in class dods.dap.Server.ValueClause
Returns the BaseType represented by this clause.
getValue() - Method in interface dods.dap.Server.TopLevelClause
Returns the current value of the clause.
getValue() - Method in interface dods.dap.Server.SubClause
Returns a BaseType containing the current value of the sub-clause.
getValue() - Method in class dods.dap.Server.RelOpClause
 
getValue() - Method in class dods.dap.Server.DereferenceClause
 
getValue() - Method in class dods.dap.Server.BTFunctionClause
 
getValue() - Method in class dods.dap.Server.BoolFunctionClause
 
getValue(int) - Method in class dods.dap.Int32PrimitiveVector
Return the i'th value as an int.
getValue(int) - Method in class dods.dap.Int16PrimitiveVector
Return the i'th value as a short.
getValue(int) - Method in class dods.dap.Float64PrimitiveVector
Return the i'th value as a double.
getValue(int) - Method in class dods.dap.Float32PrimitiveVector
Return the i'th value as a double.
getValue(int) - Method in class dods.dap.BytePrimitiveVector
Return the i'th value as a byte.
getValue(int) - Method in class dods.dap.BooleanPrimitiveVector
Return the i'th value as a double.
getValue(int) - Method in class dods.dap.BaseTypePrimitiveVector
Return the i'th value as a BaseType.
getValueAt(int) - Method in class dods.dap.Alias
Returns the attribute value at index.
getValueAt(int) - Method in class dods.dap.Attribute
Returns the attribute value at index.
getValues() - Method in class dods.dap.Alias
Returns the values of this attribute as an Enumeration of String.
getValues() - Method in class dods.dap.Attribute
Returns the values of this attribute as an Enumeration of String.
getVar(int) - Method in class dods.dap.DStructure
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DSequence
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DGrid
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DConstructor
Gets the indexed variable.
getVariable(int, String) - Method in class dods.dap.DSequence
Returns the named variable in the given row of the sequence.
getVariable(String) - Method in class dods.dap.DStructure
Returns the named variable.
getVariable(String) - Method in class dods.dap.DSequence
Returns the named variable.
getVariable(String) - Method in class dods.dap.DGrid
Returns the named variable.
getVariable(String) - Method in class dods.dap.DDS
Returns a reference to the named variable.
getVariable(String) - Method in class dods.dap.DConstructor
Gets the named variable.
getVariables() - Method in class dods.dap.DStructure
Return an Enumeration that can be used to iterate over the members of a Structure.
getVariables() - Method in class dods.dap.DSequence
Return an Enumeration that can be used to iterate over the members of a Sequence.
getVariables() - Method in class dods.dap.DGrid
Return an Enumeration that can be used to iterate over the members of a Structure.
getVariables() - Method in class dods.dap.DDS
Returns an Enumeration of the dataset variables.
getVariables() - Method in class dods.dap.DConstructor
Return an Enumeration that can be used to iterate over all of the members of the class.
getWebFormDDS(String, ServerDDS) - Method in class dods.servlet.dodsHTML
Gets a DDS for the specified data set and builds it using the class factory in the package dods.servers.www.
gnu.getopt - package gnu.getopt
 
gnu.regexp - package gnu.regexp
 
gnu.regexp.util - package gnu.regexp.util
 
GREATER - Static variable in interface dods.dap.parser.ExprParserConstants
 
GREATER_EQL - Static variable in interface dods.dap.parser.ExprParserConstants
 
greater_eql(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
greater_eql(BaseType) - Method in class dods.dap.Server.SDURL
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDUInt32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDUInt16
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDStructure
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDString
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDSequence
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDList
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDInt32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDInt16
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDGrid
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDFloat64
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDFloat32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDByte
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDBoolean
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDArray
 
greater_eql(BaseType) - Method in interface dods.dap.Server.RelOps
 
greater(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
greater(BaseType) - Method in class dods.dap.Server.SDURL
 
greater(BaseType) - Method in class dods.dap.Server.SDUInt32
 
greater(BaseType) - Method in class dods.dap.Server.SDUInt16
 
greater(BaseType) - Method in class dods.dap.Server.SDStructure
 
greater(BaseType) - Method in class dods.dap.Server.SDString
 
greater(BaseType) - Method in class dods.dap.Server.SDSequence
 
greater(BaseType) - Method in class dods.dap.Server.SDList
 
greater(BaseType) - Method in class dods.dap.Server.SDInt32
 
greater(BaseType) - Method in class dods.dap.Server.SDInt16
 
greater(BaseType) - Method in class dods.dap.Server.SDGrid
 
greater(BaseType) - Method in class dods.dap.Server.SDFloat64
 
greater(BaseType) - Method in class dods.dap.Server.SDFloat32
 
greater(BaseType) - Method in class dods.dap.Server.SDByte
 
greater(BaseType) - Method in class dods.dap.Server.SDBoolean
 
greater(BaseType) - Method in class dods.dap.Server.SDArray
 
greater(BaseType) - Method in interface dods.dap.Server.RelOps
 
Grep - class gnu.regexp.util.Grep.
Grep is a pure-Java clone of the GNU grep utility.
grep(String[], RESyntax, PrintStream) - Static method in class gnu.regexp.util.Grep
Runs Grep with the specified arguments.
GRID - Static variable in interface dods.dap.parser.DDSParserConstants
 
Grid() - Method in class dods.dap.parser.DDSParser
 
GuardedDataset - interface dods.servlet.GuardedDataset.
A GuardedDataset allows us to handle multithreaded stateful processing.
GuardedSQLDataset - interface dods.servers.sql.GuardedSQLDataset.
Interface for datasets to be used by the drds.

H

has_arg - Variable in class gnu.getopt.LongOpt
Indicates whether the option has no argument, a required argument, or an optional argument.
hasAttributes() - Method in class dods.dap.BaseType
 
hasMoreElements() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches(StringBuffer) - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.

I

ID - Static variable in interface dods.dap.parser.ExprParserConstants
 
ignorableWhitespace(char[], int, int) - Method in class dods.dap.parser.SaxCH01
 
image - Variable in class dods.dap.parser.Token
The string image of the token.
incrementByteCount(int) - Method in interface dods.dap.StatusUI
Add bytes to the total deserialize count.
incrementByteCount(int) - Method in class dods.util.geturl.gui.StatusWindow
Add bytes to the total deserialize count.
ingestDAS(DAS) - Method in class dods.dap.DDS
Takes the passed parameter das and attempts to incorporate it's contents into the Attributes of the DDS variables.
iniFile - class dods.util.iniFile.
This class encapsulates the old .ini file functionality that we used to see (and still do) in the Microsoft Operating Systems.
iniFile() - Constructor for class dods.util.iniFile
We don't want this to get used so we made it protected...
iniFile(String) - Constructor for class dods.util.iniFile
Create a iniFile object from the file named in the parameter fname.
iniFile(String, String) - Constructor for class dods.util.iniFile
Create a iniFile object from the file named in the parameter fname, and found on the parameter path
iniFile(String, String, boolean) - Constructor for class dods.util.iniFile
Create a iniFile object from the file named in the parameter fname, and found on the parameter path
iniFileName - Static variable in class dods.servers.sql.JDBCTest
 
init() - Method in class dods.servlet.DODSServlet
Intitializes the servlet.
init() - Method in class dods.servlet.ServiceInitializer
 
init() - Method in class dods.servers.sql.dodsSQLServlet
Intitializes the servlet.
init() - Method in class dods.util.geturl.gui.GeturlApplet
Open the frame and add the start button to the layout
init() - Method in class gnu.regexp.util.REApplet
Initializes the applet and constructs GUI elements.
INT - Static variable in interface dods.dap.parser.ExprParserConstants
 
INT - Static variable in interface dods.dap.parser.ErrorParserConstants
 
INT16 - Static variable in class dods.dap.Attribute
Int16 attribute type.
INT16 - Static variable in interface dods.dap.parser.DDSParserConstants
 
INT16 - Static variable in interface dods.dap.parser.DASParserConstants
 
Int16PrimitiveVector - class dods.dap.Int16PrimitiveVector.
A vector of shorts.
Int16PrimitiveVector(BaseType) - Constructor for class dods.dap.Int16PrimitiveVector
Constructs a new Int16PrimitiveVector.
INT32 - Static variable in class dods.dap.Attribute
Int32 attribute type.
INT32 - Static variable in interface dods.dap.parser.DDSParserConstants
 
INT32 - Static variable in interface dods.dap.parser.DASParserConstants
 
Int32PrimitiveVector - class dods.dap.Int32PrimitiveVector.
A vector of ints.
Int32PrimitiveVector(BaseType) - Constructor for class dods.dap.Int32PrimitiveVector
Constructs a new Int32PrimitiveVector.
Ints() - Method in class dods.dap.parser.DASParser
 
InvalidOperatorException - exception dods.dap.Server.InvalidOperatorException.
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(int, String) - Constructor for class dods.dap.Server.InvalidOperatorException
Construct a InvalidOperatorException with the specified message and DODS error code (see DODSException).
InvalidOperatorException(String) - Constructor for class dods.dap.Server.InvalidOperatorException
Construct a InvalidOperatorException with the specified detail message.
InvalidParameterException - exception dods.dap.Server.InvalidParameterException.
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(int, String) - Constructor for class dods.dap.Server.InvalidParameterException
Construct a InvalidParameterException with the specified message and DODS error code (see DODSException).
InvalidParameterException(String) - Constructor for class dods.dap.Server.InvalidParameterException
Construct a InvalidParameterException with the specified detail message.
InvalidSwitch - class dods.util.InvalidSwitch.
Exception throwable by the Getopts class
InvalidSwitch() - Constructor for class dods.util.InvalidSwitch
Used when no notification string other than the standard one will be thrown with the exception.
InvalidSwitch(String) - Constructor for class dods.util.InvalidSwitch
Used when passing the string that will be thrown.
IOExceptionHandler(IOException, HttpServletResponse, requestState) - Method in class dods.servlet.DODSServlet
Sends an error to the client.
isAlias() - Method in class dods.dap.Alias
Returns true if the attribute is an alias.
isAlias() - Method in class dods.dap.Attribute
Returns true if the attribute is an alias.
isApplet - Variable in class dods.util.geturl.gui.GeturlFrame
True if we are an applet.
isConstant() - Method in interface dods.dap.Server.Clause
A clause is considered "constant" iff it and its subclauses do not refer to data values from the dataset being constrained.
isConstant() - Method in class dods.dap.Server.AbstractClause
 
isContainer() - Method in class dods.dap.Alias
Returns true if the attribute is a container.
isContainer() - Method in class dods.dap.Attribute
Returns true if the attribute is a container.
isDefined() - Method in interface dods.dap.Server.Clause
Returns whether or not the clause has a defined value.
isDefined() - Method in class dods.dap.Server.AbstractClause
 
isEmpty() - Method in class dods.util.SortedTable
Tests if this table is empty.
isLocal() - Method in class dods.dap.DConnect
Returns whether a file name or InputStream is being used instead of a URL.
isMatch(Object) - Method in class gnu.regexp.RE
Checks if the input in its entirety is an exact match of this regular expression.
isMatch(Object, int) - Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int) - Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isOn() - Static method in class dods.util.Log
 
isProject() - Method in interface dods.dap.Server.ServerMethods
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDURL
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDUInt32
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDUInt16
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDStructure
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDString
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDSequence
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDList
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDInt32
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDInt16
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDGrid
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDFloat64
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDFloat32
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDByte
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDBoolean
Check the projection state of this variable.
isProject() - Method in class dods.dap.Server.SDArray
Check the projection state of this variable.
isRead() - Method in interface dods.dap.Server.ServerMethods
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDURL
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDUInt32
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDUInt16
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDStructure
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDString
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDSequence
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDList
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDInt32
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDInt16
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDGrid
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDFloat64
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDFloat32
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDByte
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDBoolean
Get the value of the Read property.
isRead() - Method in class dods.dap.Server.SDArray
Get the value of the Read property.
isSet(String) - Static method in class dods.util.Debug
 
isSynthesized() - Method in interface dods.dap.Server.ServerMethods
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDURL
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDUInt32
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDUInt16
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDStructure
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDString
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDSequence
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDList
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDInt32
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDInt16
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDGrid
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDFloat64
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDFloat32
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDByte
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDBoolean
Get the value of the Synthesized property.
isSynthesized() - Method in class dods.dap.Server.SDArray
Get the value of the Synthesized property.
isTheClientCompressed(HttpServletRequest) - Method in class dods.servlet.DODSServlet
Evaluates a request object to determine if the client that sent the request accepts compressed return documents.

J

JAVA_PROGRAM - Static variable in class dods.dap.DODSException
This Error contains Java bytecode.
JDBCTest - class dods.servers.sql.JDBCTest.
 
JDBCTest() - Constructor for class dods.servers.sql.JDBCTest
 
jj_nt - Variable in class dods.dap.parser.ExprParser
 
jj_nt - Variable in class dods.dap.parser.ErrorParser
 
jj_nt - Variable in class dods.dap.parser.DDSParser
 
jj_nt - Variable in class dods.dap.parser.DASParser
 
jjstrLiteralImages - Static variable in class dods.dap.parser.ExprParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.ErrorParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.DDSParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.DASParserTokenManager
 
jScriptCode - Static variable in class dods.servers.www.jscriptCore
 
jscriptCore - class dods.servers.www.jscriptCore.
 
jscriptCore() - Constructor for class dods.servers.www.jscriptCore
 

K

keys() - Method in class dods.util.SortedTable
Returns an enumeration of the keys in this table.
keySet() - Static method in class dods.util.Debug
 
kind - Variable in class dods.dap.parser.Token
An integer that describes the kind of this token.

L

last_nonopt - Variable in class gnu.getopt.Getopt
The index of the last non-option in argv[]
LBRACE - Static variable in interface dods.dap.parser.ExprParserConstants
 
LBRACKET - Static variable in interface dods.dap.parser.ExprParserConstants
 
LESS - Static variable in interface dods.dap.parser.ExprParserConstants
 
LESS_EQL - Static variable in interface dods.dap.parser.ExprParserConstants
 
less_eql(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
less_eql(BaseType) - Method in class dods.dap.Server.SDURL
 
less_eql(BaseType) - Method in class dods.dap.Server.SDUInt32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDUInt16
 
less_eql(BaseType) - Method in class dods.dap.Server.SDStructure
 
less_eql(BaseType) - Method in class dods.dap.Server.SDString
 
less_eql(BaseType) - Method in class dods.dap.Server.SDSequence
 
less_eql(BaseType) - Method in class dods.dap.Server.SDList
 
less_eql(BaseType) - Method in class dods.dap.Server.SDInt32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDInt16
 
less_eql(BaseType) - Method in class dods.dap.Server.SDGrid
 
less_eql(BaseType) - Method in class dods.dap.Server.SDFloat64
 
less_eql(BaseType) - Method in class dods.dap.Server.SDFloat32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDByte
 
less_eql(BaseType) - Method in class dods.dap.Server.SDBoolean
 
less_eql(BaseType) - Method in class dods.dap.Server.SDArray
 
less_eql(BaseType) - Method in interface dods.dap.Server.RelOps
 
less(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
less(BaseType) - Method in class dods.dap.Server.SDURL
 
less(BaseType) - Method in class dods.dap.Server.SDUInt32
 
less(BaseType) - Method in class dods.dap.Server.SDUInt16
 
less(BaseType) - Method in class dods.dap.Server.SDStructure
 
less(BaseType) - Method in class dods.dap.Server.SDString
 
less(BaseType) - Method in class dods.dap.Server.SDSequence
 
less(BaseType) - Method in class dods.dap.Server.SDList
 
less(BaseType) - Method in class dods.dap.Server.SDInt32
 
less(BaseType) - Method in class dods.dap.Server.SDInt16
 
less(BaseType) - Method in class dods.dap.Server.SDGrid
 
less(BaseType) - Method in class dods.dap.Server.SDFloat64
 
less(BaseType) - Method in class dods.dap.Server.SDFloat32
 
less(BaseType) - Method in class dods.dap.Server.SDByte
 
less(BaseType) - Method in class dods.dap.Server.SDBoolean
 
less(BaseType) - Method in class dods.dap.Server.SDArray
 
less(BaseType) - Method in interface dods.dap.Server.RelOps
 
lexStateNames - Static variable in class dods.dap.parser.ExprParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.ErrorParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.DDSParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.DASParserTokenManager
 
lhs - Variable in class dods.dap.Server.RelOpClause
 
LIST - Static variable in interface dods.dap.parser.DDSParserConstants
 
List() - Method in class dods.dap.parser.DDSParser
 
loadNewFunction(String) - Method in class dods.dap.Server.FunctionLibrary
Tries to load a function with the given name.
loadOverrideDoc(String, String) - Method in class dods.servlet.dodsINFO
Checks the info directory for user supplied override documents for the passed dataset name.
loadTestGrid(String, test_SDGrid) - Method in class dods.servers.test.testEngine
Loads test Grids full of data
loadTestList(String, test_SDList) - Method in class dods.servers.test.testEngine
Loads test Lists full of data
Log - class dods.util.Log.
A minimal implementation of a logging facility.
Log() - Constructor for class dods.util.Log
 
long_only - Variable in class gnu.getopt.Getopt
This flag determines whether or not we are parsing only long args
long_options - Variable in class gnu.getopt.Getopt
This is an array of LongOpt objects which describ the valid long options.
longind - Variable in class gnu.getopt.Getopt
Stores the index into the long_options array of the long option found
LongOpt - class gnu.getopt.LongOpt.
This object represents the definition of a long option in the Java port of GNU getopt.
longopt_handled - Variable in class gnu.getopt.Getopt
A flag which communicates whether or not checkLongOption() did all necessary processing for the current option
LongOpt(String, int, StringBuffer, int) - Constructor for class gnu.getopt.LongOpt
Create a new LongOpt object with the given parameter values.
lookingAhead - Variable in class dods.dap.parser.ExprParser
 
lookingAhead - Variable in class dods.dap.parser.DDSParser
 
lookingAhead - Variable in class dods.dap.parser.DASParser
 
LPAREN - Static variable in interface dods.dap.parser.ExprParserConstants
 

M

main(String[]) - Static method in class dods.dap.XMLparser.XmlTest
 
main(String[]) - Static method in class dods.servers.sql.sqlTest
 
main(String[]) - Static method in class dods.servers.sql.JDBCTest
 
main(String[]) - Static method in class dods.servers.test.SDTest
 
main(String[]) - Static method in class dods.util.test_iniFile
 
main(String[]) - Static method in class dods.util.Getopts
method for class testing.
main(String[]) - Static method in class dods.util.geturl.Geturl
 
main(String[]) - Static method in class dods.util.geturl.gui.GeturlApplet
Main function to call as an application.
main(String[]) - Static method in class gnu.regexp.util.Tests
Runs the testsuite.
main(String[]) - Static method in class gnu.regexp.util.RETest
Invokes the test function with the command line arguments specified.
main(String[]) - Static method in class gnu.regexp.util.Grep
Invokes the grep() function below with the command line arguments and using the RESyntax.RE_SYNTAX_GREP syntax, which attempts to emulate the traditional UNIX grep syntax.
main(String[]) - Static method in class gnu.regexp.util.Egrep
Invokes Grep.grep() using the RE_SYNTAX_EGREP syntax and the command line arguments specified.
main(String[]) - Static method in class gnu.getopt.GetoptDemo
 
MALFORMED_EXPR - Static variable in class dods.dap.DODSException
The expression specified in the DODS URL is not valid.
MalformedAliasException - exception dods.dap.MalformedAliasException.
Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
MalformedAliasException(int, String) - Constructor for class dods.dap.MalformedAliasException
Construct a NoSuchAttributeException with the specified message and DODS error code see (DODSException).
MalformedAliasException(String) - Constructor for class dods.dap.MalformedAliasException
Construct a NoSuchAttributeException with the specified message.
MANTISSA - Static variable in interface dods.dap.parser.ExprParserConstants
 
MAPS - Static variable in class dods.dap.DGrid
The Map part of the DGrid
mapVars - Variable in class dods.dap.DGrid
The Map component of this DGrid.
markAll(boolean) - Method in class dods.dap.Server.CEEvaluator
Mark all the variables in the DDS either as part of the current projection (when state is true) or not (state is false).
markSupported() - Method in class gnu.regexp.REFilterInputStream
Returns false.
Message() - Method in class dods.dap.parser.ErrorParser
 
MimeUtil - class dods.servlet.MimeUtil.
Holds a DODS Server Sequence value.
MimeUtil() - Constructor for class dods.servlet.MimeUtil
 
MSG - Static variable in interface dods.dap.parser.ErrorParserConstants
 

N

name - Variable in class gnu.getopt.LongOpt
The name of the long option
Name() - Method in class dods.dap.parser.DDSParser
 
Name() - Method in class dods.dap.parser.DASParser
 
nameForJsCode(String) - Static method in class dods.servers.www.wwwOutPut
 
nameInDDS(String, DDS) - Static method in class dods.util.dasTools
 
nameInKillFile(String) - Static method in class dods.util.dasTools
This code could use a real `kill-file' some day - about the same time that the rest of the server gets an `rc' file...
nameIsGlobal(String) - Static method in class dods.util.dasTools
 
newBoolFunctionClause(String, List) - Method in class dods.dap.Server.ClauseFactory
Generates a clause which invokes a function that returns a boolean value.
newBTFunctionClause(String, List) - Method in class dods.dap.Server.ClauseFactory
Generates a clause which invokes a function that returns a BaseType.
newDArray() - Method in class dods.dap.DefaultFactory
Construct a new DArray.
newDArray() - Method in interface dods.dap.BaseTypeFactory
Construct a new DArray.
newDArray() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DArray.
newDArray() - Method in class dods.servers.test.test_ServerFactory
Construct a new DArray.
newDArray() - Method in class dods.servers.www.wwwFactory
Construct a new DArray.
newDArray() - Method in class dods.servers.ascii.asciiFactory
Construct a new DArray.
newDArray(String) - Method in class dods.dap.DefaultFactory
Construct a new DArray with name n.
newDArray(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DArray with name n.
newDArray(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DArray with name n.
newDArray(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DArray with name n.
newDArray(String) - Method in class dods.servers.www.wwwFactory
Construct a new DArray with name n.
newDArray(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DArray with name n.
newDByte() - Method in class dods.dap.DefaultFactory
Construct a new DByte.
newDByte() - Method in interface dods.dap.BaseTypeFactory
Construct a new DByte.
newDByte() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DByte.
newDByte() - Method in class dods.servers.test.test_ServerFactory
Construct a new DByte.
newDByte() - Method in class dods.servers.www.wwwFactory
Construct a new DByte.
newDByte() - Method in class dods.servers.ascii.asciiFactory
Construct a new DByte.
newDByte(String) - Method in class dods.dap.DefaultFactory
Construct a new DByte with name n.
newDByte(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DByte with name n.
newDByte(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DByte with name n.
newDByte(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DByte with name n.
newDByte(String) - Method in class dods.servers.www.wwwFactory
Construct a new DByte with name n.
newDByte(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DByte with name n.
newDereferenceClause(String) - Method in class dods.dap.Server.ClauseFactory
Generates a clause representing a remote value, referenced by a URL.
newDFloat32() - Method in class dods.dap.DefaultFactory
Construct a new DFloat32.
newDFloat32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat32.
newDFloat32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat32.
newDFloat32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat32.
newDFloat32() - Method in class dods.servers.www.wwwFactory
Construct a new DFloat32.
newDFloat32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.dap.DefaultFactory
Construct a new DFloat32 with name n.
newDFloat32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat32 with name n.
newDFloat32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat32 with name n.
newDFloat32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat32 with name n.
newDFloat32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DFloat32 with name n.
newDFloat32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat32 with name n.
newDFloat64() - Method in class dods.dap.DefaultFactory
Construct a new DFloat64.
newDFloat64() - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat64.
newDFloat64() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat64.
newDFloat64() - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat64.
newDFloat64() - Method in class dods.servers.www.wwwFactory
Construct a new DFloat64.
newDFloat64() - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.dap.DefaultFactory
Construct a new DFloat64 with name n.
newDFloat64(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat64 with name n.
newDFloat64(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat64 with name n.
newDFloat64(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat64 with name n.
newDFloat64(String) - Method in class dods.servers.www.wwwFactory
Construct a new DFloat64 with name n.
newDFloat64(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat64 with name n.
newDGrid() - Method in class dods.dap.DefaultFactory
Construct a new DGrid.
newDGrid() - Method in interface dods.dap.BaseTypeFactory
Construct a new DGrid.
newDGrid() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DGrid.
newDGrid() - Method in class dods.servers.test.test_ServerFactory
Construct a new DGrid.
newDGrid() - Method in class dods.servers.www.wwwFactory
Construct a new DGrid.
newDGrid() - Method in class dods.servers.ascii.asciiFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.dap.DefaultFactory
Construct a new DGrid with name n.
newDGrid(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DGrid with name n.
newDGrid(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DGrid with name n.
newDGrid(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DGrid with name n.
newDGrid(String) - Method in class dods.servers.www.wwwFactory
Construct a new DGrid with name n.
newDGrid(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DGrid with name n.
newDInt16() - Method in class dods.dap.DefaultFactory
Construct a new DInt16.
newDInt16() - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt16.
newDInt16() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt16.
newDInt16() - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt16.
newDInt16() - Method in class dods.servers.www.wwwFactory
Construct a new DInt16.
newDInt16() - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.dap.DefaultFactory
Construct a new DInt16 with name n.
newDInt16(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt16 with name n.
newDInt16(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt16 with name n.
newDInt16(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt16 with name n.
newDInt16(String) - Method in class dods.servers.www.wwwFactory
Construct a new DInt16 with name n.
newDInt16(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt16 with name n.
newDInt32() - Method in class dods.dap.DefaultFactory
Construct a new DInt32.
newDInt32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt32.
newDInt32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt32.
newDInt32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt32.
newDInt32() - Method in class dods.servers.www.wwwFactory
Construct a new DInt32.
newDInt32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.dap.DefaultFactory
Construct a new DInt32 with name n.
newDInt32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt32 with name n.
newDInt32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt32 with name n.
newDInt32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt32 with name n.
newDInt32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DInt32 with name n.
newDInt32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt32 with name n.
newDList() - Method in class dods.dap.DefaultFactory
Construct a new DList.
newDList() - Method in interface dods.dap.BaseTypeFactory
Construct a new DList.
newDList() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DList.
newDList() - Method in class dods.servers.test.test_ServerFactory
Construct a new DList.
newDList() - Method in class dods.servers.www.wwwFactory
Construct a new DList.
newDList() - Method in class dods.servers.ascii.asciiFactory
Construct a new DList.
newDList(String) - Method in class dods.dap.DefaultFactory
Construct a new DList with name n.
newDList(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DList with name n.
newDList(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DList with name n.
newDList(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DList with name n.
newDList(String) - Method in class dods.servers.www.wwwFactory
Construct a new DList with name n.
newDList(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DList with name n.
newDSequence() - Method in class dods.dap.DefaultFactory
Construct a new DSequence.
newDSequence() - Method in interface dods.dap.BaseTypeFactory
Construct a new DSequence.
newDSequence() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DSequence.
newDSequence() - Method in class dods.servers.test.test_ServerFactory
Construct a new DSequence.
newDSequence() - Method in class dods.servers.www.wwwFactory
Construct a new DSequence.
newDSequence() - Method in class dods.servers.ascii.asciiFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.dap.DefaultFactory
Construct a new DSequence with name n.
newDSequence(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DSequence with name n.
newDSequence(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DSequence with name n.
newDSequence(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DSequence with name n.
newDSequence(String) - Method in class dods.servers.www.wwwFactory
Construct a new DSequence with name n.
newDSequence(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DSequence with name n.
newDString() - Method in class dods.dap.DefaultFactory
Construct a new DString.
newDString() - Method in interface dods.dap.BaseTypeFactory
Construct a new DString.
newDString() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DString.
newDString() - Method in class dods.servers.test.test_ServerFactory
Construct a new DString.
newDString() - Method in class dods.servers.www.wwwFactory
Construct a new DString.
newDString() - Method in class dods.servers.ascii.asciiFactory
Construct a new DString.
newDString(String) - Method in class dods.dap.DefaultFactory
Construct a new DString with name n.
newDString(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DString with name n.
newDString(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DString with name n.
newDString(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DString with name n.
newDString(String) - Method in class dods.servers.www.wwwFactory
Construct a new DString with name n.
newDString(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DString with name n.
newDStructure() - Method in class dods.dap.DefaultFactory
Construct a new DStructure.
newDStructure() - Method in interface dods.dap.BaseTypeFactory
Construct a new DStructure.
newDStructure() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DStructure.
newDStructure() - Method in class dods.servers.test.test_ServerFactory
Construct a new DStructure.
newDStructure() - Method in class dods.servers.www.wwwFactory
Construct a new DStructure.
newDStructure() - Method in class dods.servers.ascii.asciiFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.dap.DefaultFactory
Construct a new DStructure with name n.
newDStructure(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DStructure with name n.
newDStructure(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DStructure with name n.
newDStructure(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DStructure with name n.
newDStructure(String) - Method in class dods.servers.www.wwwFactory
Construct a new DStructure with name n.
newDStructure(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DStructure with name n.
newDUInt16() - Method in class dods.dap.DefaultFactory
Construct a new DUInt16.
newDUInt16() - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt16.
newDUInt16() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt16.
newDUInt16() - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt16.
newDUInt16() - Method in class dods.servers.www.wwwFactory
Construct a new DUInt16.
newDUInt16() - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.dap.DefaultFactory
Construct a new DUInt16 with name n.
newDUInt16(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt16 with name n.
newDUInt16(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt16 with name n.
newDUInt16(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt16 with name n.
newDUInt16(String) - Method in class dods.servers.www.wwwFactory
Construct a new DUInt16 with name n.
newDUInt16(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt16 with name n.
newDUInt32() - Method in class dods.dap.DefaultFactory
Construct a new DUInt32.
newDUInt32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt32.
newDUInt32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt32.
newDUInt32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt32.
newDUInt32() - Method in class dods.servers.www.wwwFactory
Construct a new DUInt32.
newDUInt32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.dap.DefaultFactory
Construct a new DUInt32 with name n.
newDUInt32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt32 with name n.
newDUInt32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt32 with name n.
newDUInt32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt32 with name n.
newDUInt32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DUInt32 with name n.
newDUInt32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt32 with name n.
newDURL() - Method in class dods.dap.DefaultFactory
Construct a new DURL.
newDURL() - Method in interface dods.dap.BaseTypeFactory
Construct a new DURL.
newDURL() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DURL.
newDURL() - Method in class dods.servers.test.test_ServerFactory
Construct a new DURL.
newDURL() - Method in class dods.servers.www.wwwFactory
Construct a new DURL.
newDURL() - Method in class dods.servers.ascii.asciiFactory
Construct a new DURL.
newDURL(String) - Method in class dods.dap.DefaultFactory
Construct a new DURL with name n.
newDURL(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DURL with name n.
newDURL(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DURL with name n.
newDURL(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DURL with name n.
newDURL(String) - Method in class dods.servers.www.wwwFactory
Construct a new DURL with name n.
newDURL(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DURL with name n.
newLoadTestArray(String, test_SDArray) - Method in class dods.servers.test.testEngine
Loads test Arrays full of data
newPrimitiveVector() - Method in class dods.dap.DUInt32
Constructs a new UInt32PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DUInt16
Constructs a new UInt16PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DInt32
Constructs a new Int32PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DInt16
Constructs a new Int16PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DFloat64
Constructs a new Float64PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DFloat32
Constructs a new Float32PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DByte
Constructs a new BytePrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DBoolean
Constructs a new BooelanPrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.BaseType
Constructs a new PrimitiveVector object optimized for the particular data type of this BaseType.
newRelOpClause(int, SubClause, List) - Method in class dods.dap.Server.ClauseFactory
Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class.
newRelOpClause(int, SubClause, List) - Method in class dods.servers.sql.SqlClauseFac
Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class.
newToken(int) - Static method in class dods.dap.parser.Token
Returns a new Token object, by default.
newValueClause(BaseType, boolean) - Method in class dods.dap.Server.ClauseFactory
Generates a clause representing a simple value, such as "var1" or "19".
next - Variable in class dods.dap.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextBool() - Method in class dods.servers.test.testEngine
 
nextByte() - Method in class dods.servers.test.testEngine
 
nextchar - Variable in class gnu.getopt.Getopt
The next char to be scanned in the option-element in which the last option character we returned was found.
nextColumn() - Method in class dods.servers.sql.sqlResponse
 
nextElement() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextFloat32() - Method in class dods.servers.test.testEngine
 
nextFloat64() - Method in class dods.servers.test.testEngine
 
nextInt16() - Method in class dods.servers.test.testEngine
 
nextInt32() - Method in class dods.servers.test.testEngine
 
nextMatch() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextString() - Method in class dods.servers.test.testEngine
 
nextUint16() - Method in class dods.servers.test.testEngine
 
nextUint32() - Method in class dods.servers.test.testEngine
 
nextURL() - Method in class dods.servers.test.testEngine
 
NO_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
NO_AUTHORIZATION - Static variable in class dods.dap.DODSException
The user has no authorization to read the DODS URL.
NO_PROGRAM - Static variable in class dods.dap.DODSException
This Error does not contain a program.
NO_SUCH_FILE - Static variable in class dods.dap.DODSException
The file specified by the DODS URL does not exist.
NO_SUCH_VARIABLE - Static variable in class dods.dap.DODSException
The variable specified in the DODS URL does not exist.
NONE - Static variable in class dods.util.OptSwitch
 
NonListDecl() - Method in class dods.dap.parser.DDSParser
 
normalize(String) - Static method in class dods.dap.DDS
The normalize method is used to normalize variable and attribute name strings prior to their comparison with the normalized tokens extracted from the variable and name fields in an Alias declaration.
normalizeToXML(String) - Static method in class dods.dap.XMLparser.DDSXMLParser
This method is used to normalize strings prior to their inclusion in XML documents.
NoSuchAttributeException - exception dods.dap.NoSuchAttributeException.
Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
NoSuchAttributeException(int, String) - Constructor for class dods.dap.NoSuchAttributeException
Construct a NoSuchAttributeException with the specified message and DODS error code see (DODSException).
NoSuchAttributeException(String) - Constructor for class dods.dap.NoSuchAttributeException
Construct a NoSuchAttributeException with the specified message.
NoSuchFunctionException - exception dods.dap.NoSuchFunctionException.
Thrown when an attempt is made to access a function that does not exist.
NoSuchFunctionException(int, String) - Constructor for class dods.dap.NoSuchFunctionException
Construct a NoSuchFunctionException with the specified message and DODS error code see (DODSException).
NoSuchFunctionException(String) - Constructor for class dods.dap.NoSuchFunctionException
Construct a NoSuchFunctionException with the specified message.
NoSuchTypeException - exception dods.dap.NoSuchTypeException.
Thrown when an attempt is made to access a variable that does not exist.
NoSuchTypeException(int, String) - Constructor for class dods.dap.NoSuchTypeException
Construct a NoSuchVariableException with the specified message and DODS error code see (DODSException).
NoSuchTypeException(String) - Constructor for class dods.dap.NoSuchTypeException
Construct a NoSuchVariableException with the specified detail message.
NoSuchVariableException - exception dods.dap.NoSuchVariableException.
Thrown when an attempt is made to access a variable that does not exist.
NoSuchVariableException(int, String) - Constructor for class dods.dap.NoSuchVariableException
Construct a NoSuchVariableException with the specified message and DODS error code see (DODSException).
NoSuchVariableException(String) - Constructor for class dods.dap.NoSuchVariableException
Construct a NoSuchVariableException with the specified detail message.
NOT_EQUAL - Static variable in interface dods.dap.parser.ExprParserConstants
 
not_equal(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
not_equal(BaseType) - Method in class dods.dap.Server.SDURL
 
not_equal(BaseType) - Method in class dods.dap.Server.SDUInt32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDUInt16
 
not_equal(BaseType) - Method in class dods.dap.Server.SDStructure
 
not_equal(BaseType) - Method in class dods.dap.Server.SDString
 
not_equal(BaseType) - Method in class dods.dap.Server.SDSequence
 
not_equal(BaseType) - Method in class dods.dap.Server.SDList
 
not_equal(BaseType) - Method in class dods.dap.Server.SDInt32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDInt16
 
not_equal(BaseType) - Method in class dods.dap.Server.SDGrid
 
not_equal(BaseType) - Method in class dods.dap.Server.SDFloat64
 
not_equal(BaseType) - Method in class dods.dap.Server.SDFloat32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDByte
 
not_equal(BaseType) - Method in class dods.dap.Server.SDBoolean
 
not_equal(BaseType) - Method in class dods.dap.Server.SDArray
 
not_equal(BaseType) - Method in interface dods.dap.Server.RelOps
 
numDimensions() - Method in class dods.dap.DArray
Returns the number of dimensions in this array.
numVariables() - Method in class dods.dap.DDS
Returns the number of variables in the dataset.

O

op(int, BaseType, BaseType) - Static method in class dods.dap.Server.Operator
Performs the Relatove Operation (RelOp) indicated by the parameter oprtr on the 2 passed BaseTypes if appropriate.
openCachedDAS(requestState) - Method in class dods.servers.test.testDataset
Opens a DAS cached on local disk.
openCachedDAS(String, StringBuffer) - Method in class dods.servlet.ServiceDispatcher
 
openCachedDDS(requestState) - Method in class dods.servers.test.testDataset
Opens a DDS cached on local disk.
openCachedDDS(String, StringBuffer) - Method in class dods.servlet.ServiceDispatcher
 
openCachedDDX(requestState) - Method in class dods.servers.test.testDataset
Opens a DDX cached on local disk.
operator - Variable in class dods.dap.Server.RelOpClause
 
Operator - class dods.dap.Server.Operator.
This class contains the code for performing relative operations (RelOps) on BaseTypes.
Operator() - Constructor for class dods.dap.Server.Operator
 
optarg - Variable in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
opterr - Variable in class gnu.getopt.Getopt
Callers store false here to inhibit the error message for unrecognized options.
optind - Variable in class gnu.getopt.Getopt
Index in ARGV of the next element to be scanned.
OPTIONAL_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
optopt - Variable in class gnu.getopt.Getopt
When an unrecognized option is encountered, getopt will return a '?' and store the value of the invalid option here.
optstring - Variable in class gnu.getopt.Getopt
This is the string describing the valid short options.
OptSwitch - class dods.util.OptSwitch.
OptSwitch - class definition for Switches Description: this class defines a switch element.
OptSwitch() - Constructor for class dods.util.OptSwitch
 
OptSwitch(Character, int) - Constructor for class dods.util.OptSwitch
Invocation with explicit Character switchname and type
OptSwitch(int, int) - Constructor for class dods.util.OptSwitch
Invocation with explicit integer switchname and type
ordering - Variable in class gnu.getopt.Getopt
Determines whether we permute arguments or not
outputArea - Variable in class dods.util.geturl.gui.GeturlFrame
The TextArea where output should be written.

P

parent - Variable in class dods.dap.Server.ValueClause
 
parent - Variable in class dods.dap.Server.DereferenceClause
 
parent - Variable in class dods.dap.Server.BTFunctionClause
 
parse_options(String[]) - Static method in class dods.servers.sql.sqlTest
 
parse_options(String[]) - Static method in class dods.servers.sql.JDBCTest
 
parse_options(String[]) - Static method in class dods.servers.test.SDTest
 
parse(InputStream) - Method in class dods.dap.DODSException
Reads an Error description from the named InputStream.
parse(InputStream) - Method in class dods.dap.DDS
Reads a DDS from the named InputStream.
parse(InputStream) - Method in class dods.dap.DAS
Reads a DAS from the named InputStream.
parse(InputStream, DDS, BaseTypeFactory) - Method in class dods.dap.parser.DDSXMLParser
 
parse(InputStream, DDS, BaseTypeFactory) - Method in class dods.dap.XMLparser.DDSXMLParser
Parse the DDX waiting in the InputStream and instantiate all of the member BaseType variables and their associated Attributes into a DDS using the passed BaseTypeFactory
parseConstraint(String) - Method in class dods.dap.Server.CEEvaluator
Parse a constraint expression.
ParsedRequest - class dods.servlet.ParsedRequest.
This holds the parsed information from one particular user request.
ParsedRequest(String, String, String, boolean) - Constructor for class dods.servlet.ParsedRequest
 
ParseException - exception dods.dap.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class dods.dap.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class dods.dap.parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class dods.dap.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseExceptionHandler(ParseException, HttpServletResponse) - Method in class dods.servlet.DODSServlet
Turns a ParseException into a DODS error and sends it to the client.
parseXML(InputStream) - Method in class dods.dap.DDS
Reads a DDX from the named InputStream.
PERMUTE - Static variable in class gnu.getopt.Getopt
PERMUTE is the default.
posixly_correct - Variable in class gnu.getopt.Getopt
The flag determines whether or not we operate in strict POSIX compliance
prefix - Variable in class dods.dap.Server.FunctionLibrary
 
PrimitiveVector - class dods.dap.PrimitiveVector.
A helper class for DVector.
PrimitiveVector(BaseType) - Constructor for class dods.dap.PrimitiveVector
Constructs a new PrimitiveVector.
print_SDDS(ServerDDS, boolean) - Static method in class dods.servers.sql.sqlTest
 
print_SDDS(ServerDDS, boolean) - Static method in class dods.servers.test.SDTest
 
print(OutputStream) - Method in class dods.dap.DODSException
Print the Error message on the given OutputStream.
print(OutputStream) - Method in class dods.dap.DDS
Print the DDS on the given OutputStream.
print(OutputStream) - Method in class dods.dap.AttributeTable
Print the attribute table on the given OutputStream with four spaces of indentation.
print(OutputStream) - Method in class dods.dap.Attribute
Print the attribute on the given OutputStream with four spaces of indentation.
print(OutputStream, String) - Method in class dods.dap.AttributeTable
Print the attribute table on the given OutputStream.
print(OutputStream, String) - Method in class dods.dap.Attribute
Print the attribute on the given OutputStream.
print(PrintWriter) - Method in class dods.dap.DODSException
Print the Error message on the given PrintWriter.
print(PrintWriter) - Method in class dods.dap.DDS
Print the DDS on the given PrintWriter.
print(PrintWriter) - Method in class dods.dap.AttributeTable
Print the attribute table on the given PrintWriter with four spaces of indentation.
print(PrintWriter) - Method in class dods.dap.Attribute
Print the attribute on the given PrintWriter with four spaces of indentation.
print(PrintWriter, String) - Method in class dods.dap.Alias
 
print(PrintWriter, String) - Method in class dods.dap.AttributeTable
Print the attribute table on the given PrintWriter.
print(PrintWriter, String) - Method in class dods.dap.Attribute
 
printAsMapXML(PrintWriter, String, boolean) - Method in class dods.dap.DArray
 
printAttributes(OutputStream) - Method in class dods.dap.BaseType
 
printAttributes(OutputStream, String) - Method in class dods.dap.BaseType
 
printAttributes(PrintWriter) - Method in class dods.dap.BaseType
 
printAttributes(PrintWriter, String) - Method in class dods.dap.BaseType
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwURL
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwUI32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwUI16
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwStructure
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwString
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwSequence
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwList
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwI32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwI16
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwGrid
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwF64
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwF32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwByte
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwBool
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwArray
 
printBrowserForm(PrintWriter, DAS) - Method in interface dods.servers.www.BrowserForm
Returns an string representation of the variables value.
printCatalog(HttpServletRequest, PrintWriter) - Method in class dods.servlet.DODSServlet
 
printColumnNames(ResultSetMetaData) - Static method in class dods.servers.sql.sqlTest
Read the meta data stream and build up column names with type information
printColumnNames(ResultSetMetaData) - Static method in class dods.servers.sql.JDBCTest
Read the meta data stream and build up column names with type information
printColumnNames(ResultSetMetaData, PrintStream) - Method in class dods.servers.sql.dodsSQLServlet
Read the meta data stream and print up column names with type information
printConstrained(OutputStream) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given OutputStream.
printConstrained(PrintWriter) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given PrintWriter.
printConstrainedXML(OutputStream) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given OutputStream.
printConstrainedXML(PrintWriter) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given PrintWriter.
printDAS(OutputStream) - Method in class dods.dap.DDS
Print a DAS constructed from this DDS and it's BaseType variables.
printDAS(PrintWriter) - Method in class dods.dap.DDS
Print a DAS constructed from this DDS and it's BaseType variables.
printDecl(OutputStream) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(OutputStream, String) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(OutputStream, String, boolean) - Method in class dods.dap.BaseType
Print the variable's declaration using OutputStream.
printDecl(OutputStream, String, boolean, boolean) - Method in class dods.dap.BaseType
Print the variable's declaration using OutputStream.
printDecl(PrintWriter) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(PrintWriter, String) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(PrintWriter, String, boolean) - Method in class dods.dap.PrimitiveVector
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean) - Method in class dods.dap.BaseType
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.PrimitiveVector
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.DVector
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.DStructure
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.DSequence
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.DGrid
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.DArray
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.BaseType
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDURL
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDUInt32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDUInt16
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDStructure
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDString
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDSequence
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDList
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDInt32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDInt16
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDGrid
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDFloat64
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDFloat32
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDByte
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDBoolean
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, boolean, boolean) - Method in class dods.dap.Server.SDArray
Write the variable's declaration in a C-style syntax.
printDODSException(DODSException) - Static method in class dods.util.Log
 
println(String) - Static method in class dods.util.Log
 
printProps(PrintStream) - Method in class dods.util.iniFile
Prints the iniFile.
printSingleVal(PrintWriter, int) - Method in class dods.dap.UInt32PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.UInt16PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.Int32PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.Int16PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.Float64PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.Float32PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.BytePrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.BooleanPrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.BaseTypePrimitiveVector
Prints the value of a single variable in this vector.
printStatus(PrintWriter) - Method in class dods.servlet.DODSServlet
 
printThrowable(Throwable) - Static method in class dods.util.Log
 
printVal(OutputStream) - Method in class dods.dap.DataDDS
Print the dataset using OutputStream.
printVal(OutputStream, String) - Method in class dods.dap.BaseType
Print the variable's value using OutputStream.
printVal(OutputStream, String, boolean) - Method in class dods.dap.BaseType
Print the variable's value using OutputStream.
printVal(PrintWriter) - Method in class dods.dap.DataDDS
Print the dataset just read.
printVal(PrintWriter, String) - Method in class dods.dap.UInt32PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.UInt16PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.Int32PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.Int16PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.Float64PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.Float32PrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.BytePrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.BooleanPrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.BaseTypePrimitiveVector
Prints the value of all variables in this vector.
printVal(PrintWriter, String) - Method in class dods.dap.BaseType
Print the variable's value.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DVector
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DUInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DUInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DStructure
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DString
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DSequence
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DGrid
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DFloat64
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DFloat32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DByte
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DBoolean
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.DArray
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.BaseType
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDURL
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDUInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDUInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDStructure
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDString
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDSequence
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDList
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDInt32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDInt16
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDGrid
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDFloat64
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDFloat32
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDByte
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDBoolean
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDArray
Prints the value of the variable, with its declaration.
printXML(OutputStream) - Method in class dods.dap.BaseType
 
printXML(OutputStream) - Method in class dods.dap.AttributeTable
 
printXML(OutputStream) - Method in class dods.dap.Attribute
 
printXML(OutputStream, String) - Method in class dods.dap.BaseType
 
printXML(OutputStream, String) - Method in class dods.dap.AttributeTable
 
printXML(OutputStream, String) - Method in class dods.dap.Attribute
 
printXML(PrintWriter) - Method in class dods.dap.DDS
Prints the peristent representation of the DDS as an XML document.
printXML(PrintWriter) - Method in class dods.dap.BaseType
 
printXML(PrintWriter) - Method in class dods.dap.AttributeTable
 
printXML(PrintWriter) - Method in class dods.dap.Attribute
 
printXML(PrintWriter, String) - Method in class dods.dap.BaseType
 
printXML(PrintWriter, String) - Method in class dods.dap.AttributeTable
 
printXML(PrintWriter, String) - Method in class dods.dap.Attribute
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Alias
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.DGrid
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.DDS
Prints the peristent representation of the DDS as an XML document.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.DConstructor
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.DArray
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.BaseType
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.AttributeTable
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Attribute
 
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDURL
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDUInt32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDUInt16
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDStructure
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDString
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDSequence
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDInt32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDInt16
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDGrid
Write the variable's declaration in a C-style syntax.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDFloat64
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDFloat32
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDByte
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDBoolean
Write the variable's declaration in XML.
printXML(PrintWriter, String, boolean) - Method in class dods.dap.Server.SDArray
Write the variable's declaration in XML.
probeObject(Object) - Static method in class dods.util.Tools
Show me lots of stuff about the passed in object
probeRequest(PrintStream, HttpServletRequest) - Method in class dods.servlet.DODSServlet
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(HttpServletRequest) - Method in class dods.servlet.DODSServlet
Processes an incoming HttpServletRequest.
processingInstruction(String, String) - Method in class dods.dap.parser.SaxCH01
 
processResult(ResultSet) - Static method in class dods.servers.sql.sqlTest
 
processResult(ResultSet) - Static method in class dods.servers.sql.JDBCTest
 
processResult(ResultSet, PrintStream) - Method in class dods.servers.sql.dodsSQLServlet
 
progname - Variable in class gnu.getopt.Getopt
Name to print as the program name in error messages.
PROGRAM - Static variable in interface dods.dap.parser.ErrorParserConstants
 
Program() - Method in class dods.dap.parser.ErrorParser
 
programCancel() - Method in class dods.util.geturl.gui.StatusWindow
Allow the program to "press" the cancel button as well as the user.
ProgramCode() - Method in class dods.dap.parser.ErrorParser
 
ProgramType() - Method in class dods.dap.parser.ErrorParser
 
proj_clause() - Method in class dods.dap.parser.ExprParser
 
proj_variable() - Method in class dods.dap.parser.ExprParser
 
projectedComponents(boolean) - Method in class dods.dap.Server.SDGrid
How many prohected components of this Grid object?
projection() - Method in class dods.dap.parser.ExprParser
 
projectionYieldsGrid() - Method in class dods.dap.Server.SDGrid
When projected (using whatever the current constraint provides in the way of a projection) am I still a Grid?
PTYPE - Static variable in interface dods.dap.parser.ErrorParserConstants
 
put(Object, Object) - Method in class dods.util.SortedTable
Maps the specified key to the specified value in this table.

Q

QUOTED_STR - Static variable in interface dods.dap.parser.ExprParserConstants
 
QUOTED_STR - Static variable in interface dods.dap.parser.ErrorParserConstants
 

R

RBRACE - Static variable in interface dods.dap.parser.ExprParserConstants
 
RBRACKET - Static variable in interface dods.dap.parser.ExprParserConstants
 
RE - class gnu.regexp.RE.
RE provides the user interface for compiling and matching regular expressions.
RE_BACKSLASH_ESCAPE_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE(Object) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
read() - Method in class gnu.regexp.REFilterInputStream
Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[]) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(byte[], int, int) - Method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(String, Object) - Method in interface dods.dap.Server.ServerMethods
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDURL
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDUInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDUInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDStructure
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDString
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDSequence
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDList
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDGrid
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDFloat64
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDFloat32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDByte
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDBoolean
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.dap.Server.SDArray
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlURL
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlUI32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlUI16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlStruct
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlString
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlSeq
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlList
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlI32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlI16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlGrid
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlF64
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlF32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlByte
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlBool
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.sql.sqlArray
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDURL
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDUInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDUInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDStructure
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDString
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDList
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDGrid
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDFloat64
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDFloat32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDByte
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDBoolean
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDArray
Read a value from the named dataset for this variable.
read(String, Object) - Method in class dods.servers.test.test_SDSequence
Read a value from the named dataset for this variable.
readChar() - Method in class dods.dap.parser.SimpleCharStream
 
readData(InputStream, StatusUI) - Method in class dods.dap.DataDDS
Read the data stream from the given InputStream.
REApplet - class gnu.regexp.util.REApplet.
This is a simple applet to demonstrate the capabilities of gnu.regexp.
REApplet() - Constructor for class gnu.regexp.util.REApplet
Creates an REApplet.
REException - exception gnu.regexp.REException.
This is the regular expression exception class.
REFilterInputStream - class gnu.regexp.REFilterInputStream.
Replaces instances of a given RE with replacement text.
REFilterInputStream(InputStream, RE, String) - Constructor for class gnu.regexp.REFilterInputStream
Creates an REFilterInputStream.
REG_ANCHORINDEX - Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR - Static variable in class gnu.regexp.REException
Error flag.
REG_BADPAT - Static variable in class gnu.regexp.REException
Error flag.
REG_BADRPT - Static variable in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - Static variable in class gnu.regexp.REException
Error flag.
REG_EBRACK - Static variable in class gnu.regexp.REException
Error flag.
REG_ECTYPE - Static variable in class gnu.regexp.REException
Error flag.
REG_EEND - Static variable in class gnu.regexp.REException
Error flag.
REG_EPAREN - Static variable in class gnu.regexp.REException
Error flag.
REG_ERANGE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESCAPE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESIZE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESPACE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESUBREG - Static variable in class gnu.regexp.REException
Error flag.
REG_ICASE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_NOTBOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - Static variable in class gnu.regexp.RE
Execution flag.
REGEXP - Static variable in interface dods.dap.parser.ExprParserConstants
 
regexp(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
regexp(BaseType) - Method in class dods.dap.Server.SDURL
 
regexp(BaseType) - Method in class dods.dap.Server.SDUInt32
 
regexp(BaseType) - Method in class dods.dap.Server.SDUInt16
 
regexp(BaseType) - Method in class dods.dap.Server.SDStructure
 
regexp(BaseType) - Method in class dods.dap.Server.SDString
 
regexp(BaseType) - Method in class dods.dap.Server.SDSequence
 
regexp(BaseType) - Method in class dods.dap.Server.SDList
 
regexp(BaseType) - Method in class dods.dap.Server.SDInt32
 
regexp(BaseType) - Method in class dods.dap.Server.SDInt16
 
regexp(BaseType) - Method in class dods.dap.Server.SDGrid
 
regexp(BaseType) - Method in class dods.dap.Server.SDFloat64
 
regexp(BaseType) - Method in class dods.dap.Server.SDFloat32
 
regexp(BaseType) - Method in class dods.dap.Server.SDByte
 
regexp(BaseType) - Method in class dods.dap.Server.SDBoolean
 
regexp(BaseType) - Method in class dods.dap.Server.SDArray
 
regexp(BaseType) - Method in interface dods.dap.Server.RelOps
 
RegExpException - exception dods.dap.Server.RegExpException.
Thrown by Operator.op when an attempt is made to parse a improperly formed regular expression.
RegExpException(int, String) - Constructor for class dods.dap.Server.RegExpException
Construct a RegExpException with the specified message and DODS error code see (DODSException).
RegExpException(String) - Constructor for class dods.dap.Server.RegExpException
Construct a RegExpException with the specified detail message.
ReInit(DASParserTokenManager) - Method in class dods.dap.parser.DASParser
 
ReInit(DDSParserTokenManager) - Method in class dods.dap.parser.DDSParser
 
ReInit(ErrorParserTokenManager) - Method in class dods.dap.parser.ErrorParser
 
ReInit(ExprParserTokenManager) - Method in class dods.dap.parser.ExprParser
 
ReInit(InputStream) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class dods.dap.parser.ExprParser
 
ReInit(InputStream) - Method in class dods.dap.parser.ErrorParser
 
ReInit(InputStream) - Method in class dods.dap.parser.DDSParser
 
ReInit(InputStream) - Method in class dods.dap.parser.DASParser
 
ReInit(InputStream, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(Reader) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(Reader) - Method in class dods.dap.parser.ExprParser
 
ReInit(Reader) - Method in class dods.dap.parser.ErrorParser
 
ReInit(Reader) - Method in class dods.dap.parser.DDSParser
 
ReInit(Reader) - Method in class dods.dap.parser.DASParser
 
ReInit(Reader, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.ExprParserTokenManager
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.ErrorParserTokenManager
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.DDSParserTokenManager
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.DASParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.ExprParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.ErrorParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.DDSParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.DASParserTokenManager
 
rel_op() - Method in class dods.dap.parser.ExprParser
 
release() - Method in interface dods.servlet.GuardedDataset
Release the lock, if any, on this dataset.
release() - Method in class dods.servers.sql.sqlDataset
 
release() - Method in class dods.servers.test.testDataset
 
RelOpClause - class dods.dap.Server.RelOpClause.
Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.
RelOpClause(int, SubClause, List) - Constructor for class dods.dap.Server.RelOpClause
Creates a new RelOpClause.
RelOps - interface dods.dap.Server.RelOps.
The RelOps interface defines how each type responds to relational operators.
REMatch - class gnu.regexp.REMatch.
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - class gnu.regexp.REMatchEnumeration.
An REMatchEnumeration enumerates regular expression matches over a given input text.
remove(Object) - Method in class dods.util.SortedTable
Removes the key (and its corresponding value) from this table.
removeClause(Clause) - Method in class dods.dap.Server.CEEvaluator
Remove a clause from the constraint expression.
requestedDistinct() - Method in class dods.servers.sql.SqlQueries
 
requestState - class dods.servlet.requestState.
User requests get parsed into this immutable object.
requestState(String, String, String, boolean, ServletConfig, String, String) - Constructor for class dods.servlet.requestState
 
REQUIRE_ORDER - Static variable in class gnu.getopt.Getopt
Describe how to deal with options that follow non-option ARGV-elements.
REQUIRED_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
reset() - Static method in class dods.util.Log
 
resetCount() - Method in class dods.servlet.DummySink
 
resetCount() - Static method in class dods.servers.test.test_SDFloat64
 
resolveAliases() - Method in class dods.dap.DDS
Before the DDS can be used all of the Aliases in the various AttributeTables must be resolved.
resolveAliases() - Method in class dods.dap.DAS
This method searchs through the DAS for Alias members.
RESyntax - class gnu.regexp.RESyntax.
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax) - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
RETest - class gnu.regexp.util.RETest.
RETest provides a simple way to test regular expressions.
retrieve(String) - Method in class dods.dap.Server.DereferenceClause
 
RETURN_IN_ORDER - Static variable in class gnu.getopt.Getopt
RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two.
rhs - Variable in class dods.dap.Server.RelOpClause
 
RPAREN - Static variable in interface dods.dap.parser.ExprParserConstants
 

S

SaxCH01 - class dods.dap.parser.SaxCH01.
 
SaxCH01(String, XMLReader, Stack) - Constructor for class dods.dap.parser.SaxCH01
 
SBHException - exception dods.dap.Server.SBHException.
The Something Bad Happened (SBH) Exception.
SBHException(int, String) - Constructor for class dods.dap.Server.SBHException
Construct a SBHException with the specified message and DODS error code see (DODSException).
SBHException(String) - Constructor for class dods.dap.Server.SBHException
Construct a SBHException with the specified detail message.
SDArray - class dods.dap.Server.SDArray.
Holds a DODS Server Array value.
SDArray() - Constructor for class dods.dap.Server.SDArray
Constructs a new SDArray.
SDArray(String) - Constructor for class dods.dap.Server.SDArray
Constructs a new SDArray with name n.
SDBoolean - class dods.dap.Server.SDBoolean.
Holds a DODS Server Boolean value.
SDBoolean() - Constructor for class dods.dap.Server.SDBoolean
Constructs a new SDBoolean.
SDBoolean(String) - Constructor for class dods.dap.Server.SDBoolean
Constructs a new SDBoolean with name n.
SDByte - class dods.dap.Server.SDByte.
Holds a DODS Server Byte value.
SDByte() - Constructor for class dods.dap.Server.SDByte
Constructs a new SDByte.
SDByte(String) - Constructor for class dods.dap.Server.SDByte
Constructs a new SDByte with name n.
SDFloat32 - class dods.dap.Server.SDFloat32.
Holds a DODS Server Float32 value.
SDFloat32() - Constructor for class dods.dap.Server.SDFloat32
Constructs a new SDFloat32.
SDFloat32(String) - Constructor for class dods.dap.Server.SDFloat32
Constructs a new SDFloat32 with name n.
SDFloat64 - class dods.dap.Server.SDFloat64.
Holds a DODS Server Float64 value.
SDFloat64() - Constructor for class dods.dap.Server.SDFloat64
Constructs a new SDFloat64.
SDFloat64(String) - Constructor for class dods.dap.Server.SDFloat64
Constructs a new SDFloat64 with name n.
SDGrid - class dods.dap.Server.SDGrid.
Holds a DODS Server Grid value.
SDGrid() - Constructor for class dods.dap.Server.SDGrid
Constructs a new SDGrid.
SDGrid(String) - Constructor for class dods.dap.Server.SDGrid
Constructs a new SDGrid with name n.
SDInt16 - class dods.dap.Server.SDInt16.
Holds a DODS Server Int16 value.
SDInt16() - Constructor for class dods.dap.Server.SDInt16
Constructs a new SDInt16.
SDInt16(String) - Constructor for class dods.dap.Server.SDInt16
Constructs a new SDInt16 with name n.
SDInt32 - class dods.dap.Server.SDInt32.
Holds a DODS Server Int32 value.
SDInt32() - Constructor for class dods.dap.Server.SDInt32
Constructs a new SDInt32.
SDInt32(String) - Constructor for class dods.dap.Server.SDInt32
Constructs a new SDInt32 with name n.
SDList - class dods.dap.Server.SDList.
Holds a DODS Server List value.
SDList() - Constructor for class dods.dap.Server.SDList
Constructs a new SDList.
SDList(String) - Constructor for class dods.dap.Server.SDList
Constructs a new SDList with name n.
SDODSException - exception dods.dap.Server.SDODSException.
SDODS exception.
SDODSException(int, String) - Constructor for class dods.dap.Server.SDODSException
Construct a SDODSException with the specified detail message.
SDSequence - class dods.dap.Server.SDSequence.
Holds a DODS Server Sequence value.
SDSequence() - Constructor for class dods.dap.Server.SDSequence
Constructs a new SDSequence.
SDSequence(String) - Constructor for class dods.dap.Server.SDSequence
Constructs a new SDSequence with name n.
SDString - class dods.dap.Server.SDString.
Holds a DODS Server String value.
SDString() - Constructor for class dods.dap.Server.SDString
Constructs a new SDString.
SDString(String) - Constructor for class dods.dap.Server.SDString
Constructs a new SDString with name n.
SDStructure - class dods.dap.Server.SDStructure.
Holds a DODS Server Structure value.
SDStructure() - Constructor for class dods.dap.Server.SDStructure
Constructs a new SDStructure.
SDStructure(String) - Constructor for class dods.dap.Server.SDStructure
Constructs a new SDStructure with name n.
SDTest - class dods.servers.test.SDTest.
 
SDTest() - Constructor for class dods.servers.test.SDTest
 
SDUInt16 - class dods.dap.Server.SDUInt16.
Holds a DODS Server Unsigned Int16 value.
SDUInt16() - Constructor for class dods.dap.Server.SDUInt16
Constructs a new SDUInt16.
SDUInt16(String) - Constructor for class dods.dap.Server.SDUInt16
Constructs a new SDUInt16 with name n.
SDUInt32 - class dods.dap.Server.SDUInt32.
Holds a DODS Server Unsigned Int32 value.
SDUInt32() - Constructor for class dods.dap.Server.SDUInt32
Constructs a new SDUInt32.
SDUInt32(String) - Constructor for class dods.dap.Server.SDUInt32
Constructs a new SDUInt32 with name n.
SDURL - class dods.dap.Server.SDURL.
Holds a DODS Server URL value.
SDURL() - Constructor for class dods.dap.Server.SDURL
Constructs a new SDURL.
SDURL(String) - Constructor for class dods.dap.Server.SDURL
Constructs a new SDURL with name n.
search(String, Stack) - Method in class dods.dap.DDS
Look for name in the DDS.
selection() - Method in class dods.dap.parser.ExprParser
 
send(String, OutputStream, Object) - Method in class dods.dap.Server.CEEvaluator
This function sends the variables described in the constrained DDS to the output described by sink.
send(String, OutputStream, Object) - Method in class dods.servers.sql.sqlCEEval
This function sends the variables described in the constrained DDS to the output described by sink.
sendASCII(HttpServletRequest, HttpServletResponse, String) - Method in class dods.servlet.dodsASCII
Default handler for DODS ascii requests.
sendDataRequestForm(HttpServletRequest, HttpServletResponse, String, ServerDDS, DAS) - Method in class dods.servlet.dodsHTML
Default handler for DODS .html requests.
sendDIR(HttpServletRequest, HttpServletResponse, requestState) - Method in class dods.servlet.dodsDIR
Default handler for DODS directory requests.
sendDODSError(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.DODSServlet
Sends a DODS error (type UNKNOWN ERROR) to the client and displays a message on the server console.
sendINFO(PrintStream, GuardedDataset, requestState) - Method in class dods.servlet.dodsINFO
Default handler for DODS info requests.
SEPARATOR - Static variable in interface dods.dap.parser.ExprParserConstants
 
SEQUENCE - Static variable in interface dods.dap.parser.DDSParserConstants
 
Sequence() - Method in class dods.dap.parser.DDSParser
 
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in interface dods.dap.Server.ServerMethods
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDURL
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDUInt32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDUInt16
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDStructure
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDString
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDSequence
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDList
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDInt32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDInt16
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDGrid
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDFloat64
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDFloat32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDByte
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDBoolean
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.dap.Server.SDArray
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlURL
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlUI32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlUI16
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlStruct
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlString
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlSeq
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlList
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlI32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlI16
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlGrid
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlF64
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlF32
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlByte
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlBool
Server-side serialization for DODS variables (sub-classes of BaseType).
serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class dods.servers.sql.sqlArray
Server-side serialization for DODS variables (sub-classes of BaseType).
SERVER_VERSION - Static variable in class dods.servlet.ServiceDispatcher
 
ServerArrayMethods - interface dods.dap.Server.ServerArrayMethods.
This interface extends the ArrayMethods for DODS types that extend DArray and DGrid classes.
ServerDDS - class dods.dap.Server.ServerDDS.
ServerDDS is a specialization of DDS for the server-side of DODS.
ServerDDS() - Constructor for class dods.dap.Server.ServerDDS
 
ServerDDS(BaseTypeFactory) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty ServerDDS with the given BaseTypeFactory.
ServerDDS(String) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty Server DDS with the given dataset name.
ServerDDS(String, BaseTypeFactory) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty ServerDDS with the given dataset name and BaseTypeFactory.
ServerDDS(String, BaseTypeFactory, String) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty DDS with the given dataset name and BaseTypeFactory.
ServerMethods - interface dods.dap.Server.ServerMethods.
This interface defines the additional behaviors that Server side types need to support.
ServerSideFunction - interface dods.dap.Server.ServerSideFunction.
Represents common interface of all server-side functions (SSF).
ServerVersion - class dods.dap.ServerVersion.
This class is a convenient place to store the major and minor version number of the remote server, as well as the full version string.
ServerVersion(int, int) - Constructor for class dods.dap.ServerVersion
Construct a new ServerVersion, setting major and minor version explicitly.
ServerVersion(String) - Constructor for class dods.dap.ServerVersion
Construct a new ServerVersion, setting major and minor version based on the full version string.
serviceDataURL(String, String) - Method in class dods.servlet.ServiceDispatcher
 
serviceDDX(String) - Method in class dods.servlet.ServiceDispatcher
 
ServiceDispatcher - class dods.servlet.ServiceDispatcher.
 
ServiceDispatcher() - Constructor for class dods.servlet.ServiceDispatcher
 
ServiceInitializer - class dods.servlet.ServiceInitializer.
This servlet serves as container for any initialization parameters required by the service dispatcher.
ServiceInitializer() - Constructor for class dods.servlet.ServiceInitializer
 
serviceVersion() - Method in class dods.servlet.ServiceDispatcher
 
set - Variable in class dods.util.OptSwitch
 
set(int) - Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
set(String, boolean) - Static method in class dods.util.Debug
 
setAllReadFlags(boolean) - Method in class dods.dap.Server.SDSequence
Set the Read property.
setArgv(String[]) - Method in class gnu.getopt.Getopt
Since in GNU getopt() the argument vector is passed back in to the function every time, the caller can swap out argv on the fly.
setBlobURL(String) - Method in class dods.dap.DDS
Set's the BLOB url for this DDS.
setCount(int) - Method in class dods.servlet.DummySink
 
setCountQuery(String) - Method in class dods.servers.sql.SqlQueries
 
setCurrentColumn(int) - Method in class dods.servers.sql.sqlResponse
 
setDatasetFilename(String) - Method in class dods.dap.Server.ServerDDS
Set the filename of the dataset.
setDebugStream(PrintStream) - Method in class dods.dap.parser.ExprParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.ErrorParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.DDSParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.DASParserTokenManager
 
setDocumentLocator(Locator) - Method in class dods.dap.parser.SaxCH01
 
setErrorCode(int) - Method in class dods.dap.DODSException
Sets the error code.
setErrorMessage(String) - Method in class dods.dap.DODSException
Sets the error message.
SetHasValue(int) - Method in class dods.util.OptSwitch
Set the value type of the option switch to the type passed
setInternalStorage(Object) - Method in class dods.dap.PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.Int32PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.Int16PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.Float64PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.Float32PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.BytePrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.BooleanPrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.BaseTypePrimitiveVector
Set the internal storage for PrimitiveVector.
setLength(int) - Method in class dods.dap.PrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.Int32PrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.Int16PrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.Float64PrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.Float32PrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.DVector
Sets the number of elements in the vector.
setLength(int) - Method in class dods.dap.BytePrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.BooleanPrimitiveVector
Sets the number of elements in the array.
setLength(int) - Method in class dods.dap.BaseTypePrimitiveVector
Sets the number of elements in the array.
setLevel(int) - Method in class dods.dap.DSequence
Sets the level of this sequence.
setMainQuery(String) - Method in class dods.servers.sql.SqlQueries
 
setMaxRows(int) - Method in class dods.servers.sql.sqlResponse
 
setMimeBinary(OutputStream, int, String, int) - Static method in class dods.servlet.MimeUtil
 
setMimeBinary(PrintStream, int, String, int) - Static method in class dods.servlet.MimeUtil
 
setMimeError(OutputStream, int, String, String) - Static method in class dods.servlet.MimeUtil
 
setMimeError(PrintStream, int, String, String) - Static method in class dods.servlet.MimeUtil
 
setMimeText(OutputStream, int, String, int) - Static method in class dods.servlet.MimeUtil
 
setMimeText(PrintStream, int, String, int) - Static method in class dods.servlet.MimeUtil
 
setMyAttribute(Attribute) - Method in class dods.dap.Alias
 
setMyVariable(BaseType) - Method in class dods.dap.Alias
 
setName(String) - Method in class dods.dap.DArrayDimension
Set the dimension name.
setName(String) - Method in class dods.dap.BaseType
Sets the name of the class instance.
setName(String) - Method in class dods.dap.AttributeTable
Returns the name of this AttributeTable.
setName(String) - Method in class dods.dap.Attribute
Returns the attribute's name.
setOpterr(boolean) - Method in class gnu.getopt.Getopt
Normally Getopt will print a message to the standard error when an invalid option is encountered.
setOptind(int) - Method in class gnu.getopt.Getopt
This method allows the optind index to be set manually.
setOptstring(String) - Method in class gnu.getopt.Getopt
In GNU getopt, it is possible to change the string containg valid options on the fly because it is passed as an argument to getopt() each time.
setParent(BaseType) - Method in class dods.dap.BaseType
 
setParent(Clause) - Method in class dods.dap.Server.ValueClause
 
setParent(Clause) - Method in interface dods.dap.Server.SubClause
Sets the parent of this subclause.
setParent(Clause) - Method in class dods.dap.Server.DereferenceClause
 
setParent(Clause) - Method in class dods.dap.Server.BTFunctionClause
 
setPrefix(String) - Method in class dods.dap.Server.FunctionLibrary
Sets the prefix to use for classname lookup.
setProgramSource(String) - Method in class dods.dap.DODSException
Sets the program source.
setProgramType(int) - Method in class dods.dap.DODSException
Sets the program type.
setProject(boolean) - Method in interface dods.dap.Server.ServerMethods
Set the Project property of this variable.
setProject(boolean) - Method in class dods.dap.Server.SDURL
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDUInt32
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDUInt16
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDStructure
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDString
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDSequence
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDList
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDInt32
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDInt16
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDGrid
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDFloat64
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDFloat32
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDByte
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDBoolean
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDArray
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in interface dods.dap.Server.ServerMethods
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDURL
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDUInt32
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDUInt16
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDStructure
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDString
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDSequence
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDList
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDInt32
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDInt16
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDGrid
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDFloat64
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDFloat32
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDByte
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDBoolean
Set the state of this variable's projection.
setProject(boolean, boolean) - Method in class dods.dap.Server.SDArray
Set the state of this variable's projection.
setProjection(int, int, int) - Method in class dods.dap.DArrayDimension
Set the projection information for this dimension.
setProjection(int, int, int, int) - Method in interface dods.dap.Server.ServerArrayMethods
 
setProjection(int, int, int, int) - Method in class dods.dap.Server.SDGrid
Set the projection information for this dimension.
setProjection(int, int, int, int) - Method in class dods.dap.Server.SDArray
Set the projection information for this dimension.
setRead(boolean) - Method in interface dods.dap.Server.ServerMethods
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDURL
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDUInt32
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDUInt16
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDStructure
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDString
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDSequence
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDList
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDInt32
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDInt16
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDGrid
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDFloat64
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDFloat32
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDByte
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDBoolean
Set the Read property.
setRead(boolean) - Method in class dods.dap.Server.SDArray
Set the Read property.
setRequestedDistinct(boolean) - Method in class dods.servers.sql.SqlQueries
 
setSection(String) - Method in class dods.util.iniFile
Set the section of the iniFile that you wish to work with.
setSize(int) - Method in class dods.dap.DArrayDimension
Set the dimension size.
setSynthesized(boolean) - Method in interface dods.dap.Server.ServerMethods
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDURL
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDUInt32
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDUInt16
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDStructure
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDString
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDSequence
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDList
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDInt32
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDInt16
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDGrid
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDFloat64
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDFloat32
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDByte
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDBoolean
Set the Synthesized property.
setSynthesized(boolean) - Method in class dods.dap.Server.SDArray
Set the Synthesized property.
setUserObject(Object) - Method in class dods.servlet.requestState
 
setUserObject(Object) - Method in class dods.servlet.ParsedRequest
 
SetVal(boolean) - Method in class dods.util.OptSwitch
Set the 'set' field of the option switch to 'b'.
SetVal(String) - Method in class dods.util.OptSwitch
Set the 'val' field of the option switch to 's'.
setValue(boolean) - Method in class dods.dap.DBoolean
Set the current value.
setValue(byte) - Method in class dods.dap.DByte
Set the current value.
setValue(double) - Method in class dods.dap.DFloat64
Set the current value.
setValue(float) - Method in class dods.dap.DFloat32
Set the current value.
setValue(int) - Method in class dods.dap.DInt32
Set the current value.
setValue(int, BaseType) - Method in class dods.dap.BaseTypePrimitiveVector
Set the i'th value of the array.
setValue(int, boolean) - Method in class dods.dap.BooleanPrimitiveVector
Set the i'th value of the array.
setValue(int, byte) - Method in class dods.dap.BytePrimitiveVector
Set the i'th value of the array.
setValue(int, double) - Method in class dods.dap.Float64PrimitiveVector
Set the i'th value of the array.
setValue(int, float) - Method in class dods.dap.Float32PrimitiveVector
Set the i'th value of the array.
setValue(int, int) - Method in class dods.dap.Int32PrimitiveVector
Set the i'th value of the array.
setValue(int, short) - Method in class dods.dap.Int16PrimitiveVector
Set the i'th value of the array.
setValue(short) - Method in class dods.dap.DInt16
Set the current value.
setValue(String) - Method in class dods.dap.DString
Set the current value.
SimpleCharStream - class dods.dap.parser.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
size() - Method in class dods.util.SortedTable
Returns the number of keys in this table.
skippedEntity(String) - Method in class dods.dap.parser.SaxCH01
 
someChildHasAttributes(BaseType) - Method in class dods.dap.DConstructor
 
SortedTable - class dods.util.SortedTable.
SortedTable looks exactly like Hashtable but preserves the insertion order of elements.
SortedTable() - Constructor for class dods.util.SortedTable
 
specialConstructor - Variable in class dods.dap.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class dods.dap.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
sqlArray - class dods.servers.sql.sqlArray.
Holds a DODS Server sqlArray value.
sqlArray() - Constructor for class dods.servers.sql.sqlArray
Constructs a new sqlArray.
sqlArray(String) - Constructor for class dods.servers.sql.sqlArray
Constructs a new sqlArray with name n.
sqlBool - class dods.servers.sql.sqlBool.
Holds a DODS Server Boolean value.
sqlBool() - Constructor for class dods.servers.sql.sqlBool
Constructs a new sqlBool.
sqlBool(String) - Constructor for class dods.servers.sql.sqlBool
Constructs a new sqlBool with name n.
SqlBoolFunction - interface dods.servers.sql.SqlBoolFunction.
Represents a server side function that is SQL enabled.
SqlBTFunction - interface dods.servers.sql.SqlBTFunction.
Represents a server side function that is SQL enabled.
sqlByte - class dods.servers.sql.sqlByte.
Holds a DODS Server sqlByte value.
sqlByte() - Constructor for class dods.servers.sql.sqlByte
Constructs a new sqlByte.
sqlByte(String) - Constructor for class dods.servers.sql.sqlByte
Constructs a new sqlByte with name n.
sqlCEEval - class dods.servers.sql.sqlCEEval.
This class is used to parse and evaluate a constraint expression.
sqlCEEval(ServerDDS) - Constructor for class dods.servers.sql.sqlCEEval
Construct a new sqlCEEval with dds as the DDS object with which to resolve all variable and function names.
sqlCEEval(ServerDDS, ClauseFactory) - Constructor for class dods.servers.sql.sqlCEEval
Construct a new sqlCEEvaluator with dds as the DDS object with which to resolve all variable and function names, and clauseFactory as a source of Clause objects .
SqlClauseFac - class dods.servers.sql.SqlClauseFac.
Generates Clause objects for the constraint expression parser.
SqlClauseFac() - Constructor for class dods.servers.sql.SqlClauseFac
Creates a new clause factory.
SqlClauseFac(FunctionLibrary) - Constructor for class dods.servers.sql.SqlClauseFac
Creates a new clause factory.
sqlDataset - class dods.servers.sql.sqlDataset.
This is the DODS Test servlet (dts).
sqlDDS - class dods.servers.sql.sqlDDS.
sqlDDS is a specialization of ServerDDS for the SQL server-side of DODS.
sqlDDS() - Constructor for class dods.servers.sql.sqlDDS
 
sqlDDS(BaseTypeFactory) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given BaseTypeFactory.
sqlDDS(String) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given dataset name.
sqlDDS(String, BaseTypeFactory) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given dataset name and BaseTypeFactory.
sqlDDS(String, BaseTypeFactory, String) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given dataset name and BaseTypeFactory.
sqlF32 - class dods.servers.sql.sqlF32.
Holds a DODS Server sqlF32 value.
sqlF32() - Constructor for class dods.servers.sql.sqlF32
Constructs a new sqlF32.
sqlF32(String) - Constructor for class dods.servers.sql.sqlF32
Constructs a new sqlF32 with name n.
sqlF64 - class dods.servers.sql.sqlF64.
Holds a DODS Server sqlF64 value.
sqlF64() - Constructor for class dods.servers.sql.sqlF64
Constructs a new sqlF64.
sqlF64(String) - Constructor for class dods.servers.sql.sqlF64
Constructs a new sqlF64 with name n.
sqlGrid - class dods.servers.sql.sqlGrid.
Holds a DODS Server sqlGrid value.
sqlGrid() - Constructor for class dods.servers.sql.sqlGrid
Constructs a new sqlGrid.
sqlGrid(String) - Constructor for class dods.servers.sql.sqlGrid
Constructs a new sqlGrid with name n.
sqlI16 - class dods.servers.sql.sqlI16.
Holds a DODS Server sqlI16 value.
sqlI16() - Constructor for class dods.servers.sql.sqlI16
Constructs a new sqlI16.
sqlI16(String) - Constructor for class dods.servers.sql.sqlI16
Constructs a new sqlI16 with name n.
sqlI32 - class dods.servers.sql.sqlI32.
Holds a DODS Server Int32 value.
sqlI32() - Constructor for class dods.servers.sql.sqlI32
Constructs a new sqlI32.
sqlI32(String) - Constructor for class dods.servers.sql.sqlI32
Constructs a new sqlI32 with name n.
sqlList - class dods.servers.sql.sqlList.
Holds a DODS Server sqlList value.
sqlList() - Constructor for class dods.servers.sql.sqlList
Constructs a new sqlList.
sqlList(String) - Constructor for class dods.servers.sql.sqlList
Constructs a new sqlList with name n.
SqlQueries - class dods.servers.sql.SqlQueries.
 
SqlQueries() - Constructor for class dods.servers.sql.SqlQueries
 
SqlQueries(String, String, boolean) - Constructor for class dods.servers.sql.SqlQueries
 
sqlQuery - Static variable in class dods.servers.sql.JDBCTest
 
SqlRelOpClause - class dods.servers.sql.SqlRelOpClause.
A specialized case of a RelOpClause that can return an SQL representation of its self.
SqlRelOpClause(int, SubClause, List) - Constructor for class dods.servers.sql.SqlRelOpClause
Creates a new SqlRelOpClause.
sqlResponse - class dods.servers.sql.sqlResponse.
 
sqlResponse() - Constructor for class dods.servers.sql.sqlResponse
 
sqlResponse(ResultSet) - Constructor for class dods.servers.sql.sqlResponse
 
sqlResponse(ResultSet, int) - Constructor for class dods.servers.sql.sqlResponse
 
sqlSeq - class dods.servers.sql.sqlSeq.
Holds a DODS Server Sequence value.
sqlSeq() - Constructor for class dods.servers.sql.sqlSeq
Constructs a new test_SDSequence.
sqlSeq(String) - Constructor for class dods.servers.sql.sqlSeq
Constructs a new test_SDSequence with name n.
sqlServerFactory - class dods.servers.sql.sqlServerFactory.
The default server-side Factory for BaseType objects.
sqlServerFactory() - Constructor for class dods.servers.sql.sqlServerFactory
 
sqlString - class dods.servers.sql.sqlString.
Holds a DODS Server String value.
sqlString() - Constructor for class dods.servers.sql.sqlString
Constructs a new test_SDString.
sqlString(String) - Constructor for class dods.servers.sql.sqlString
Constructs a new test_SDString with name n.
sqlStruct - class dods.servers.sql.sqlStruct.
Holds a DODS Server sqlStruct value.
sqlStruct() - Constructor for class dods.servers.sql.sqlStruct
Constructs a new sqlStruct.
sqlStruct(String) - Constructor for class dods.servers.sql.sqlStruct
Constructs a new sqlStruct with name n.
sqlTest - class dods.servers.sql.sqlTest.
 
sqlTest() - Constructor for class dods.servers.sql.sqlTest