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

A

ALIAS - Static variable in interface dods.dap.parser.DASParserConstants
 
AMPERSAND - Static variable in interface dods.dap.parser.ExprParserConstants
 
ARRAY - Static variable in class dods.dap.DGrid
The Array part of the DGrid
ASTERISK - Static variable in interface dods.dap.parser.ExprParserConstants
 
ATTR - Static variable in interface dods.dap.parser.DASParserConstants
 
AbstractClause - class dods.dap.Server.AbstractClause.
Provides default implementations for the Clause interface methods.
AbstractClause() - Constructor for class dods.dap.Server.AbstractClause
 
Alias() - Method in class dods.dap.parser.DASParser
 
ArrayDecl() - Method in class dods.dap.parser.DDSParser
 
AttrList() - Method in class dods.dap.parser.DASParser
 
AttrTuple() - Method in class dods.dap.parser.DASParser
 
Attribute - class dods.dap.Attribute.
An Attribute holds information about a single attribute in an AttributeTable.
Attribute(AttributeTable) - Constructor for class dods.dap.Attribute
Deprecated. Use the ctor with the name.
Attribute(int, String, String, boolean) - Constructor for class dods.dap.Attribute
Construct an Attribute with the given type and initial value.
Attribute(int, String, String) - 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, Attribute) - Constructor for class dods.dap.Attribute
Construct an attribute aliased to the given name and contents.
Attribute(String, int) - Constructor for class dods.dap.Attribute
Construct an empty attribute with the given type.
Attribute() - Method in class dods.dap.parser.DASParser
 
AttributeBadValueException - exception dods.dap.AttributeBadValueException.
Thrown by Attribute when a bad value (not one of the supported types) is stored in an Attribute.
AttributeBadValueException(String) - Constructor for class dods.dap.AttributeBadValueException
Construct a AttributeBadValueException with the specified message.
AttributeBadValueException(int, String) - Constructor for class dods.dap.AttributeBadValueException
Construct a AttributeBadValueException with the specified message and DODS error code see (DODSException).
AttributeExistsException - exception dods.dap.AttributeExistsException.
Thrown by AttributeTable when an attempt is made to create an attribute that already exists.
AttributeExistsException(String) - Constructor for class dods.dap.AttributeExistsException
Construct a AttributeExistsException with the specified message.
AttributeExistsException(int, String) - Constructor for class dods.dap.AttributeExistsException
Construct a AttributeExistsException with the specified message and DODS error code see (DODSException).
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.
Attributes(DAS) - Method in class dods.dap.parser.DASParser
 
acceptVal() - Method in class dods.util.OptSwitch
Return whether the option switch accepts values or no
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.
addAttributeTable(String, AttributeTable) - Method in class dods.dap.DAS
Adds an AttributeTable to the DAS.
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, int) - Method in class dods.dap.DConstructor
Adds a variable to the container.
addVariable(BaseType) - Method in class dods.dap.DConstructor
Adds a variable to the container.
addVariable(BaseType) - Method in class dods.dap.DDS
Adds a variable to the DDS.
addVariable(BaseType, int) - Method in class dods.dap.DGrid
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.DStructure
Adds a variable to the container.
addVariable(BaseType) - Method in class dods.dap.DVector
Adds a variable to the container.
addVariable(BaseType, int) - Method in class dods.dap.Server.SDGrid
Adds a variable to the container.
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.
adjustBeginLineColumn(int, int) - Method in class dods.dap.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allValues - Variable in class dods.dap.DSequence
The values in this DSequence, stored as a Vector of Vector of BaseType objects.
anyExceptionHandler(Throwable, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Sends an error to the client.
appendAttribute(String, int, String, boolean) - Method in class dods.dap.AttributeTable
Adds an attribute to the table.
appendAttribute(String, int, String) - Method in class dods.dap.AttributeTable
Adds an attribute to the table.
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, String) - Method in class dods.dap.DArray
Given a size and a name, this function adds a dimension to the array.
appendDim(int) - Method in class dods.dap.DArray
Add 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.
appendDim(int) - Method in class dods.dap.Server.SDArray
Add a dimension to the array.
appendValue(String) - Method in class dods.dap.Attribute
Append a value to this attribute.
appendValue(String, boolean) - Method in class dods.dap.Attribute
Append a value to this attribute.
argList() - Method in class dods.util.Getopts
Method to return an array of the actual arguments of the command line invocation.
arg_list() - Method in class dods.dap.parser.ExprParser
 
arrayVar - Variable in class dods.dap.DGrid
The Array component of this DGrid.
array_index(int, ServerArrayMethods) - Method in class dods.dap.parser.ExprParser
 
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.

B

BOOL - Static variable in class dods.util.OptSwitch
 
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.
BYTE - Static variable in class dods.dap.Attribute
Byte attribute type.
BYTE - Static variable in interface dods.dap.parser.DASParserConstants
 
BYTE - Static variable in interface dods.dap.parser.DDSParserConstants
 
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(String) - Constructor for class dods.dap.BadSemanticsException
Construct a BadSemanticsException with the specified detail message.
BadSemanticsException(int, String) - Constructor for class dods.dap.BadSemanticsException
Construct a BadSemanticsException with the specified message and DODS error code see (DODSException).
BadURLException - exception dods.servlet.BadURLException.
Created by IntelliJ IDEA.
BadURLException(String) - Constructor for class dods.servlet.BadURLException
 
BadURLException() - Constructor for class dods.servlet.BadURLException
 
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(String) - Constructor for class dods.dap.BaseType
Constructs a new BaseType with name n.
BaseType() - Method in class dods.dap.parser.DDSParser
 
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.
BeginToken() - Method in class dods.dap.parser.SimpleCharStream
 
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.
BooleanPrimitiveVector - class dods.dap.BooleanPrimitiveVector.
A vector of booleans.
BooleanPrimitiveVector(BaseType) - Constructor for class dods.dap.BooleanPrimitiveVector
Constructs a new BooleanPrimitiveVector.
BrowserForm - interface dods.servers.www.BrowserForm.
 
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
 
backup(int) - Method in class dods.dap.parser.SimpleCharStream
 
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...
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.
boolFunctions - Variable in class dods.dap.Server.FunctionLibrary
 
bool_function() - Method in class dods.dap.parser.ExprParser
 
btFunctions - Variable in class dods.dap.Server.FunctionLibrary
 
bufpos - Variable in class dods.dap.parser.SimpleCharStream
 

C

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.
CODE - Static variable in interface dods.dap.parser.ErrorParserConstants
 
COLON - Static variable in interface dods.dap.parser.ExprParserConstants
 
COMMA - Static variable in interface dods.dap.parser.ExprParserConstants
 
CONTAINER - Static variable in class dods.dap.Attribute
Container attribute type.
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.
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.
ClientIO - interface dods.dap.ClientIO.
Client-side serialization for DODS variables (sub-classes of BaseType).
Code() - Method in class dods.dap.parser.ErrorParser
 
ConstraintExpression - Static variable in class dods.servers.sql.JDBCTest
 
ConstraintExpression - Static variable in class dods.servers.sql.sqlTest
 
ConstraintExpression - Static variable in class dods.servers.test.SDTest
 
Contents() - Method in class dods.dap.parser.ErrorParser
 
cacheShape() - Method in class dods.servers.test.test_SDArray
 
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.SSFdummy
 
checkArgs(List) - Method in class dods.servers.test.SSFdummyval
 
checkSemantics(boolean) - Method in class dods.dap.BaseType
Checks for internal consistency.
checkSemantics() - Method in class dods.dap.BaseType
Check semantics.
checkSemantics(boolean) - Method in class dods.dap.DArray
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DDS
Check the semantics of the DDS.
checkSemantics() - Method in class dods.dap.DDS
Check the semantics of the DDS.
checkSemantics(boolean) - Method in class dods.dap.DGrid
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DSequence
Checks for internal consistency.
checkSemantics(boolean) - Method in class dods.dap.DStructure
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() - Method in class dods.dap.parser.ExprParser
 
clear() - Static method in class dods.util.Debug
 
clone() - Method in class dods.dap.Attribute
Returns a clone of this Attribute.
clone() - Method in class dods.dap.AttributeTable
Returns a clone of this AttributeTable.
clone() - Method in class dods.dap.BaseType
Returns a clone of this BaseType.
clone() - Method in class dods.dap.BaseTypePrimitiveVector
Returns a clone of this BaseTypePrimitiveVector.
clone() - Method in class dods.dap.BooleanPrimitiveVector
Returns a clone of this BooleanPrimitiveVector.
clone() - Method in class dods.dap.BytePrimitiveVector
Returns a clone of this BytePrimitiveVector.
clone() - Method in class dods.dap.DAS
Returns a clone of this DAS.
clone() - Method in class dods.dap.DArray
Returns a clone of this DArray.
clone() - Method in class dods.dap.DArrayDimension
Clone this object
clone() - Method in class dods.dap.DDS
Returns a clone of this DDS.
clone() - Method in class dods.dap.DGrid
Returns a clone of this DGrid.
clone() - Method in class dods.dap.DSequence
Returns a clone of this DSequence.
clone() - Method in class dods.dap.DStructure
Returns a clone of this DSequence.
clone() - Method in class dods.dap.DVector
Returns a clone of this DVector.
clone() - Method in class dods.dap.Float32PrimitiveVector
Returns a clone of this Float32PrimitiveVector.
clone() - Method in class dods.dap.Float64PrimitiveVector
Returns a clone of this Float64PrimitiveVector.
clone() - Method in class dods.dap.Int16PrimitiveVector
Returns a clone of this Int16PrimitiveVector.
clone() - Method in class dods.dap.Int32PrimitiveVector
Returns a clone of this Int32PrimitiveVector.
clone() - Method in class dods.dap.PrimitiveVector
Returns a clone of this PrimitiveVector.
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
 
component(Stack) - Method in class dods.dap.parser.ExprParser
 
connect2DB() - Static method in class dods.servers.sql.JDBCTest
 
connect2DB() - Static method in class dods.servers.sql.sqlTest
 
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.
convertClauseToSQL(Clause, boolean) - Method in class dods.servers.sql.sqlCEEval
Helper method for convertClausesToSQL().
convertClausesToSQL(boolean) - Method in class dods.servers.sql.sqlCEEval
Helper method for getSQLQuery().
curChar - Variable in class dods.dap.parser.DASParserTokenManager
 
curChar - Variable in class dods.dap.parser.DDSParserTokenManager
 
curChar - Variable in class dods.dap.parser.ErrorParserTokenManager
 
curChar - Variable in class dods.dap.parser.ExprParserTokenManager
 
currentToken - Variable in class dods.dap.parser.ParseException
This is the last token that has been consumed successfully.

D

DAPServlet - class dods.servlet.jake.DAPServlet.
DAP servlet.
DAPServlet() - Constructor for class dods.servlet.jake.DAPServlet
 
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(InputStream) - Constructor for class dods.dap.parser.DASParser
 
DASParser(Reader) - Constructor for class dods.dap.parser.DASParser
 
DASParser(DASParserTokenManager) - 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
 
DATASET - Static variable in interface dods.dap.parser.DDSParserConstants
 
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.
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(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.
DConnect(InputStream) - Constructor for class dods.dap.DConnect
Creates an instance bound to an already open InputStream.
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(String) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given dataset name.
DDS(BaseTypeFactory) - Constructor for class dods.dap.DDS
Creates an empty DDS with the given BaseTypeFactory.
DDS(String, BaseTypeFactory) - 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.JDBCTest
 
DDSFile - Static variable in class dods.servers.sql.sqlTest
 
DDSFile - Static variable in class dods.servers.test.SDTest
 
DDSParser - class dods.dap.parser.DDSParser.
 
DDSParser(InputStream) - Constructor for class dods.dap.parser.DDSParser
 
DDSParser(Reader) - Constructor for class dods.dap.parser.DDSParser
 
DDSParser(DDSParserTokenManager) - 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
 
DEFAULT - Static variable in interface dods.dap.parser.DASParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.DDSParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.ErrorParserConstants
 
DEFAULT - Static variable in interface dods.dap.parser.ExprParserConstants
 
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.
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.
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(String) - Constructor for class dods.dap.DODSException
Construct a DODSException.
DODSException(int, String) - Constructor for class dods.dap.DODSException
Construct a DODSException with the given message.
DODSServlet - class dods.servlet.DODSServlet.
DODSServlet is the base servlet class for all DODS servers.
DODSServlet() - Constructor for class dods.servlet.DODSServlet
 
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
 
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.
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.
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.
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(String) - Constructor for class dods.dap.DataReadException
Construct a DataReadException with the specified detail message.
DataReadException(int, String) - Constructor for class dods.dap.DataReadException
Construct a DataReadException with the specified message and DODS error code see (DODSException).
Dataset(DDS, BaseTypeFactory) - Method in class dods.dap.parser.DDSParser
 
Debug - Static variable in class dods.servers.test.SDTest
 
Debug - class dods.util.Debug.
A minimal implementation of a globally-accessible set of Debug flags.
Debug() - Constructor for class dods.util.Debug
 
Declaration() - Method in class dods.dap.parser.DDSParser
 
Declarations() - Method in class dods.dap.parser.DDSParser
 
DefaultFactory - class dods.dap.DefaultFactory.
The default client-side Factory for BaseType objects.
DefaultFactory() - Constructor for class dods.dap.DefaultFactory
 
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
 
DispatchServlet - class dods.servlet.jake.DispatchServlet.
DODS Dispatch servlet.
DispatchServlet() - Constructor for class dods.servlet.jake.DispatchServlet
 
Done() - Method in class dods.dap.parser.SimpleCharStream
 
DummySink - class dods.servlet.DummySink.
The Servlet to exercise what's available.
DummySink(OutputStream, Deflater, int) - Constructor for class dods.servlet.DummySink
Creates a new output stream with the specified 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) - Constructor for class dods.servlet.DummySink
Creates a new output stream with a defaul compressor and buffer size.
dap_test - class dods.dap.test.dap_test.
 
dap_test() - Constructor for class dods.dap.test.dap_test
 
dasTools - class dods.util.dasTools.
 
dasTools() - Constructor for class dods.util.dasTools
 
das_test - class dods.dap.test.das_test.
 
das_test() - Constructor for class dods.dap.test.das_test
 
dds_test - class dods.dap.test.dds_test.
 
dds_test() - Constructor for class dods.dap.test.dds_test
 
debugStream - Variable in class dods.dap.parser.DASParserTokenManager
 
debugStream - Variable in class dods.dap.parser.DDSParserTokenManager
 
debugStream - Variable in class dods.dap.parser.ErrorParserTokenManager
 
debugStream - Variable in class dods.dap.parser.ExprParserTokenManager
 
defaultDAScache - Static variable in class dods.servlet.requestState
Deprecated. ************************************************************************ Default directory for the cached DAS files.
defaultDDScache - Static variable in class dods.servlet.requestState
Deprecated. ************************************************************************ Default directory for the cached DDS files.
defaultINFOcache - Static variable in class dods.servlet.requestState
Deprecated. ************************************************************************ 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.AttributeTable
Delete the attribute named name.
delAttribute(String, int) - Method in class dods.dap.AttributeTable
Delete the attribute named name.
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.
deleteValueAt(int) - Method in class dods.dap.Attribute
Remove the i'th String from this attribute.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.DBoolean
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.DFloat32
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.DGrid
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.DInt32
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.DString
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.DVector
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.Float64PrimitiveVector
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.Int32PrimitiveVector
Reads data from a DataInputStream.
deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class dods.dap.PrimitiveVector
Reads data from a DataInputStream.
disable_tracing() - Method in class dods.dap.parser.DASParser
 
disable_tracing() - Method in class dods.dap.parser.DDSParser
 
disable_tracing() - Method in class dods.dap.parser.ErrorParser
 
disable_tracing() - Method in class dods.dap.parser.ExprParser
 
dispose() - Method in class dods.util.geturl.gui.GeturlApplet
Dispose of the frame
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.
doGet(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
*********************************************************************** Handles incoming requests from clients.
doGet(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.jake.DispatchServlet
Handle a GET request.
doGetASC(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for DODS ascii data requests.
doGetCatalog(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for DODS catalog.xml requests.
doGetDAS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for the client's DAS request.
doGetDDS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for the client's DDS request.
doGetDIR(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for the client's directory request.
doGetDODS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servers.sql.dodsSQLServlet
Handler for the client's data request.
doGetDODS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servers.test.dts
************************************************************************ Default handler for the client's data request.
doGetDODS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ 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, ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for DODS .html requests.
doGetINFO(HttpServletRequest, HttpServletResponse, ReqState) - 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
doGetVER(HttpServletRequest, HttpServletResponse) - Method in class dods.servlet.DODSServlet
************************************************************************ Default handler for the client's version request.
dods.dap - package dods.dap
This package contains the DODS core classes, known as the Data Access Protocol (DAP).
dods.dap.Server - package dods.dap.Server
This package contains the DODS Server classes.
dods.dap.functions - package dods.dap.functions
 
dods.dap.parser - package dods.dap.parser
This package contains JavaCC generated DAP parser classes.
dods.dap.test - package dods.dap.test
This package contains classes used to test the proper function of dods.dap.
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.servlet.jake - package dods.servlet.jake
This package contains example DODS servlets.
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.
dods.util.gui - package dods.util.gui
 
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
 
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
 
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
 
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
 
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
 
dts - class dods.servers.test.dts.
Purpose:
This is the DODS Test servlet (dts).
dts() - Constructor for class dods.servers.test.dts
 

E

END_OF_SEQUENCE - Static variable in class dods.dap.DSequence
The end of sequence byte marker
EOF - Static variable in interface dods.dap.parser.DASParserConstants
 
EOF - Static variable in interface dods.dap.parser.DDSParserConstants
 
EOF - Static variable in interface dods.dap.parser.ErrorParserConstants
 
EOF - Static variable in interface dods.dap.parser.ExprParserConstants
 
EQUAL - Static variable in interface dods.dap.parser.ExprParserConstants
 
ERROR - Static variable in interface dods.dap.parser.ErrorParserConstants
 
EXPONENT - Static variable in interface dods.dap.parser.ExprParserConstants
 
ErrorObject(DODSException) - Method in class dods.dap.parser.ErrorParser
 
ErrorParser - class dods.dap.parser.ErrorParser.
 
ErrorParser(InputStream) - Constructor for class dods.dap.parser.ErrorParser
 
ErrorParser(Reader) - Constructor for class dods.dap.parser.ErrorParser
 
ErrorParser(ErrorParserTokenManager) - 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
 
ExprParser - class dods.dap.parser.ExprParser.
The constraint expression parser class.
ExprParser(InputStream) - Constructor for class dods.dap.parser.ExprParser
 
ExprParser(Reader) - Constructor for class dods.dap.parser.ExprParser
 
ExprParser(ExprParserTokenManager) - 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
 
elementAt(int) - Method in class dods.util.SortedTable
Returns the element at the specified index.
elementCount(boolean) - Method in class dods.dap.BaseType
Returns the number of variables contained in this object.
elementCount() - Method in class dods.dap.BaseType
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.DSequence
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.
elements() - Method in class dods.util.SortedTable
Returns an enumeration of the values in this table.
enable_tracing() - Method in class dods.dap.parser.DASParser
 
enable_tracing() - Method in class dods.dap.parser.DDSParser
 
enable_tracing() - Method in class dods.dap.parser.ErrorParser
 
enable_tracing() - Method in class dods.dap.parser.ExprParser
 
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.
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.
eol - Variable in class dods.dap.parser.ParseException
The end of line string for this machine.
equal(BaseType) - Method in interface dods.dap.Server.RelOps
 
equal(BaseType) - Method in class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
The RelOps interface defines how each type responds to relational operators.
equal(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
error_box - class dods.util.gui.error_box.
Dispays a simple error message box.
error_box(String) - Constructor for class dods.util.gui.error_box
Construct and display an error dialog box.
error_box(String, String) - Constructor for class dods.util.gui.error_box
Construct and display an error dialog box.
evalClauses(Object) - Method in class dods.dap.Server.CEEvaluator
Evaluate all of the Clauses in the Clause vector.
evaluate(List) - Method in interface dods.dap.Server.BTFunction
Evaluates the function using the argument list given.
evaluate() - Method in class dods.dap.Server.BTFunctionClause
 
evaluate(List) - Method in interface dods.dap.Server.BoolFunction
Evaluates the function using the argument list given.
evaluate() - Method in class dods.dap.Server.BoolFunctionClause
 
evaluate() - Method in class dods.dap.Server.DereferenceClause
 
evaluate() - Method in class dods.dap.Server.RelOpClause
 
evaluate() - Method in interface dods.dap.Server.SubClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in interface dods.dap.Server.TopLevelClause
Evaluates the clause, first calling evaluate() on any sub-clauses it contains.
evaluate() - Method in class dods.dap.Server.ValueClause
Returns the BaseType represented by this clause.
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.SSFdummy
 
evaluate(List) - Method in class dods.servers.test.SSFdummyval
 
expectedTokenSequences - Variable in class dods.dap.parser.ParseException
Each entry in this array is an array of integers.
expr_test - class dods.dap.test.expr_test.
Test the constraint evaluation scanner/parser.
expr_test() - Constructor for class dods.dap.test.expr_test
 
externalize(DataOutputStream) - Method in class dods.dap.BaseTypePrimitiveVector
Writes 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(DataOutputStream) - Method in class dods.dap.BooleanPrimitiveVector
Writes 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) - Method in class dods.dap.BytePrimitiveVector
Writes 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) - Method in interface dods.dap.ClientIO
Writes data to a DataOutputStream.
externalize(DataOutputStream) - Method in class dods.dap.DBoolean
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.DFloat32
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.DGrid
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.DInt32
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.DString
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.DVector
Writes data to a DataOutputStream.
externalize(OutputStream, boolean, boolean) - Method in class dods.dap.DataDDS
Dump the dataset using externalize methods.
externalize(DataOutputStream) - Method in class dods.dap.Float32PrimitiveVector
Writes 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) - Method in class dods.dap.Float64PrimitiveVector
Writes 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) - Method in class dods.dap.Int16PrimitiveVector
Writes 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) - Method in class dods.dap.Int32PrimitiveVector
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) - Method in class dods.dap.PrimitiveVector
Writes data to a DataOutputStream.

F

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.DASParserConstants
 
FLOAT32 - Static variable in interface dods.dap.parser.DDSParserConstants
 
FLOAT64 - Static variable in class dods.dap.Attribute
Float64 attribute type.
FLOAT64 - Static variable in interface dods.dap.parser.DASParserConstants
 
FLOAT64 - Static variable in interface dods.dap.parser.DDSParserConstants
 
Float32PrimitiveVector - class dods.dap.Float32PrimitiveVector.
A vector of doubles.
Float32PrimitiveVector(BaseType) - Constructor for class dods.dap.Float32PrimitiveVector
Constructs a new Float32PrimitiveVector.
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
 
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.
fancyTypeName(BaseType) - Static method in class dods.util.dasTools
 
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.
firstColumn() - Method in class dods.servers.sql.sqlResponse
 
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
 

G

GREATER - Static variable in interface dods.dap.parser.ExprParserConstants
 
GREATER_EQL - Static variable in interface dods.dap.parser.ExprParserConstants
 
GRID - Static variable in interface dods.dap.parser.DDSParserConstants
 
GetImage() - Method in class dods.dap.parser.SimpleCharStream
 
GetSuffix(int) - Method in class dods.dap.parser.SimpleCharStream
 
Getopts - class dods.util.Getopts.
A class for achieving getopts() functionality.
Getopts(String, String[]) - Constructor for class dods.util.Getopts
Basic class constructor.
Geturl - class dods.util.geturl.Geturl.
Java port of the geturl command-line client.
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
 
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.
GuiTest - class dods.util.gui.GuiTest.
Test routine for the dods/util/gui classes
GuiTest() - Constructor for class dods.util.gui.GuiTest
 
generateParseException() - Method in class dods.dap.parser.DASParser
 
generateParseException() - Method in class dods.dap.parser.DDSParser
 
generateParseException() - Method in class dods.dap.parser.ErrorParser
 
generateParseException() - Method in class dods.dap.parser.ExprParser
 
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.ParsedRequest
 
getAcceptsCompressed() - Method in class dods.servlet.ReqState
************************************************************************* Evaluates the (private) request object to determine if the client that sent the request accepts compressed return documents.
getAcceptsCompressed() - Method in class dods.servlet.requestState
Deprecated.  
getAliasedTo() - Method in class dods.dap.Attribute
Returns the name of the attribute aliased to.
getAttribute(String) - Method in class dods.dap.AttributeTable
Returns the Attribute which matches name.
getAttributeTable(String) - Method in class dods.dap.DAS
Returns the AttributeTable with the given name.
getBTFunction(String) - Method in class dods.dap.Server.FunctionLibrary
Retrieves a BaseType function from the library.
getBeginColumn() - Method in class dods.dap.parser.SimpleCharStream
 
getBeginLine() - Method in class dods.dap.parser.SimpleCharStream
 
getBoolFunction(String) - Method in class dods.dap.Server.FunctionLibrary
Retrieves a boolean function from the library.
getCachedShape(int) - Method in class dods.servers.test.test_SDArray
 
getChildren() - Method in class dods.dap.Server.AbstractClause
 
getChildren() - Method in interface dods.dap.Server.Clause
Returns an ordered list of this clause's sub-clauses.
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.ParsedRequest
 
getConstraintExpression() - Method in class dods.servlet.ReqState
 
getConstraintExpression() - Method in class dods.servlet.requestState
Deprecated.  
getContainer() - Method in class dods.dap.Attribute
Returns the AttributeTable container.
getCount() - Method in class dods.servlet.DummySink
 
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.DConnect
Returns the DAS object from the dataset referenced by this object's URL.
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.
getDAS(ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************

In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.

getDAS() - Method in interface dods.servlet.GuardedDataset
Get the DAS for this Dataset.
getDAS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.DAPServlet
Get the DODS DAS.
getDAS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.DispatchServlet
Get the DODS DAS.
getDAS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.ProxyServlet
Get the DODS DAS.
getDASButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDASCache() - Method in class dods.servlet.ReqState
This method will attempt to get the DAS cache directory name from the servlet's InitParameters.
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 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() - Static method in class dods.servers.sql.sqlTest
 
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() - Method in interface dods.servlet.GuardedDataset
Get the DDS for this Dataset.
getDDS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.DAPServlet
Get the DODS DDS.
getDDS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.DispatchServlet
Get the DODS DDS.
getDDS(HttpServletRequest, HttpServletResponse, String, String) - Method in class dods.servlet.jake.ProxyServlet
Get the DODS DDS.
getDDSButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDDSCache() - Method in class dods.servlet.ReqState
This method will attempt to get the DDS cache directory name from the servlet's InitParameters.
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.
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(StatusUI) - Method in class dods.dap.DConnect
Return the data object with no local constraint expression.
getData(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class dods.servlet.jake.DAPServlet
Get the DODS Dataset.
getData(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class dods.servlet.jake.DispatchServlet
Get the DODS Dataset.
getData(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class dods.servlet.jake.ProxyServlet
Get the DODS Dataset.
getDataButton - Variable in class dods.util.geturl.gui.GeturlFrame
The "Get DAS", "Get DDS", and "Get Data" buttons.
getDataFromUrl(URL, StatusUI, BaseTypeFactory) - Method in class dods.dap.DConnect
 
getDataSet() - Method in class dods.servlet.ParsedRequest
 
getDataSet() - Method in class dods.servlet.ReqState
***********************************************************************
getDataSet() - Method in class dods.servlet.requestState
Deprecated.  
getDataset(ReqState) - 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(ReqState) - Method in class dods.servers.test.dts
 
getDataset(ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ This method must be implemented locally for each DODS server.
getDatasetFilename() - Method in class dods.dap.Server.ServerDDS
Get the dataset filename.
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.
getElementVector() - Method in class dods.util.SortedTable
Returns a Vector containing the elements in the SortedTable.
getEndColumn() - Method in class dods.dap.parser.SimpleCharStream
 
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.
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
getINFOCache() - Method in class dods.servlet.ReqState
This method will attempt to get the INFO cache directory name from the servlet's InitParameters.
getInitParameter(String) - Method in class dods.servlet.ReqState
 
getInitParameter(String) - Method in class dods.servlet.requestState
Deprecated.  
getInitParameterNames() - Method in class dods.servlet.ReqState
 
getInitParameterNames() - Method in class dods.servlet.requestState
Deprecated.  
getInternalStorage() - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.Float64PrimitiveVector
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.Int32PrimitiveVector
Returns (a reference to) the internal storage for this PrimitiveVector object.
getInternalStorage() - Method in class dods.dap.PrimitiveVector
Returns (a reference to) the internal storage for PrimitiveVector.
getKey(int) - Method in class dods.util.SortedTable
Returns the key at the specified index.
getLHS() - Method in class dods.dap.Server.RelOpClause
Returns a SubClause representing the right-hand side of the comparison.
getLength() - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.Float32PrimitiveVector
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.Int16PrimitiveVector
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.PrimitiveVector
Returns the number of elements in the array.
getLevel() - Method in class dods.dap.DSequence
Returns the level of this sequence.
getLine() - Method in class dods.dap.parser.SimpleCharStream
Deprecated.  
getLongName() - Method in class dods.dap.BaseType
 
getMajor() - Method in class dods.dap.ServerVersion
Returns the major version number.
getMaxRows() - Method in class dods.servers.sql.sqlResponse
 
getMessage() - Method in class dods.dap.DODSException
Returns the detail message of this throwable object.
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 dods.dap.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinor() - Method in class dods.dap.ServerVersion
Returns the minor version number.
getName() - Method in class dods.dap.Attribute
Returns the attribute's name.
getName() - Method in class dods.dap.AttributeTable
Returns the name of this AttributeTable.
getName() - Method in class dods.dap.BaseType
Returns the name of the class instance.
getName() - Method in class dods.dap.DArrayDimension
Get the dimension name.
getName() - Method in class dods.dap.DDS
Get the dataset'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.SSFdummy
 
getName() - Method in class dods.servers.test.SSFdummyval
 
getNames() - Method in class dods.dap.AttributeTable
Returns an Enumeration of the attribute names in this AttributeTable.
getNames() - Method in class dods.dap.DAS
Returns an Enumeration of the attribute names in this DAS.
getNextToken() - Method in class dods.dap.parser.DASParser
 
getNextToken() - Method in class dods.dap.parser.DASParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.DDSParser
 
getNextToken() - Method in class dods.dap.parser.DDSParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.ErrorParser
 
getNextToken() - Method in class dods.dap.parser.ErrorParserTokenManager
 
getNextToken() - Method in class dods.dap.parser.ExprParser
 
getNextToken() - Method in class dods.dap.parser.ExprParserTokenManager
 
getOperator() - Method in class dods.dap.Server.RelOpClause
Returns the type of comparison
getOption(Character) - Method in class dods.util.Getopts
getOption
getOption(int) - Method in class dods.util.Getopts
getOption
getParent() - Method in class dods.dap.BaseType
 
getParent() - Method in class dods.dap.Server.BTFunctionClause
 
getParent() - Method in class dods.dap.Server.DereferenceClause
 
getParent() - Method in interface dods.dap.Server.SubClause
Returns the Clause which contains this subclause.
getParent() - Method in class dods.dap.Server.ValueClause
 
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.
getPropList(String) - Method in class dods.util.iniFile
Get the list of properties for the section sectionName.
getProperty(String) - Method in class dods.util.iniFile
Get the named property from the current section.
getRHS() - Method in class dods.dap.Server.RelOpClause
Returns a list of SubClauses representing the right-hand side of the comparison.
getRequestSuffix() - Method in class dods.servlet.ParsedRequest
 
getRequestSuffix() - Method in class dods.servlet.ReqState
 
getRequestSuffix() - Method in class dods.servlet.requestState
Deprecated.  
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.
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
 
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.
getRowVector() - Method in class dods.dap.Server.SDSequence
Get the row vector for into which to read a row os data for this sequence.
getSQLCommand(List) - Method in class dods.servers.sql.SSFunique
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 interface dods.servers.sql.SqlBoolFunction
This methods returns the SQL representation of this function.
getSQLDDS() - Method in interface dods.servers.sql.GuardedSQLDataset
 
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.
getSQLDataset(ReqState) - Method in class dods.servers.sql.dodsSQLServlet
This function must be implemented locally for each DODS server.
getSQLDataset(ReqState) - 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.
getSQLFromClause() - Method in class dods.servers.sql.sqlCEEval
 
getSQLQuery(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.
getSQLVariables() - Method in class dods.servers.sql.sqlCEEval
 
getSQLWhereClause() - Method in class dods.servers.sql.sqlCEEval
 
getSectionList() - Method in class dods.util.iniFile
Get the list of Sections of this .ini File
getServerClassName() - Method in class dods.servlet.ReqState
 
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.

getServerName() - Method in class dods.servlet.ReqState
 
getServerName() - Method in class dods.servlet.requestState
Deprecated.  
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.servers.sql.dodsSQLServlet
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.test.dts
************************************************************************ This method returns a String containing the DODS Server Version...
getServerVersion() - Method in class dods.servlet.DODSServlet
************************************************************************ This function must be implemented locally for each DODS server.
getSize() - Method in class dods.dap.DArrayDimension
Get the dimension size.
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.
getStart() - Method in class dods.dap.DArrayDimension
Get the projection start point for this dimension.
getStart(int) - Method in class dods.dap.Server.SDArray
Gets the start value for the array projection.
getStart(int) - Method in class dods.dap.Server.SDGrid
Gets the start value for the projection of the dimension indicated.
getStart(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
getStop() - Method in class dods.dap.DArrayDimension
Get the projection stop point for this dimension.
getStop(int) - Method in class dods.dap.Server.SDArray
Gets the stop value for the array projection.
getStop(int) - Method in class dods.dap.Server.SDGrid
Gets the stop value for the projection of the dimension indicated.
getStop(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
getStride() - Method in class dods.dap.DArrayDimension
Get the projection stride size for this dimension.
getStride(int) - Method in class dods.dap.Server.SDArray
Gets the stride value for the array projection.
getStride(int) - Method in class dods.dap.Server.SDGrid
Gets the stride value for the projection of the dimension indicated.
getStride(int) - Method in interface dods.dap.Server.ServerArrayMethods
 
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.DASParser
 
getToken(int) - Method in class dods.dap.parser.DDSParser
 
getToken(int) - Method in class dods.dap.parser.ErrorParser
 
getToken(int) - Method in class dods.dap.parser.ExprParser
 
getType() - Method in class dods.dap.Attribute
Returns the attribute type constant.
getTypeName() - Method in class dods.dap.BaseType
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.DBoolean
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.DFloat32
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.DGrid
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.DInt32
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.DSequence
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.DStructure
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.DUInt32
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.DVector
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.
getURL() - Method in class dods.dap.Server.DereferenceClause
 
getUserObject() - Method in class dods.servlet.ParsedRequest
 
getUserObject() - Method in class dods.servlet.ReqState
 
getUserObject() - Method in class dods.servlet.requestState
Deprecated.  
getValue(int) - Method in class dods.dap.BaseTypePrimitiveVector
Return the i'th value as a BaseType.
getValue(int) - Method in class dods.dap.BooleanPrimitiveVector
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() - Method in class dods.dap.DBoolean
Get the current value as a short (16bit int).
getValue() - Method in class dods.dap.DByte
Get the current value as a byte.
getValue() - Method in class dods.dap.DFloat32
Get the current value as a float.
getValue() - Method in class dods.dap.DFloat64
Get the current value as a double.
getValue() - Method in class dods.dap.DInt16
Get the current value as a short (16bit int).
getValue() - Method in class dods.dap.DInt32
Get the current value as an int.
getValue() - Method in class dods.dap.DString
Get the current value as a String.
getValue(int) - Method in class dods.dap.Float32PrimitiveVector
Return the i'th value as a double.
getValue(int) - Method in class dods.dap.Float64PrimitiveVector
Return the i'th value as a double.
getValue(int) - Method in class dods.dap.Int16PrimitiveVector
Return the i'th value as a short.
getValue(int) - Method in class dods.dap.Int32PrimitiveVector
Return the i'th value as an int.
getValue() - Method in class dods.dap.Server.BTFunctionClause
 
getValue() - Method in class dods.dap.Server.BoolFunctionClause
 
getValue() - Method in class dods.dap.Server.DereferenceClause
 
getValue() - Method in class dods.dap.Server.RelOpClause
 
getValue() - Method in interface dods.dap.Server.SubClause
Returns a BaseType containing the current value of the sub-clause.
getValue() - Method in interface dods.dap.Server.TopLevelClause
Returns the current value of the clause.
getValue() - Method in class dods.dap.Server.ValueClause
Returns the BaseType represented by this clause.
getValueAt(int) - Method in class dods.dap.Attribute
Returns the attribute value at index.
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.DConstructor
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DGrid
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DSequence
Gets the indexed variable.
getVar(int) - Method in class dods.dap.DStructure
Gets the indexed variable.
getVariable(String) - Method in class dods.dap.DConstructor
Gets 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.DGrid
Returns the named variable.
getVariable(String) - Method in class dods.dap.DSequence
Returns the named 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.
getVariables() - Method in class dods.dap.DConstructor
Return an Enumeration that can be used to iterate over all of the members of the class.
getVariables() - Method in class dods.dap.DDS
Returns an Enumeration of the dataset variables.
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.DSequence
Return an Enumeration that can be used to iterate over the members of a Sequence.
getVariables() - Method in class dods.dap.DStructure
Return an Enumeration that can be used to iterate over the members of a Structure.
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.
greater(BaseType) - Method in interface dods.dap.Server.RelOps
 
greater(BaseType) - Method in class dods.dap.Server.SDArray
 
greater(BaseType) - Method in class dods.dap.Server.SDBoolean
 
greater(BaseType) - Method in class dods.dap.Server.SDByte
 
greater(BaseType) - Method in class dods.dap.Server.SDFloat32
 
greater(BaseType) - Method in class dods.dap.Server.SDFloat64
 
greater(BaseType) - Method in class dods.dap.Server.SDGrid
 
greater(BaseType) - Method in class dods.dap.Server.SDInt16
 
greater(BaseType) - Method in class dods.dap.Server.SDInt32
 
greater(BaseType) - Method in class dods.dap.Server.SDList
 
greater(BaseType) - Method in class dods.dap.Server.SDSequence
 
greater(BaseType) - Method in class dods.dap.Server.SDString
 
greater(BaseType) - Method in class dods.dap.Server.SDStructure
 
greater(BaseType) - Method in class dods.dap.Server.SDUInt16
 
greater(BaseType) - Method in class dods.dap.Server.SDUInt32
 
greater(BaseType) - Method in class dods.dap.Server.SDURL
 
greater(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
greater_eql(BaseType) - Method in interface dods.dap.Server.RelOps
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDArray
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDBoolean
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDByte
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDFloat32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDFloat64
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDGrid
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDInt16
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDInt32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDList
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDSequence
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDString
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDStructure
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDUInt16
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDUInt32
 
greater_eql(BaseType) - Method in class dods.dap.Server.SDURL
 
greater_eql(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.

I

ID - Static variable in interface dods.dap.parser.ExprParserConstants
 
INT - Static variable in interface dods.dap.parser.ErrorParserConstants
 
INT - Static variable in interface dods.dap.parser.ExprParserConstants
 
INT16 - Static variable in class dods.dap.Attribute
Int16 attribute type.
INT16 - Static variable in interface dods.dap.parser.DASParserConstants
 
INT16 - Static variable in interface dods.dap.parser.DDSParserConstants
 
INT32 - Static variable in class dods.dap.Attribute
Int32 attribute type.
INT32 - Static variable in interface dods.dap.parser.DASParserConstants
 
INT32 - Static variable in interface dods.dap.parser.DDSParserConstants
 
Int16PrimitiveVector - class dods.dap.Int16PrimitiveVector.
A vector of shorts.
Int16PrimitiveVector(BaseType) - Constructor for class dods.dap.Int16PrimitiveVector
Constructs a new Int16PrimitiveVector.
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(String) - Constructor for class dods.dap.Server.InvalidOperatorException
Construct a InvalidOperatorException with the specified detail message.
InvalidOperatorException(int, String) - Constructor for class dods.dap.Server.InvalidOperatorException
Construct a InvalidOperatorException with the specified message and DODS error code (see DODSException).
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(String) - Constructor for class dods.dap.Server.InvalidParameterException
Construct a InvalidParameterException with the specified detail message.
InvalidParameterException(int, String) - Constructor for class dods.dap.Server.InvalidParameterException
Construct a InvalidParameterException with the specified message and DODS error code (see DODSException).
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.
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.
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.servers.sql.dodsSQLServlet
Intitializes the servlet.
init() - Method in class dods.servlet.DODSServlet
************************************************************************ Intitializes the servlet.
init() - Method in class dods.util.geturl.gui.GeturlApplet
Open the frame and add the start button to the layout
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 class dods.dap.Server.AbstractClause
 
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.
isContainer() - Method in class dods.dap.Attribute
Returns true if the attribute is a container.
isDefined() - Method in class dods.dap.Server.AbstractClause
 
isDefined() - Method in interface dods.dap.Server.Clause
Returns whether or not the clause has a defined value.
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.
isProject() - Method in class dods.dap.Server.SDArray
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDBoolean
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDByte
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDFloat32
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDFloat64
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDGrid
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDInt16
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDInt32
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDList
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDSequence
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDString
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDStructure
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDUInt16
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDUInt32
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in class dods.dap.Server.SDURL
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isProject() - Method in interface dods.dap.Server.ServerMethods
Is the given variable marked as projected? If the variable is listed in the projection part of a constraint expression, then the CE parser should mark it as projected.
isRead() - Method in class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Get the value of the Read property.
isRead() - Method in interface dods.dap.Server.ServerMethods
Get the value of the Read property.
isSet(String) - Static method in class dods.util.Debug
 
isSynthesized() - Method in class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Get the value of the Synthesized property.
isSynthesized() - Method in interface dods.dap.Server.ServerMethods
Get the value of the Synthesized property.
isTheClientCompressed(HttpServletRequest) - Method in class dods.servlet.DODSServlet
Deprecated. This method has been encapsulated in the ReqState object and is no longer needed here.

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
 
jScriptCode - Static variable in class dods.servers.www.jscriptCore
 
jj_nt - Variable in class dods.dap.parser.DASParser
 
jj_nt - Variable in class dods.dap.parser.DDSParser
 
jj_nt - Variable in class dods.dap.parser.ErrorParser
 
jj_nt - Variable in class dods.dap.parser.ExprParser
 
jjstrLiteralImages - Static variable in class dods.dap.parser.DASParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.DDSParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.ErrorParserTokenManager
 
jjstrLiteralImages - Static variable in class dods.dap.parser.ExprParserTokenManager
 
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.
kind - Variable in class dods.dap.parser.Token
An integer that describes the kind of this token.

L

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
 
LIST - Static variable in interface dods.dap.parser.DDSParserConstants
 
LPAREN - Static variable in interface dods.dap.parser.ExprParserConstants
 
Length - class dods.dap.functions.Length.
This class implements the length CE function which is used to return the length of List variables.
Length() - Constructor for class dods.dap.functions.Length
 
List() - Method in class dods.dap.parser.DDSParser
 
less(BaseType) - Method in interface dods.dap.Server.RelOps
 
less(BaseType) - Method in class dods.dap.Server.SDArray
 
less(BaseType) - Method in class dods.dap.Server.SDBoolean
 
less(BaseType) - Method in class dods.dap.Server.SDByte
 
less(BaseType) - Method in class dods.dap.Server.SDFloat32
 
less(BaseType) - Method in class dods.dap.Server.SDFloat64
 
less(BaseType) - Method in class dods.dap.Server.SDGrid
 
less(BaseType) - Method in class dods.dap.Server.SDInt16
 
less(BaseType) - Method in class dods.dap.Server.SDInt32
 
less(BaseType) - Method in class dods.dap.Server.SDList
 
less(BaseType) - Method in class dods.dap.Server.SDSequence
 
less(BaseType) - Method in class dods.dap.Server.SDString
 
less(BaseType) - Method in class dods.dap.Server.SDStructure
 
less(BaseType) - Method in class dods.dap.Server.SDUInt16
 
less(BaseType) - Method in class dods.dap.Server.SDUInt32
 
less(BaseType) - Method in class dods.dap.Server.SDURL
 
less(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
less_eql(BaseType) - Method in interface dods.dap.Server.RelOps
 
less_eql(BaseType) - Method in class dods.dap.Server.SDArray
 
less_eql(BaseType) - Method in class dods.dap.Server.SDBoolean
 
less_eql(BaseType) - Method in class dods.dap.Server.SDByte
 
less_eql(BaseType) - Method in class dods.dap.Server.SDFloat32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDFloat64
 
less_eql(BaseType) - Method in class dods.dap.Server.SDGrid
 
less_eql(BaseType) - Method in class dods.dap.Server.SDInt16
 
less_eql(BaseType) - Method in class dods.dap.Server.SDInt32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDList
 
less_eql(BaseType) - Method in class dods.dap.Server.SDSequence
 
less_eql(BaseType) - Method in class dods.dap.Server.SDString
 
less_eql(BaseType) - Method in class dods.dap.Server.SDStructure
 
less_eql(BaseType) - Method in class dods.dap.Server.SDUInt16
 
less_eql(BaseType) - Method in class dods.dap.Server.SDUInt32
 
less_eql(BaseType) - Method in class dods.dap.Server.SDURL
 
less_eql(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
lexStateNames - Static variable in class dods.dap.parser.DASParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.DDSParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.ErrorParserTokenManager
 
lexStateNames - Static variable in class dods.dap.parser.ExprParserTokenManager
 
lhs - Variable in class dods.dap.Server.RelOpClause
 
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
lookingAhead - Variable in class dods.dap.parser.DASParser
 
lookingAhead - Variable in class dods.dap.parser.DDSParser
 
lookingAhead - Variable in class dods.dap.parser.ExprParser
 

M

MALFORMED_EXPR - Static variable in class dods.dap.DODSException
The expression specified in the DODS URL is not valid.
MANTISSA - Static variable in interface dods.dap.parser.ExprParserConstants
 
MAPS - Static variable in class dods.dap.DGrid
The Map part of the DGrid
MSG - Static variable in interface dods.dap.parser.ErrorParserConstants
 
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
 
main(BaseType[]) - Static method in class dods.dap.functions.Length
 
main(String[]) - Static method in class dods.dap.test.dap_test
 
main(String[]) - Static method in class dods.dap.test.das_test
 
main(String[]) - Static method in class dods.dap.test.dds_test
 
main(String[]) - Static method in class dods.dap.test.expr_test
 
main(String[]) - Static method in class dods.servers.sql.JDBCTest
 
main(String[]) - Static method in class dods.servers.sql.sqlTest
 
main(String[]) - Static method in class dods.servers.test.SDTest
 
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 dods.util.gui.GuiTest
 
main(String[]) - Static method in class dods.util.test_iniFile
 
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).
msg_box - class dods.util.gui.msg_box.
Dispays a simple message box.
msg_box(String) - Constructor for class dods.util.gui.msg_box
Construct and display an informational message dialog box.
msg_box(String, String) - Constructor for class dods.util.gui.msg_box
Construct and display an informational message dialog box.

N

NONE - Static variable in class dods.util.OptSwitch
 
NOT_EQUAL - Static variable in interface dods.dap.parser.ExprParserConstants
 
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.
Name() - Method in class dods.dap.parser.DASParser
 
Name() - Method in class dods.dap.parser.DDSParser
 
NoSuchAttributeException - exception dods.dap.NoSuchAttributeException.
Thrown by AttributeTable when an attempt is made to alias to a non-existent attribute.
NoSuchAttributeException(String) - Constructor for class dods.dap.NoSuchAttributeException
Construct a NoSuchAttributeException with the specified message.
NoSuchAttributeException(int, String) - Constructor for class dods.dap.NoSuchAttributeException
Construct a NoSuchAttributeException with the specified message and DODS error code see (DODSException).
NoSuchFunctionException - exception dods.dap.NoSuchFunctionException.
Thrown when an attempt is made to access a function that does not exist.
NoSuchFunctionException(String) - Constructor for class dods.dap.NoSuchFunctionException
Construct a NoSuchFunctionException with the specified message.
NoSuchFunctionException(int, String) - Constructor for class dods.dap.NoSuchFunctionException
Construct a NoSuchFunctionException with the specified message and DODS error code see (DODSException).
NoSuchVariableException - exception dods.dap.NoSuchVariableException.
Thrown when an attempt is made to access a variable that does not exist.
NoSuchVariableException(String) - Constructor for class dods.dap.NoSuchVariableException
Construct a NoSuchVariableException with the specified detail message.
NoSuchVariableException(int, String) - Constructor for class dods.dap.NoSuchVariableException
Construct a NoSuchVariableException with the specified message and DODS error code see (DODSException).
NonListDecl() - Method in class dods.dap.parser.DDSParser
 
name - Variable in class dods.dap.DDS
The dataset name.
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
 
newBTFunctionClause(String, List) - Method in class dods.dap.Server.ClauseFactory
Generates a clause which invokes a function that returns a BaseType.
newBoolFunctionClause(String, List) - Method in class dods.dap.Server.ClauseFactory
Generates a clause which invokes a function that returns a boolean value.
newDArray() - Method in interface dods.dap.BaseTypeFactory
Construct a new DArray.
newDArray(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DArray with name n.
newDArray() - Method in class dods.dap.DefaultFactory
Construct a new DArray.
newDArray(String) - Method in class dods.dap.DefaultFactory
Construct a new DArray with name n.
newDArray() - Method in class dods.servers.ascii.asciiFactory
Construct a new DArray.
newDArray(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DArray with name n.
newDArray() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DArray.
newDArray(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DArray with name n.
newDArray() - Method in class dods.servers.test.test_ServerFactory
Construct a new DArray.
newDArray(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DArray with name n.
newDArray() - Method in class dods.servers.www.wwwFactory
Construct a new DArray.
newDArray(String) - Method in class dods.servers.www.wwwFactory
Construct a new DArray with name n.
newDByte() - Method in interface dods.dap.BaseTypeFactory
Construct a new DByte.
newDByte(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DByte with name n.
newDByte() - Method in class dods.dap.DefaultFactory
Construct a new DByte.
newDByte(String) - Method in class dods.dap.DefaultFactory
Construct a new DByte with name n.
newDByte() - Method in class dods.servers.ascii.asciiFactory
Construct a new DByte.
newDByte(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DByte with name n.
newDByte() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DByte.
newDByte(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DByte with name n.
newDByte() - Method in class dods.servers.test.test_ServerFactory
Construct a new DByte.
newDByte(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DByte with name n.
newDByte() - Method in class dods.servers.www.wwwFactory
Construct a new DByte.
newDByte(String) - Method in class dods.servers.www.wwwFactory
Construct a new DByte with name n.
newDFloat32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat32.
newDFloat32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class dods.dap.DefaultFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.dap.DefaultFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat32 with name n.
newDFloat32() - Method in class dods.servers.www.wwwFactory
Construct a new DFloat32.
newDFloat32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DFloat32 with name n.
newDFloat64() - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat64.
newDFloat64(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class dods.dap.DefaultFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.dap.DefaultFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DFloat64 with name n.
newDFloat64() - Method in class dods.servers.www.wwwFactory
Construct a new DFloat64.
newDFloat64(String) - Method in class dods.servers.www.wwwFactory
Construct a new DFloat64 with name n.
newDGrid() - Method in interface dods.dap.BaseTypeFactory
Construct a new DGrid.
newDGrid(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DGrid with name n.
newDGrid() - Method in class dods.dap.DefaultFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.dap.DefaultFactory
Construct a new DGrid with name n.
newDGrid() - Method in class dods.servers.ascii.asciiFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DGrid with name n.
newDGrid() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DGrid with name n.
newDGrid() - Method in class dods.servers.test.test_ServerFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DGrid with name n.
newDGrid() - Method in class dods.servers.www.wwwFactory
Construct a new DGrid.
newDGrid(String) - Method in class dods.servers.www.wwwFactory
Construct a new DGrid with name n.
newDInt16() - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt16.
newDInt16(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class dods.dap.DefaultFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.dap.DefaultFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt16 with name n.
newDInt16() - Method in class dods.servers.www.wwwFactory
Construct a new DInt16.
newDInt16(String) - Method in class dods.servers.www.wwwFactory
Construct a new DInt16 with name n.
newDInt32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt32.
newDInt32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class dods.dap.DefaultFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.dap.DefaultFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DInt32 with name n.
newDInt32() - Method in class dods.servers.www.wwwFactory
Construct a new DInt32.
newDInt32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DInt32 with name n.
newDList() - Method in interface dods.dap.BaseTypeFactory
Construct a new DList.
newDList(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DList with name n.
newDList() - Method in class dods.dap.DefaultFactory
Construct a new DList.
newDList(String) - Method in class dods.dap.DefaultFactory
Construct a new DList with name n.
newDList() - Method in class dods.servers.ascii.asciiFactory
Construct a new DList.
newDList(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DList with name n.
newDList() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DList.
newDList(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DList with name n.
newDList() - Method in class dods.servers.test.test_ServerFactory
Construct a new DList.
newDList(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DList with name n.
newDList() - Method in class dods.servers.www.wwwFactory
Construct a new DList.
newDList(String) - Method in class dods.servers.www.wwwFactory
Construct a new DList with name n.
newDSequence() - Method in interface dods.dap.BaseTypeFactory
Construct a new DSequence.
newDSequence(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DSequence with name n.
newDSequence() - Method in class dods.dap.DefaultFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.dap.DefaultFactory
Construct a new DSequence with name n.
newDSequence() - Method in class dods.servers.ascii.asciiFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DSequence with name n.
newDSequence() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DSequence with name n.
newDSequence() - Method in class dods.servers.test.test_ServerFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DSequence with name n.
newDSequence() - Method in class dods.servers.www.wwwFactory
Construct a new DSequence.
newDSequence(String) - Method in class dods.servers.www.wwwFactory
Construct a new DSequence with name n.
newDString() - Method in interface dods.dap.BaseTypeFactory
Construct a new DString.
newDString(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DString with name n.
newDString() - Method in class dods.dap.DefaultFactory
Construct a new DString.
newDString(String) - Method in class dods.dap.DefaultFactory
Construct a new DString with name n.
newDString() - Method in class dods.servers.ascii.asciiFactory
Construct a new DString.
newDString(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DString with name n.
newDString() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DString.
newDString(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DString with name n.
newDString() - Method in class dods.servers.test.test_ServerFactory
Construct a new DString.
newDString(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DString with name n.
newDString() - Method in class dods.servers.www.wwwFactory
Construct a new DString.
newDString(String) - Method in class dods.servers.www.wwwFactory
Construct a new DString with name n.
newDStructure() - Method in interface dods.dap.BaseTypeFactory
Construct a new DStructure.
newDStructure(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DStructure with name n.
newDStructure() - Method in class dods.dap.DefaultFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.dap.DefaultFactory
Construct a new DStructure with name n.
newDStructure() - Method in class dods.servers.ascii.asciiFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DStructure with name n.
newDStructure() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DStructure with name n.
newDStructure() - Method in class dods.servers.test.test_ServerFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DStructure with name n.
newDStructure() - Method in class dods.servers.www.wwwFactory
Construct a new DStructure.
newDStructure(String) - Method in class dods.servers.www.wwwFactory
Construct a new DStructure with name n.
newDUInt16() - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt16.
newDUInt16(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class dods.dap.DefaultFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.dap.DefaultFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt16 with name n.
newDUInt16() - Method in class dods.servers.www.wwwFactory
Construct a new DUInt16.
newDUInt16(String) - Method in class dods.servers.www.wwwFactory
Construct a new DUInt16 with name n.
newDUInt32() - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt32.
newDUInt32(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class dods.dap.DefaultFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.dap.DefaultFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DUInt32 with name n.
newDUInt32() - Method in class dods.servers.www.wwwFactory
Construct a new DUInt32.
newDUInt32(String) - Method in class dods.servers.www.wwwFactory
Construct a new DUInt32 with name n.
newDURL() - Method in interface dods.dap.BaseTypeFactory
Construct a new DURL.
newDURL(String) - Method in interface dods.dap.BaseTypeFactory
Construct a new DURL with name n.
newDURL() - Method in class dods.dap.DefaultFactory
Construct a new DURL.
newDURL(String) - Method in class dods.dap.DefaultFactory
Construct a new DURL with name n.
newDURL() - Method in class dods.servers.ascii.asciiFactory
Construct a new DURL.
newDURL(String) - Method in class dods.servers.ascii.asciiFactory
Construct a new DURL with name n.
newDURL() - Method in class dods.servers.sql.sqlServerFactory
Construct a new DURL.
newDURL(String) - Method in class dods.servers.sql.sqlServerFactory
Construct a new DURL with name n.
newDURL() - Method in class dods.servers.test.test_ServerFactory
Construct a new DURL.
newDURL(String) - Method in class dods.servers.test.test_ServerFactory
Construct a new DURL with name n.
newDURL() - Method in class dods.servers.www.wwwFactory
Construct a new DURL.
newDURL(String) - Method in class dods.servers.www.wwwFactory
Construct a new DURL with name n.
newDereferenceClause(String) - Method in class dods.dap.Server.ClauseFactory
Generates a clause representing a remote value, referenced by a URL.
newLoadTestArray(String, test_SDArray) - Method in class dods.servers.test.testEngine
Loads test Arrays full of data
newPrimitiveVector() - Method in class dods.dap.BaseType
Constructs a new PrimitiveVector object optimized for the particular data type of this BaseType.
newPrimitiveVector() - Method in class dods.dap.DBoolean
Constructs a new BooelanPrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DByte
Constructs a new BytePrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DFloat32
Constructs a new Float32PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DFloat64
Constructs a new Float64PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DInt16
Constructs a new Int16PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DInt32
Constructs a new Int32PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DUInt16
Constructs a new UInt16PrimitiveVector.
newPrimitiveVector() - Method in class dods.dap.DUInt32
Constructs a new UInt32PrimitiveVector.
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
 
nextColumn() - Method in class dods.servers.sql.sqlResponse
 
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
 
nextString() - Method in class dods.servers.test.testEngine
 
nextURL() - Method in class dods.servers.test.testEngine
 
nextUint16() - Method in class dods.servers.test.testEngine
 
nextUint32() - Method in class dods.servers.test.testEngine
 
not_equal(BaseType) - Method in interface dods.dap.Server.RelOps
 
not_equal(BaseType) - Method in class dods.dap.Server.SDArray
 
not_equal(BaseType) - Method in class dods.dap.Server.SDBoolean
 
not_equal(BaseType) - Method in class dods.dap.Server.SDByte
 
not_equal(BaseType) - Method in class dods.dap.Server.SDFloat32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDFloat64
 
not_equal(BaseType) - Method in class dods.dap.Server.SDGrid
 
not_equal(BaseType) - Method in class dods.dap.Server.SDInt16
 
not_equal(BaseType) - Method in class dods.dap.Server.SDInt32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDList
 
not_equal(BaseType) - Method in class dods.dap.Server.SDSequence
 
not_equal(BaseType) - Method in class dods.dap.Server.SDString
 
not_equal(BaseType) - Method in class dods.dap.Server.SDStructure
 
not_equal(BaseType) - Method in class dods.dap.Server.SDUInt16
 
not_equal(BaseType) - Method in class dods.dap.Server.SDUInt32
 
not_equal(BaseType) - Method in class dods.dap.Server.SDURL
 
not_equal(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
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

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
 
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
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(ReqState) - Method in class dods.servers.sql.sqlDataset
Opens a DAS cached on local disk.
openCachedDAS(ReqState) - Method in class dods.servers.test.testDataset
Opens a DAS cached on local disk.
openCachedDAS(ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Opens a DAS cached on local disk.
openCachedDDS(ReqState) - Method in class dods.servers.sql.sqlDataset
Opens a DDS cached on local disk.
openCachedDDS(ReqState) - Method in class dods.servers.test.testDataset
Opens a DDS cached on local disk.
openCachedDDS(ReqState) - Method in class dods.servlet.DODSServlet
************************************************************************ Opens a DDS cached on local disk.
operator - Variable in class dods.dap.Server.RelOpClause
 
outputArea - Variable in class dods.util.geturl.gui.GeturlFrame
The TextArea where output should be written.

P

PROGRAM - Static variable in interface dods.dap.parser.ErrorParserConstants
 
PTYPE - Static variable in interface dods.dap.parser.ErrorParserConstants
 
ParseException - exception dods.dap.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class dods.dap.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
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
 
ParsedRequest - class dods.servlet.ParsedRequest.
User requests get parsed into this immutable object.
ParsedRequest(String, String, String, boolean) - Constructor for class dods.servlet.ParsedRequest
 
PrimitiveVector - class dods.dap.PrimitiveVector.
A helper class for DVector.
PrimitiveVector(BaseType) - Constructor for class dods.dap.PrimitiveVector
Constructs a new PrimitiveVector.
Program() - Method in class dods.dap.parser.ErrorParser
 
ProgramCode() - Method in class dods.dap.parser.ErrorParser
 
ProgramType() - Method in class dods.dap.parser.ErrorParser
 
ProxyServlet - class dods.servlet.jake.ProxyServlet.
Proxy servlet.
ProxyServlet() - Constructor for class dods.servlet.jake.ProxyServlet
 
parent - Variable in class dods.dap.Server.BTFunctionClause
 
parent - Variable in class dods.dap.Server.DereferenceClause
 
parent - Variable in class dods.dap.Server.ValueClause
 
parse(InputStream) - Method in class dods.dap.DAS
Reads a DAS 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.DODSException
Reads an Error description from the named InputStream.
parseConstraint(String) - Method in class dods.dap.Server.CEEvaluator
Parse a constraint expression.
parseExceptionHandler(ParseException, HttpServletResponse) - Method in class dods.servlet.DODSServlet
************************************************************************ Turns a ParseException into a DODS error and sends it to the client.
parse_options(String[]) - Static method in class dods.servers.sql.JDBCTest
 
parse_options(String[]) - Static method in class dods.servers.sql.sqlTest
 
parse_options(String[]) - Static method in class dods.servers.test.SDTest
 
prefix - Variable in class dods.dap.Server.FunctionLibrary
 
print(PrintWriter, String) - Method in class dods.dap.AttributeTable
Print the attribute table on the given PrintWriter.
print(OutputStream, String) - Method in class dods.dap.AttributeTable
Print the attribute table on the given OutputStream.
print(PrintWriter) - Method in class dods.dap.AttributeTable
Print the attribute table on the given PrintWriter with four spaces of indentation.
print(OutputStream) - Method in class dods.dap.AttributeTable
Print the attribute table on the given OutputStream with four spaces of indentation.
print(PrintWriter) - Method in class dods.dap.DAS
Print the DAS on the given PrintWriter.
print(OutputStream) - Method in class dods.dap.DAS
Print the DAS on the given OutputStream.
print(PrintWriter) - Method in class dods.dap.DDS
Print the DDS on the given PrintWriter.
print(OutputStream) - Method in class dods.dap.DDS
Print the DDS on the given OutputStream.
print(PrintWriter) - Method in class dods.dap.DODSException
Print the Error message on the given PrintWriter.
print(OutputStream) - Method in class dods.dap.DODSException
Print the Error message on the given OutputStream.
printBrowserForm(PrintWriter, DAS) - Method in interface dods.servers.www.BrowserForm
Returns an string representation of the variables value.
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwArray
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwBool
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwByte
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwF32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwF64
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwGrid
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwI16
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwI32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwList
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwSequence
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwString
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwStructure
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwUI16
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwUI32
 
printBrowserForm(PrintWriter, DAS) - Method in class dods.servers.www.wwwURL
 
printCatalog(PrintWriter) - Method in class dods.servlet.DODSServlet
 
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
printColumnNames(ResultSetMetaData) - Static method in class dods.servers.sql.sqlTest
Read the meta data stream and build up column names with type information
printConstrained(PrintWriter) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given PrintWriter.
printConstrained(OutputStream) - Method in class dods.dap.Server.ServerDDS
Print the constrained DDS on the given OutputStream.
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) - Method in class dods.dap.BaseType
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(PrintWriter) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(OutputStream, String, boolean, boolean) - Method in class dods.dap.BaseType
Print the variable's declaration using OutputStream.
printDecl(OutputStream, String, boolean) - Method in class dods.dap.BaseType
Print the variable's declaration using OutputStream.
printDecl(OutputStream, String) - Method in class dods.dap.BaseType
Print the variable's declaration.
printDecl(OutputStream) - Method in class dods.dap.BaseType
Print the variable's declaration.
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.DGrid
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.DStructure
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.PrimitiveVector
Write the variable's declaration in a C-style syntax.
printDecl(PrintWriter, String, 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.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Write the variable's declaration in a C-style syntax.
printProps(PrintStream) - Method in class dods.util.iniFile
Prints the iniFile.
printSingleVal(PrintWriter, int) - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.Float64PrimitiveVector
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.Int32PrimitiveVector
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.UInt16PrimitiveVector
Prints the value of a single variable in this vector.
printSingleVal(PrintWriter, int) - Method in class dods.dap.UInt32PrimitiveVector
Prints the value of a single variable in this vector.
printStatus(PrintWriter) - Method in class dods.servlet.DODSServlet
 
printVal(PrintWriter, String, boolean) - Method in class dods.dap.BaseType
Prints the value of the variable, with its declaration.
printVal(PrintWriter, String) - Method in class dods.dap.BaseType
Print the variable's value.
printVal(OutputStream, String, boolean) - Method in class dods.dap.BaseType
Print the variable's value using OutputStream.
printVal(OutputStream, String) - Method in class dods.dap.BaseType
Print the variable's value using OutputStream.
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.BooleanPrimitiveVector
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, 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.DBoolean
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.DFloat32
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.DGrid
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.DInt32
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.DString
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.DUInt16
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.DVector
Prints the value of the variable, with its declaration.
printVal(PrintWriter) - Method in class dods.dap.DataDDS
Print the dataset just read.
printVal(OutputStream) - Method in class dods.dap.DataDDS
Print the dataset using OutputStream.
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.Float64PrimitiveVector
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.Int32PrimitiveVector
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, boolean) - Method in class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Prints the value of the variable, with its declaration.
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.UInt32PrimitiveVector
Prints the value of all variables in this vector.
print_SDDS(ServerDDS, boolean) - Static method in class dods.servers.sql.sqlTest
 
print_SDDS(ServerDDS, boolean) - Static method in class dods.servers.test.SDTest
 
probeObject(Object) - Static method in class dods.util.Tools
Show me lots of stuff about the passed in object
probeRequest(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
Deprecated. This method has been moved to the ReqState object and is no longer needed here.
processResult(ResultSet) - Static method in class dods.servers.sql.JDBCTest
 
processResult(ResultSet, PrintStream) - Method in class dods.servers.sql.dodsSQLServlet
 
processResult(ResultSet) - Static method in class dods.servers.sql.sqlTest
 
programCancel() - Method in class dods.util.geturl.gui.StatusWindow
Allow the program to "press" the cancel button as well as the user.
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?
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.ErrorParserConstants
 
QUOTED_STR - Static variable in interface dods.dap.parser.ExprParserConstants
 

R

RBRACE - Static variable in interface dods.dap.parser.ExprParserConstants
 
RBRACKET - Static variable in interface dods.dap.parser.ExprParserConstants
 
REGEXP - Static variable in interface dods.dap.parser.ExprParserConstants
 
RPAREN - Static variable in interface dods.dap.parser.ExprParserConstants
 
ReInit(InputStream) - Method in class dods.dap.parser.DASParser
 
ReInit(Reader) - Method in class dods.dap.parser.DASParser
 
ReInit(DASParserTokenManager) - Method in class dods.dap.parser.DASParser
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.DASParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.DASParserTokenManager
 
ReInit(InputStream) - Method in class dods.dap.parser.DDSParser
 
ReInit(Reader) - Method in class dods.dap.parser.DDSParser
 
ReInit(DDSParserTokenManager) - Method in class dods.dap.parser.DDSParser
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.DDSParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.DDSParserTokenManager
 
ReInit(InputStream) - Method in class dods.dap.parser.ErrorParser
 
ReInit(Reader) - Method in class dods.dap.parser.ErrorParser
 
ReInit(ErrorParserTokenManager) - Method in class dods.dap.parser.ErrorParser
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.ErrorParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.ErrorParserTokenManager
 
ReInit(InputStream) - Method in class dods.dap.parser.ExprParser
 
ReInit(Reader) - Method in class dods.dap.parser.ExprParser
 
ReInit(ExprParserTokenManager) - Method in class dods.dap.parser.ExprParser
 
ReInit(SimpleCharStream) - Method in class dods.dap.parser.ExprParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class dods.dap.parser.ExprParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(Reader) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class dods.dap.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class dods.dap.parser.SimpleCharStream
 
RegExpException - exception dods.dap.Server.RegExpException.
Thrown by Operator.op when an attempt is made to parse a improperly formed regular expression.
RegExpException(String) - Constructor for class dods.dap.Server.RegExpException
Construct a RegExpException with the specified detail message.
RegExpException(int, String) - Constructor for class dods.dap.Server.RegExpException
Construct a RegExpException with the specified message and DODS error code see (DODSException).
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.
ReqState - class dods.servlet.ReqState.
User request information gets cached here for easy access by downstream code.
ReqState(String, String, String, boolean, ServletConfig, String) - Constructor for class dods.servlet.ReqState
Deprecated.  
ReqState(HttpServletRequest, ServletConfig, String) - Constructor for class dods.servlet.ReqState
 
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.dap.Server.SDBoolean
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.SDFloat32
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.SDGrid
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.SDInt32
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.SDSequence
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.SDStructure
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.SDUInt32
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 interface dods.dap.Server.ServerMethods
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.sql.sqlBool
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.sqlF32
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.sqlGrid
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.sqlI32
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.sqlSeq
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.sqlStruct
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.sqlUI32
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.test.test_SDArray
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_SDByte
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_SDFloat64
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_SDInt16
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_SDList
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.
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_SDStructure
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_SDUInt32
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.
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.
regexp(BaseType) - Method in interface dods.dap.Server.RelOps
 
regexp(BaseType) - Method in class dods.dap.Server.SDArray
 
regexp(BaseType) - Method in class dods.dap.Server.SDBoolean
 
regexp(BaseType) - Method in class dods.dap.Server.SDByte
 
regexp(BaseType) - Method in class dods.dap.Server.SDFloat32
 
regexp(BaseType) - Method in class dods.dap.Server.SDFloat64
 
regexp(BaseType) - Method in class dods.dap.Server.SDGrid
 
regexp(BaseType) - Method in class dods.dap.Server.SDInt16
 
regexp(BaseType) - Method in class dods.dap.Server.SDInt32
 
regexp(BaseType) - Method in class dods.dap.Server.SDList
 
regexp(BaseType) - Method in class dods.dap.Server.SDSequence
 
regexp(BaseType) - Method in class dods.dap.Server.SDString
 
regexp(BaseType) - Method in class dods.dap.Server.SDStructure
 
regexp(BaseType) - Method in class dods.dap.Server.SDUInt16
 
regexp(BaseType) - Method in class dods.dap.Server.SDUInt32
 
regexp(BaseType) - Method in class dods.dap.Server.SDURL
 
regexp(BaseType) - Method in interface dods.dap.Server.ServerMethods
The Operator class contains a generalized implementation of this method.
rel_op() - Method in class dods.dap.parser.ExprParser
 
release() - Method in class dods.servers.sql.sqlDataset
 
release() - Method in class dods.servers.test.testDataset
 
release() - Method in interface dods.servlet.GuardedDataset
Release the lock, if any, on this dataset.
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.
requestState - class dods.servlet.requestState.
Deprecated. This class has been replaced by dods.servlet.ReqState which allows the servlet to use bundled files for configuration.
requestState(String, String, String, boolean, ServletConfig, String) - Constructor for class dods.servlet.requestState
Deprecated.  
resetCount() - Static method in class dods.servers.test.test_SDFloat64
 
resetCount() - Method in class dods.servlet.DummySink
 
retrieve(String) - Method in class dods.dap.Server.DereferenceClause
 
rhs - Variable in class dods.dap.Server.RelOpClause
 

S

SBHException - exception dods.dap.Server.SBHException.
The Something Bad Happened (SBH) Exception.
SBHException(String) - Constructor for class dods.dap.Server.SBHException
Construct a SBHException with the specified detail message.
SBHException(int, String) - Constructor for class dods.dap.Server.SBHException
Construct a SBHException with the specified message and DODS error code see (DODSException).
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.
SEPARATOR - Static variable in interface dods.dap.parser.ExprParserConstants
 
SEQUENCE - Static variable in interface dods.dap.parser.DDSParserConstants
 
SSFdummy - class dods.servers.test.SSFdummy.
 
SSFdummy() - Constructor for class dods.servers.test.SSFdummy
 
SSFdummyval - class dods.servers.test.SSFdummyval.
 
SSFdummyval() - Constructor for class dods.servers.test.SSFdummyval
 
SSFunctionException - exception dods.dap.Server.SSFunctionException.
Thrown when a Server Side Function (SSF) is used incorrectly.
SSFunctionException(String) - Constructor for class dods.dap.Server.SSFunctionException
Construct a InvalidOperatorException with the specified detail message.
SSFunctionException(int, String) - Constructor for class dods.dap.Server.SSFunctionException
Construct a InvalidOperatorException with the specified message and DODS error code (see DODSException).
SSFunique - class dods.servers.sql.SSFunique.
Server side function for the DRDS.
SSFunique() - Constructor for class dods.servers.sql.SSFunique
 
START_OF_INSTANCE - Static variable in class dods.dap.DSequence
The start of instance byte marker
STR - Static variable in interface dods.dap.parser.DASParserConstants
 
STR - Static variable in interface dods.dap.parser.ErrorParserConstants
 
STR - Static variable in interface dods.dap.parser.ExprParserConstants
 
STRING - Static variable in class dods.dap.Attribute
String attribute type.
STRING - Static variable in interface dods.dap.parser.DASParserConstants
 
STRING - Static variable in interface dods.dap.parser.DDSParserConstants
 
STRUCTURE - Static variable in interface dods.dap.parser.DDSParserConstants
 
Sequence() - Method in class dods.dap.parser.DDSParser
 
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(String) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty Server DDS with the given dataset name.
ServerDDS(BaseTypeFactory) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty ServerDDS with the given BaseTypeFactory.
ServerDDS(String, BaseTypeFactory) - Constructor for class dods.dap.Server.ServerDDS
Creates an empty ServerDDS 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(String) - Constructor for class dods.dap.ServerVersion
Construct a new ServerVersion, setting major and minor version based on the full version string.
ServerVersion(int, int) - Constructor for class dods.dap.ServerVersion
Construct a new ServerVersion, setting major and minor version explicitly.
SetHasValue(int) - Method in class dods.util.OptSwitch
Set the value type of the option switch to the type passed
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'.
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(Reader, int, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class dods.dap.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class dods.dap.parser.SimpleCharStream
 
SortedTable - class dods.util.SortedTable.
SortedTable looks exactly like Hashtable but preserves the insertion order of elements.
SortedTable() - Constructor for class dods.util.SortedTable
 
SqlBTFunction - interface dods.servers.sql.SqlBTFunction.
Represents a server side function that is SQL enabled.
SqlBoolFunction - interface dods.servers.sql.SqlBoolFunction.
Represents a server side function that is SQL enabled.
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.
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.
StatusUI - interface dods.dap.StatusUI.
This interface is implemented by DODS client user interfaces which give feedback to the user on the status of the current deserialize operation.
StatusWindow - class dods.util.geturl.gui.StatusWindow.
This class implements a simple status window to show DODS deserialize status.
StatusWindow(String) - Constructor for class dods.util.geturl.gui.StatusWindow
Construct the status window to display download status for the given URL.
Strs() - Method in class dods.dap.parser.DASParser
 
Structure() - Method in class dods.dap.parser.DDSParser
 
SubClause - interface dods.dap.Server.SubClause.
Represents a sub-clause of the selection portion of a constraint expression.
SwitchTo(int) - Method in class dods.dap.parser.DASParserTokenManager
 
SwitchTo(int) - Method in class dods.dap.parser.DDSParserTokenManager
 
SwitchTo(int) - Method in class dods.dap.parser.ErrorParserTokenManager
 
SwitchTo(int) - Method in class dods.dap.parser.ExprParserTokenManager
 
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, ReqState) - Method in class dods.servlet.dodsASCII
Default handler for DODS ascii requests.
sendDIR(HttpServletRequest, HttpServletResponse, ReqState) - 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.
sendDataRequestForm(HttpServletRequest, HttpServletResponse, String, ServerDDS, DAS) - Method in class dods.servlet.dodsHTML
Default handler for DODS .html requests.
sendINFO(PrintStream, GuardedDataset, ReqState) - Method in class dods.servlet.dodsINFO
Default handler for DODS info requests.
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.dap.Server.SDBoolean
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.SDFloat32
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.SDGrid
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.SDInt32
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.SDSequence
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.SDStructure
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.SDUInt32
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 interface dods.dap.Server.ServerMethods
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).
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.sqlByte
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.sqlF64
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.sqlI16
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.sqlList
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.sqlString
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.sqlUI16
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.sqlURL
Server-side serialization for DODS variables (sub-classes of BaseType).
set(String, boolean) - Static method in class dods.util.Debug
 
set - Variable in class dods.util.OptSwitch
 
setAllReadFlags(boolean) - Method in class dods.dap.Server.SDSequence
Set the Read property.
setCount(int) - Method in class dods.servlet.DummySink
 
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.DASParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.DDSParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.ErrorParserTokenManager
 
setDebugStream(PrintStream) - Method in class dods.dap.parser.ExprParserTokenManager
 
setDefaultDASCache(String) - Method in class dods.servlet.ReqState
Sets the default DAS Cache directory name to the string cachedir.
setDefaultDDSCache(String) - Method in class dods.servlet.ReqState
Sets the default DDS Cache directory name to the string cachedir.
setDefaultINFOCache(String) - Method in class dods.servlet.ReqState
Sets the default INFO Cache directory name to the string cachedir.
setErrorCode(int) - Method in class dods.dap.DODSException
Sets the error code.
setErrorMessage(String) - Method in class dods.dap.DODSException
Sets the error message.
setInternalStorage(Object) - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.Float64PrimitiveVector
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.Int32PrimitiveVector
Set the internal storage for PrimitiveVector.
setInternalStorage(Object) - Method in class dods.dap.PrimitiveVector
Set the internal storage for PrimitiveVector.
setLength(int) - Method in class dods.dap.BaseTypePrimitiveVector
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.BytePrimitiveVector
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.Float32PrimitiveVector
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.Int16PrimitiveVector
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.PrimitiveVector
Sets the number of elements in the array.
setLevel(int) - Method in class dods.dap.DSequence
Sets the level of this sequence.
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
 
setName(String) - Method in class dods.dap.BaseType
Sets the name of the class instance.
setName(String) - Method in class dods.dap.DArrayDimension
Set the dimension name.
setName(String) - Method in class dods.dap.DDS
Set the dataset's name.
setParent(BaseType) - Method in class dods.dap.BaseType
 
setParent(Clause) - Method in class dods.dap.Server.BTFunctionClause
 
setParent(Clause) - Method in class dods.dap.Server.DereferenceClause
 
setParent(Clause) - Method in interface dods.dap.Server.SubClause
Sets the parent of this subclause.
setParent(Clause) - Method in class dods.dap.Server.ValueClause
 
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, boolean) - Method in class dods.dap.Server.SDArray
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 class dods.dap.Server.SDBoolean
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, boolean) - Method in class dods.dap.Server.SDByte
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, boolean) - Method in class dods.dap.Server.SDFloat32
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, boolean) - Method in class dods.dap.Server.SDFloat64
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, boolean) - Method in class dods.dap.Server.SDGrid
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, boolean) - Method in class dods.dap.Server.SDInt16
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, boolean) - Method in class dods.dap.Server.SDInt32
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, boolean) - Method in class dods.dap.Server.SDList
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, boolean) - Method in class dods.dap.Server.SDSequence
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, boolean) - Method in class dods.dap.Server.SDString
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, boolean) - Method in class dods.dap.Server.SDStructure
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, boolean) - Method in class dods.dap.Server.SDUInt16
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, boolean) - Method in class dods.dap.Server.SDUInt32
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, boolean) - Method in class dods.dap.Server.SDURL
Set the state of this variable's projection.
setProject(boolean) - Method in class dods.dap.Server.SDURL
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) - Method in interface dods.dap.Server.ServerMethods
Set the Project property of this variable.
setProjection(int, int, int) - Method in class dods.dap.DArrayDimension
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.
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 interface dods.dap.Server.ServerArrayMethods
 
setRead(boolean) - Method in class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Set the Read property.
setRead(boolean) - Method in interface dods.dap.Server.ServerMethods
Set the Read property.
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 class dods.dap.Server.SDArray
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.SDByte
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.SDFloat64
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.SDInt16
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.SDList
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.SDString
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.SDUInt16
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.SDURL
Set the Synthesized property.
setSynthesized(boolean) - Method in interface dods.dap.Server.ServerMethods
Set the Synthesized property.
setUserObject(Object) - Method in class dods.servlet.ParsedRequest
 
setUserObject(Object) - Method in class dods.servlet.ReqState
 
setUserObject(Object) - Method in class dods.servlet.requestState
Deprecated.  
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(boolean) - Method in class dods.dap.DBoolean
Set the current value.
setValue(byte) - Method in class dods.dap.DByte
Set the current value.
setValue(float) - Method in class dods.dap.DFloat32
Set the current value.
setValue(double) - Method in class dods.dap.DFloat64
Set the current value.
setValue(short) - Method in class dods.dap.DInt16
Set the current value.
setValue(int) - Method in class dods.dap.DInt32
Set the current value.
setValue(String) - Method in class dods.dap.DString
Set the current value.
setValue(int, float) - Method in class dods.dap.Float32PrimitiveVector
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, short) - Method in class dods.dap.Int16PrimitiveVector
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.
size() - Method in class dods.util.SortedTable
Returns the number of keys in this table.
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.
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 .
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(String) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given dataset name.
sqlDDS(BaseTypeFactory) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given BaseTypeFactory.
sqlDDS(String, BaseTypeFactory) - Constructor for class dods.servers.sql.sqlDDS
Creates an empty sqlDDS with the given dataset name and BaseTypeFactory.
sqlDataset - class dods.servers.sql.sqlDataset.
This is the DODS Test servlet (dts).
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.
sqlQuery - Static variable in class dods.servers.sql.JDBCTest
 
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
 
sqlUI16 - class dods.servers.sql.sqlUI16.
Holds a DODS Server sqlUI16 value.
sqlUI16() - Constructor for class dods.servers.sql.sqlUI16
Constructs a new sqlUI16.
sqlUI16(String) - Constructor for class dods.servers.sql.sqlUI16
Constructs a new sqlUI16 with name n.
sqlUI32 - class dods.servers.sql.sqlUI32.
Holds a DODS Server sqlUI32 value.
sqlUI32() - Constructor for class dods.servers.sql.sqlUI32
Constructs a new sqlUI32.
sqlUI32(String) - Constructor for class dods.servers.sql.sqlUI32
Constructs a new sqlUI32 with name n.
sqlURL - class dods.servers.sql.sqlURL.
Holds a DODS Server sqlURL value.
sqlURL() - Constructor for class dods.servers.sql.sqlURL
Constructs a new sqlURL.
sqlURL(String) - Constructor for class dods.servers.sql.sqlURL
Constructs a new sqlURL with name n.
staticFlag - Static variable in class dods.dap.parser.SimpleCharStream
 
subset(int, int, int) - Method in class dods.dap.BaseTypePrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.BooleanPrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.BytePrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.Float32PrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.Float64PrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.Int16PrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.Int32PrimitiveVector
Create a new primitive vector using a subset of the data.
subset(int, int, int) - Method in class dods.dap.PrimitiveVector
Create a new primitive vector using a subset of the data.
swList() - Method in class dods.util.Getopts
Method to return an Enumeration of the switches that the Getopts object is able to parse (according to its initialization).

T

TCL_PROGRAM - Static variable in class dods.dap.DODSException
This Error contains TCL code.
Token - class dods.dap.parser.Token.
Describes the input token stream.
Token() - Constructor for class dods.dap.parser.Token
 
TokenMgrError - error dods.dap.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class dods.dap.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class dods.dap.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class dods.dap.parser.TokenMgrError
 
Tools - class dods.util.Tools.
 
Tools() - Constructor for class dods.util.Tools
 
TopLevelClause - interface dods.dap.Server.TopLevelClause.
Represents a top-level clause in the selection portion of a constraint expression (CE).
testDataset - class dods.servers.test.testDataset.
This is the DODS Test servlet (dts).
testDataset(ReqState) - Constructor for class dods.servers.test.testDataset
 
testEngine - class dods.servers.test.testEngine.
Used by the test server to reset the server output for each new client request.
testEngine() - Constructor for class dods.servers.test.testEngine
Constructs a new testFlags.
testEngine(ServerDDS) - Constructor for class dods.servers.test.testEngine
 
testNameBuilder(sqlDDS) - Static method in class dods.servers.sql.sqlTest
 
test_SDArray - class dods.servers.test.test_SDArray.
Holds a DODS Server Array value.
test_SDArray() - Constructor for class dods.servers.test.test_SDArray
Constructs a new test_SDArray.
test_SDArray(String) - Constructor for class dods.servers.test.test_SDArray
Constructs a new test_SDArray with name n.
test_SDBoolean - class dods.servers.test.test_SDBoolean.
Holds a DODS Server Boolean value.
test_SDBoolean() - Constructor for class dods.servers.test.test_SDBoolean
Constructs a new test_SDBoolean.
test_SDBoolean(String) - Constructor for class dods.servers.test.test_SDBoolean
Constructs a new test_SDBoolean with name n.
test_SDByte - class dods.servers.test.test_SDByte.
Holds a DODS Server Byte value.
test_SDByte() - Constructor for class dods.servers.test.test_SDByte
Constructs a new test_SDByte.
test_SDByte(String) - Constructor for class dods.servers.test.test_SDByte
Constructs a new test_SDByte with name n.
test_SDFloat32 - class dods.servers.test.test_SDFloat32.
Holds a DODS Server Float32 value.
test_SDFloat32() - Constructor for class dods.servers.test.test_SDFloat32
Constructs a new test_SDFloat32.
test_SDFloat32(String) - Constructor for class dods.servers.test.test_SDFloat32
Constructs a new test_SDFloat32 with name n.
test_SDFloat64 - class dods.servers.test.test_SDFloat64.
Holds a DODS Server Float64 value.
test_SDFloat64() - Constructor for class dods.servers.test.test_SDFloat64
Constructs a new test_SDFloat64.
test_SDFloat64(String) - Constructor for class dods.servers.test.test_SDFloat64
Constructs a new test_SDFloat64 with name n.
test_SDGrid - class dods.servers.test.test_SDGrid.
Holds a DODS Server Grid value.
test_SDGrid() - Constructor for class dods.servers.test.test_SDGrid
Constructs a new test_SDGrid.
test_SDGrid(String) - Constructor for class dods.servers.test.test_SDGrid
Constructs a new test_SDGrid with name n.
test_SDInt16 - class dods.servers.test.test_SDInt16.
Holds a DODS Server Int16 value.
test_SDInt16() - Constructor for class dods.servers.test.test_SDInt16
Constructs a new test_SDInt16.
test_SDInt16(String) - Constructor for class dods.servers.test.test_SDInt16
Constructs a new test_SDInt16 with name n.
test_SDInt32 - class dods.servers.test.test_SDInt32.
Holds a DODS Server Int32 value.
test_SDInt32() - Constructor for class dods.servers.test.test_SDInt32
Constructs a new test_SDInt32.
test_SDInt32(String) - Constructor for class dods.servers.test.test_SDInt32
Constructs a new test_SDInt32 with name n.
test_SDList - class dods.servers.test.test_SDList.
Holds a DODS Server List value.
test_SDList() - Constructor for class dods.servers.test.test_SDList
Constructs a new test_SDList.
test_SDList(String) - Constructor for class dods.servers.test.test_SDList
Constructs a new test_SDList with name n.
test_SDSequence - class dods.servers.test.test_SDSequence.
Holds a DODS Server Sequence value.
test_SDSequence() - Constructor for class dods.servers.test.test_SDSequence
Constructs a new test_SDSequence.
test_SDSequence(String) - Constructor for class dods.servers.test.test_SDSequence
Constructs a new test_SDSequence with name n.
test_SDString - class dods.servers.test.test_SDString.
 
test_SDString() - Constructor for class dods.servers.test.test_SDString
Constructs a new test_SDString.
test_SDString(String) - Constructor for class dods.servers.test.test_SDString
Constructs a new test_SDString with name n.
test_SDStructure - class dods.servers.test.test_SDStructure.
Holds a DODS Server Structure value.
test_SDStructure() - Constructor for class dods.servers.test.test_SDStructure
Constructs a new test_SDStructure.
test_SDStructure(String) - Constructor for class dods.servers.test.test_SDStructure
Constructs a new test_SDStructure with name n.
test_SDUInt16 - class dods.servers.test.test_SDUInt16.
Holds a DODS Server UInt16 value.
test_SDUInt16() - Constructor for class dods.servers.test.test_SDUInt16
Constructs a new test_SDUInt16.
test_SDUInt16(String) - Constructor for class dods.servers.test.test_SDUInt16
Constructs a new test_SDUInt16 with name n.
test_SDUInt32 - class dods.servers.test.test_SDUInt32.
Holds a DODS Server UInt32 value.
test_SDUInt32() - Constructor for class dods.servers.test.test_SDUInt32
Constructs a new test_SDUInt32.
test_SDUInt32(String) - Constructor for class dods.servers.test.test_SDUInt32
Constructs a new test_SDUInt32 with name n.
test_SDURL - class dods.servers.test.test_SDURL.
Holds a DODS Server Byte value.
test_SDURL() - Constructor for class dods.servers.test.test_SDURL
Constructs a new test_SDURL.
test_SDURL(String) - Constructor for class dods.servers.test.test_SDURL
Constructs a new test_SDURL with name n.
test_ServerFactory - class dods.servers.test.test_ServerFactory.
The default server-side Factory for BaseType objects.
test_ServerFactory() - Constructor for class dods.servers.test.test_ServerFactory
 
test_iniFile - class dods.util.test_iniFile.
 
test_iniFile() - Constructor for class dods.util.test_iniFile
 
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiArray
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiBool
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiByte
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiF32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiF64
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiGrid
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiI16
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiI32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiList
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiSeq
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiString
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiStructure
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiUI16
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiUI32
Returns a string representation of the variables value.
toASCII(PrintWriter, boolean, String, boolean) - Method in class dods.servers.ascii.asciiURL
Returns a string representation of the variables value.
toASCII - interface dods.servers.ascii.toASCII.
 
toASCII(PrintWriter, boolean, String, boolean) - Method in interface dods.servers.ascii.toASCII
Returns a string representation of the variables value.
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiArray
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiBool
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiByte
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiF32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiF64
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiGrid
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiI16
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiI32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiList
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiSeq
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiString
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiStructure
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiUI16
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiUI32
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in class dods.servers.ascii.asciiURL
 
toASCIIAddRootName(PrintWriter, boolean, String) - Method in interface dods.servers.ascii.toASCII
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiArray
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiBool
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiByte
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiF32
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiF64
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiGrid
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiI16
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiI32
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiList
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiSeq
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiString
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiStructure
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiUI16
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiUI32
 
toASCIIFlatName(String) - Method in class dods.servers.ascii.asciiURL
 
toASCIIFlatName(String) - Method in interface dods.servers.ascii.toASCII
 
toString() - Method in class dods.dap.Server.BTFunctionClause
Prints the original string representation of this clause.
toString() - Method in class dods.dap.Server.BoolFunctionClause
Prints the original string representation of this clause.
toString() - Method in class dods.dap.Server.DereferenceClause
 
toString() - Method in class dods.dap.Server.RelOpClause
Prints the original string representation of this clause.
toString() - Method in class dods.dap.Server.ValueClause
Prints the original string representation of this clause.
toString() - Method in class dods.dap.ServerVersion
Returns the full version string.
toString() - Method in class dods.dap.parser.Token
Returns the image.
toString() - Method in class dods.servlet.ParsedRequest
 
toString() - Method in class dods.servlet.ReqState
 
toString() - Method in class dods.servlet.requestState
Deprecated.  
token - Variable in class dods.dap.parser.DASParser
 
token - Variable in class dods.dap.parser.DDSParser
 
token - Variable in class dods.dap.parser.ErrorParser
 
token - Variable in class dods.dap.parser.ExprParser
 
tokenImage - Static variable in interface dods.dap.parser.DASParserConstants
 
tokenImage - Static variable in interface dods.dap.parser.DDSParserConstants
 
tokenImage - Static variable in interface dods.dap.parser.ErrorParserConstants
 
tokenImage - Static variable in interface dods.dap.parser.ExprParserConstants
 
tokenImage - Variable in class dods.dap.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
token_source - Variable in class dods.dap.parser.DASParser
 
token_source - Variable in class dods.dap.parser.DDSParser
 
token_source - Variable in class dods.dap.parser.ErrorParser
 
token_source - Variable in class dods.dap.parser.ExprParser
 

U

UINT16 - Static variable in class dods.dap.Attribute
UInt16 attribute type.
UINT16 - Static variable in interface dods.dap.parser.DASParserConstants
 
UINT16 - Static variable in interface dods.dap.parser.DDSParserConstants
 
UINT32 - Static variable in class dods.dap.Attribute
UInt32 attribute type.
UINT32 - Static variable in interface dods.dap.parser.DASParserConstants
 
UINT32 - Static variable in interface dods.dap.parser.DDSParserConstants
 
UInt16PrimitiveVector - class dods.dap.UInt16PrimitiveVector.
A vector of unsigned ints.
UInt16PrimitiveVector(BaseType) - Constructor for class dods.dap.UInt16PrimitiveVector
Constructs a new UInt16PrimitiveVector.
UInt32PrimitiveVector - class dods.dap.UInt32PrimitiveVector.
A vector of unsigned ints.
UInt32PrimitiveVector(BaseType) - Constructor for class dods.dap.UInt32PrimitiveVector
Constructs a new UInt32PrimitiveVector.
UNDEFINED_ERROR - Static variable in class dods.dap.DODSException
Undefined error.
UNDEFINED_PROG_TYPE - Static variable in class dods.dap.DODSException
Undefined program type.
UNKNOWN - Static variable in class dods.dap.Attribute
Unknown attribute type.
UNKNOWN_ERROR - Static variable in class dods.dap.DODSException
Unknown error.
UNQUOTED_STR - Static variable in interface dods.dap.parser.ErrorParserConstants
 
UNQUOTED_STR - Static variable in interface dods.dap.parser.ExprParserConstants
 
UNTERM_QUOTE - Static variable in interface dods.dap.parser.ErrorParserConstants
 
UNTERM_QUOTE - Static variable in interface dods.dap.parser.ExprParserConstants
 
URL - Static variable in class dods.dap.Attribute
URL attribute type.
URL() - Method in class dods.dap.DConnect
Returns the URL supplied to the constructor.
URL - Static variable in interface dods.dap.parser.DASParserConstants
 
URL - Static variable in interface dods.dap.parser.DDSParserConstants
 
Urls() - Method in class dods.dap.parser.DASParser
 
unknown - Static variable in class dods.servlet.MimeUtil
 
url - Variable in class dods.dap.Server.DereferenceClause
 
urlField - Variable in class dods.util.geturl.gui.GeturlFrame
The TextField containing the URL to retrieve.
userCancelled() - Method in interface dods.dap.StatusUI
User cancellation status.
userCancelled() - Method in class dods.util.geturl.gui.StatusWindow
User cancellation status.

V

VAL - Static variable in class dods.util.OptSwitch
 
ValueClause - class dods.dap.Server.ValueClause.
Represents a clause containing a simple value.
ValueClause(BaseType, boolean) - Constructor for class dods.dap.Server.ValueClause
Creates a new ValueClause.
Var() - Method in class dods.dap.parser.DDSParser
 
val - Variable in class dods.util.OptSwitch
 
value - Variable in class dods.dap.Server.BTFunctionClause
 
value - Variable in class dods.dap.Server.BoolFunctionClause
 
value - Variable in class dods.dap.Server.DereferenceClause
 
value - Variable in class dods.dap.Server.RelOpClause
 
value - Variable in class dods.dap.Server.ValueClause
 
value() - Method in class dods.dap.parser.ExprParser
 
varTemplate - Variable in class dods.dap.DSequence
The variables in this DSequence, stored in a Vector of BaseType objects and used as a template for deserialize.
vars - Variable in class dods.dap.DDS
Variables at the top level.
vars - Variable in class dods.dap.DStructure
The variables in this DStructure, stored in a Vector of BaseType objects.

W

WORD - Static variable in interface dods.dap.parser.DASParserConstants
 
WORD - Static variable in interface dods.dap.parser.DDSParserConstants
 
WrongTypeException - exception dods.dap.Server.WrongTypeException.
Report a type-mismatch problem in the constraint expression.
WrongTypeException(String) - Constructor for class dods.dap.Server.WrongTypeException
Construct a WrongTypeException with the specified detail message.
warning_box - class dods.util.gui.warning_box.
Dispays a simple warning message box.
warning_box(String) - Constructor for class dods.util.gui.warning_box
Construct and display a warning dialog box.
warning_box(String, String) - Constructor for class dods.util.gui.warning_box
Construct and display a warning dialog box.
web_error - Static variable in class dods.servlet.MimeUtil
 
write(int) - Method in class dods.servlet.DummySink
 
write(byte[], int, int) - Method in class dods.servlet.DummySink
Writes an array of bytes to the compressed output stream.
writeAttributes(AttributeTable) - Method in class dods.servers.www.wwwOutPut
 
writeAttributes(AttributeTable, String) - Method in class dods.servers.www.wwwOutPut
 
writeDisposition(String) - Method in class dods.servers.www.wwwOutPut
 
writeGlobalAttributes(DAS, DDS) - Method in class dods.servers.www.wwwOutPut
 
writeMarker(DataOutputStream, byte) - Method in class dods.dap.DSequence
Writes a marker byte to the output stream.
writeSimpleVar(PrintWriter, BaseType) - Method in class dods.servers.www.wwwOutPut
 
writeVariableAttributes(BaseType, DAS) - Method in class dods.servers.www.wwwOutPut
 
writeVariableEntries(DAS, DDS) - Method in class dods.servers.www.wwwOutPut
 
wwwArray - class dods.servers.www.wwwArray.
 
wwwArray() - Constructor for class dods.servers.www.wwwArray
Constructs a new asciiArray.
wwwArray(String) - Constructor for class dods.servers.www.wwwArray
Constructs a new asciiArray with name n.
wwwBool - class dods.servers.www.wwwBool.
 
wwwBool() - Constructor for class dods.servers.www.wwwBool
Constructs a new asciiBool.
wwwBool(String) - Constructor for class dods.servers.www.wwwBool
Constructs a new asciiBool with name n.
wwwByte - class dods.servers.www.wwwByte.
 
wwwByte() - Constructor for class dods.servers.www.wwwByte
Constructs a new asciiByte.
wwwByte(String) - Constructor for class dods.servers.www.wwwByte
Constructs a new asciiByte with name n.
wwwF32 - class dods.servers.www.wwwF32.
 
wwwF32() - Constructor for class dods.servers.www.wwwF32
Constructs a new asciiF32.
wwwF32(String) - Constructor for class dods.servers.www.wwwF32
Constructs a new asciiF32 with name n.
wwwF64 - class dods.servers.www.wwwF64.
 
wwwF64() - Constructor for class dods.servers.www.wwwF64
Constructs a new asciiF64.
wwwF64(String) - Constructor for class dods.servers.www.wwwF64
Constructs a new asciiF64 with name n.
wwwFactory - class dods.servers.www.wwwFactory.
The default client-side Factory for BaseType objects.
wwwFactory() - Constructor for class dods.servers.www.wwwFactory
 
wwwGrid - class dods.servers.www.wwwGrid.
 
wwwGrid() - Constructor for class dods.servers.www.wwwGrid
Constructs a new wwwGrid.
wwwGrid(String) - Constructor for class dods.servers.www.wwwGrid
Constructs a new wwwGrid with name n.
wwwI16 - class dods.servers.www.wwwI16.
 
wwwI16() - Constructor for class dods.servers.www.wwwI16
Constructs a new wwwI16.
wwwI16(String) - Constructor for class dods.servers.www.wwwI16
Constructs a new wwwI16 with name n.
wwwI32 - class dods.servers.www.wwwI32.
 
wwwI32() - Constructor for class dods.servers.www.wwwI32
Constructs a new wwwI32.
wwwI32(String) - Constructor for class dods.servers.www.wwwI32
Constructs a new wwwI32 with name n.
wwwList - class dods.servers.www.wwwList.
 
wwwList() - Constructor for class dods.servers.www.wwwList
Constructs a new wwwList.
wwwList(String) - Constructor for class dods.servers.www.wwwList
Constructs a new wwwList with name n.
wwwOutPut - class dods.servers.www.wwwOutPut.
 
wwwOutPut(PrintWriter, int, int) - Constructor for class dods.servers.www.wwwOutPut
 
wwwOutPut(PrintWriter) - Constructor for class dods.servers.www.wwwOutPut
 
wwwSequence - class dods.servers.www.wwwSequence.
 
wwwSequence() - Constructor for class dods.servers.www.wwwSequence
Constructs a new wwwSeq.
wwwSequence(String) - Constructor for class dods.servers.www.wwwSequence
Constructs a new wwwSeq with name n.
wwwString - class dods.servers.www.wwwString.
 
wwwString() - Constructor for class dods.servers.www.wwwString
Constructs a new wwwString.
wwwString(String) - Constructor for class dods.servers.www.wwwString
Constructs a new wwwString with name n.
wwwStructure - class dods.servers.www.wwwStructure.
 
wwwStructure() - Constructor for class dods.servers.www.wwwStructure
Constructs a new wwwStructure.
wwwStructure(String) - Constructor for class dods.servers.www.wwwStructure
Constructs a new wwwStructure with name n.
wwwUI16 - class dods.servers.www.wwwUI16.
 
wwwUI16() - Constructor for class dods.servers.www.wwwUI16
Constructs a new wwwUI16.
wwwUI16(String) - Constructor for class dods.servers.www.wwwUI16
Constructs a new wwwUI16 with name n.
wwwUI32 - class dods.servers.www.wwwUI32.
 
wwwUI32() - Constructor for class dods.servers.www.wwwUI32
Constructs a new wwwUI32.
wwwUI32(String) - Constructor for class dods.servers.www.wwwUI32
Constructs a new wwwUI32 with name n.
wwwURL - class dods.servers.www.wwwURL.
 
wwwURL() - Constructor for class dods.servers.www.wwwURL
Constructs a new wwwString.
wwwURL(String) - Constructor for class dods.servers.www.wwwURL
Constructs a new wwwString with name n.

X

x_plain - Static variable in class dods.servlet.MimeUtil
 

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