- AbstractClause - Class in opendap.dap.Server
-
Provides default implementations for the Clause interface methods.
- AbstractClause() - Constructor for class opendap.dap.Server.AbstractClause
-
- AbstractServlet - Class in opendap.servlet
-
AbstractServlet is the base servlet class for an OPeNDAP
servers.
- AbstractServlet() - Constructor for class opendap.servlet.AbstractServlet
-
- acceptVal() - Method in class opendap.util.OptSwitch
-
Return whether the option switch accepts values or no
- add(ServerSideFunction) - Method in class opendap.dap.Server.FunctionLibrary
-
Adds a function to the library.
- add_escapes(String) - Method in exception opendap.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.
- addAlias(String, String) - Method in class opendap.dap.AttributeTable
-
Add an alias to the current table.
- addAttributeAlias(String, String) - Method in class opendap.dap.BaseType
-
- addAttributeContainer(AttributeTable) - Method in class opendap.dap.BaseType
-
- addAttributeTable(String, AttributeTable) - Method in class opendap.dap.DAS
-
Adds an AttributeTable
to the DAS.
- addContainer(String, AttributeTable) - Method in class opendap.dap.AttributeTable
-
Create and append an attribute container to the table.
- addEscapes(String) - Static method in error opendap.dap.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addRow(Vector) - Method in class opendap.dap.DSequence
-
Adds a row to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DConstructor
-
Adds a variable to the container.
- addVariable(BaseType) - Method in class opendap.dap.DConstructor
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DDS
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DGrid
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DSequence
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DStructure
-
Adds a variable to the container.
- addVariable(BaseType) - Method in class opendap.dap.DVector
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.Server.SDGrid
-
Adds a variable to the container.
- adjustBeginLineColumn(int, int) - Method in class opendap.dap.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- Alias - Class in opendap.dap
-
The Alias type is a special attribute.
- Alias(String, String) - Constructor for class opendap.dap.Alias
-
Construct an Alias.
- ALIAS - Static variable in class opendap.dap.Attribute
-
Alias attribute type.
- allowDeflate - Variable in class opendap.servlet.AbstractServlet
-
- allValues - Variable in class opendap.dap.DSequence
-
The values in this DSequence
, stored as a
Vector
of Vector
of BaseType
objects.
- AMPERSAND - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- anyExceptionHandler(Throwable, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Sends an error to the client.
- appendAttribute(String, int, String, boolean) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String, boolean) - Method in class opendap.dap.BaseType
-
- appendAttribute(String, int, String) - Method in class opendap.dap.BaseType
-
- appendAttributeContainer(String) - Method in class opendap.dap.BaseType
-
- appendClause(Clause) - Method in class opendap.dap.Server.CEEvaluator
-
Add a clause to the constraint expression.
- appendContainer(String) - Method in class opendap.dap.AttributeTable
-
Create and append an attribute container to the table.
- appendDim(int, String) - Method in class opendap.dap.DArray
-
Given a size and a name, this function adds a dimension to the
array.
- appendDim(int, String, boolean) - Method in class opendap.dap.DArray
-
Given a size and a name, this function adds a dimension to the
array.
- appendDim(int) - Method in class opendap.dap.DArray
-
Add a dimension to the array.
- appendDim(int, String) - Method in class opendap.dap.Server.SDArray
-
Given a size and a name, this function adds a dimension to the array.
- appendDim(int) - Method in class opendap.dap.Server.SDArray
-
Add a dimension to the array.
- appendValue(String) - Method in class opendap.dap.Alias
-
Append a value to this attribute.
- appendValue(String, boolean) - Method in class opendap.dap.Alias
-
Append a value to this attribute.
- appendValue(String) - Method in class opendap.dap.Attribute
-
Append a value to this attribute.
- appendValue(String, boolean) - Method in class opendap.dap.Attribute
-
Append a value to this attribute.
- arg_list() - Method in class opendap.dap.parser.ExprParser
-
- argList() - Method in class opendap.util.Getopts
-
Method to return an array of the actual arguments of the
command line invocation.
- ARRAY - Static variable in class opendap.dap.DGrid
-
The Array
part of the DGrid
- array_index(int, ServerArrayMethods) - Method in class opendap.dap.parser.ExprParser
-
- arrayVar - Variable in class opendap.dap.DGrid
-
The Array component of this DGrid
.
- asciiArray - Class in opendap.servers.ascii
-
- asciiArray() - Constructor for class opendap.servers.ascii.asciiArray
-
Constructs a new asciiArray
.
- asciiArray(String) - Constructor for class opendap.servers.ascii.asciiArray
-
Constructs a new asciiArray
with name n
.
- asciiByte - Class in opendap.servers.ascii
-
- asciiByte() - Constructor for class opendap.servers.ascii.asciiByte
-
Constructs a new asciiByte
.
- asciiByte(String) - Constructor for class opendap.servers.ascii.asciiByte
-
Constructs a new asciiByte
with name n
.
- asciiF32 - Class in opendap.servers.ascii
-
- asciiF32() - Constructor for class opendap.servers.ascii.asciiF32
-
Constructs a new asciiF32
.
- asciiF32(String) - Constructor for class opendap.servers.ascii.asciiF32
-
Constructs a new asciiF32
with name n
.
- asciiF64 - Class in opendap.servers.ascii
-
- asciiF64() - Constructor for class opendap.servers.ascii.asciiF64
-
Constructs a new asciiF64
.
- asciiF64(String) - Constructor for class opendap.servers.ascii.asciiF64
-
Constructs a new asciiF64
with name n
.
- asciiFactory - Class in opendap.servers.ascii
-
The default client-side Factory for BaseType objects.
- asciiFactory() - Constructor for class opendap.servers.ascii.asciiFactory
-
- asciiGrid - Class in opendap.servers.ascii
-
- asciiGrid() - Constructor for class opendap.servers.ascii.asciiGrid
-
Constructs a new asciiGrid
.
- asciiGrid(String) - Constructor for class opendap.servers.ascii.asciiGrid
-
Constructs a new asciiGrid
with name n
.
- asciiI16 - Class in opendap.servers.ascii
-
- asciiI16() - Constructor for class opendap.servers.ascii.asciiI16
-
Constructs a new asciiI16
.
- asciiI16(String) - Constructor for class opendap.servers.ascii.asciiI16
-
Constructs a new asciiI16
with name n
.
- asciiI32 - Class in opendap.servers.ascii
-
- asciiI32() - Constructor for class opendap.servers.ascii.asciiI32
-
Constructs a new asciiI32
.
- asciiI32(String) - Constructor for class opendap.servers.ascii.asciiI32
-
Constructs a new asciiI32
with name n
.
- asciiSeq - Class in opendap.servers.ascii
-
- asciiSeq() - Constructor for class opendap.servers.ascii.asciiSeq
-
Constructs a new asciiSeq
.
- asciiSeq(String) - Constructor for class opendap.servers.ascii.asciiSeq
-
Constructs a new asciiSeq
with name n
.
- asciiString - Class in opendap.servers.ascii
-
- asciiString() - Constructor for class opendap.servers.ascii.asciiString
-
Constructs a new asciiString
.
- asciiString(String) - Constructor for class opendap.servers.ascii.asciiString
-
Constructs a new asciiString
with name n
.
- asciiStructure - Class in opendap.servers.ascii
-
- asciiStructure() - Constructor for class opendap.servers.ascii.asciiStructure
-
Constructs a new asciiStructure
.
- asciiStructure(String) - Constructor for class opendap.servers.ascii.asciiStructure
-
Constructs a new asciiStructure
with name n
.
- asciiUI16 - Class in opendap.servers.ascii
-
- asciiUI16() - Constructor for class opendap.servers.ascii.asciiUI16
-
Constructs a new asciiUI16
.
- asciiUI16(String) - Constructor for class opendap.servers.ascii.asciiUI16
-
Constructs a new asciiUI16
with name n
.
- asciiUI32 - Class in opendap.servers.ascii
-
- asciiUI32() - Constructor for class opendap.servers.ascii.asciiUI32
-
Constructs a new asciiUI32
.
- asciiUI32(String) - Constructor for class opendap.servers.ascii.asciiUI32
-
Constructs a new asciiUI32
with name n
.
- asciiURL - Class in opendap.servers.ascii
-
- asciiURL() - Constructor for class opendap.servers.ascii.asciiURL
-
Constructs a new asciiString
.
- asciiURL(String) - Constructor for class opendap.servers.ascii.asciiURL
-
Constructs a new asciiString
with name n
.
- AsciiWriter - Class in opendap.servlet
-
Class Description.
- AsciiWriter() - Constructor for class opendap.servlet.AsciiWriter
-
- Attribute - Class in opendap.dap
-
An Attribute
holds information about a single attribute in an
AttributeTable
.
- Attribute(AttributeTable) - Constructor for class opendap.dap.Attribute
-
Deprecated.
Use the ctor with the name.
- Attribute(int, String, String, boolean) - Constructor for class opendap.dap.Attribute
-
Construct an Attribute
with the given type and initial
value.
- Attribute(int, String, String) - Constructor for class opendap.dap.Attribute
-
Construct an Attribute
with the given type and initial
value.
- Attribute(String, AttributeTable) - Constructor for class opendap.dap.Attribute
-
Construct a container attribute.
- Attribute(String, int) - Constructor for class opendap.dap.Attribute
-
Construct an empty attribute with the given type.
- AttributeBadValueException - Exception in opendap.dap
-
Thrown by Attribute
when a bad value
(not one of the supported types) is stored in an Attribute.
- AttributeBadValueException(String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a AttributeBadValueException
with the specified
message.
- AttributeBadValueException(int, String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a AttributeBadValueException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- AttributeExistsException - Exception in opendap.dap
-
Thrown by AttributeTable
when an attempt is made to create an
attribute that already exists.
- AttributeExistsException(String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a AttributeExistsException
with the specified
message.
- AttributeExistsException(int, String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a AttributeExistsException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- AttributeTable - Class in opendap.dap
-
An AttributeTable
stores a set of names and, for each name,
an Attribute
object.
- AttributeTable() - Constructor for class opendap.dap.AttributeTable
-
Deprecated.
Use constructor that takes the name of the table.
- AttributeTable(String) - Constructor for class opendap.dap.AttributeTable
-
Create a new empty AttributeTable
.
- available() - Method in class opendap.dap.HeaderInputStream
-
Return the number of bytes in the buffer.
- DAP2_PROTOCOL_VERSION - Static variable in class opendap.dap.ServerVersion
-
- DAP2Exception - Exception in opendap.dap
-
Holds an exception thrown by OPeNDAP server to a client.
- DAP2Exception() - Constructor for exception opendap.dap.DAP2Exception
-
Construct an empty DAP2Exception
.
- DAP2Exception(String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception
.
- DAP2Exception(int, String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception
with the given message.
- dap2ExceptionHandler(DAP2Exception, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Sends a OPeNDAP DAP2 error to the client.
- DAP2ServerSideException - Exception in opendap.dap.Server
-
DAP2 Exception for use by a server.
- DAP2ServerSideException(int, String) - Constructor for exception opendap.dap.Server.DAP2ServerSideException
-
Construct a DAP2ServerSideException
with the specified detail
message.
- dap_test - Class in opendap.dap.test
-
- dap_test() - Constructor for class opendap.dap.test.dap_test
-
- DapParser - Class in opendap.dap.parser
-
A Bison parser, automatically generated from dap.y.
- DapParser(DapParser.Lexer, InputStream) - Constructor for class opendap.dap.parser.DapParser
-
Instantiates the Bison-generated parser.
- DapParser(InputStream) - Constructor for class opendap.dap.parser.DapParser
-
Instantiates the Bison-generated parser.
- DapParser(InputStream, BaseTypeFactory) - Constructor for class opendap.dap.parser.DapParser
-
- DapParser.Lexer - Interface in opendap.dap.parser
-
Communication interface between the scanner and the Bison-generated
parser DapParser.
- DArray - Class in opendap.dap
-
This class is used to hold arrays of other OPeNDAP data.
- DArray() - Constructor for class opendap.dap.DArray
-
Constructs a new DArray
.
- DArray(String) - Constructor for class opendap.dap.DArray
-
Constructs a new DArray
with name n
.
- DArrayDimension - Class in opendap.dap
-
This class holds information about each dimension in a DArray
.
- DArrayDimension(int, String) - Constructor for class opendap.dap.DArrayDimension
-
Construct a new DArrayDimension.
- DArrayDimension(int, String, boolean) - Constructor for class opendap.dap.DArrayDimension
-
Construct a new DArrayDimension.
- DAS - Class in opendap.dap
-
The Data Attribute Structure is a set of name-value pairs used to
describe the data in a particular dataset.
- DAS() - Constructor for class opendap.dap.DAS
-
Create a new empty DAS
.
- DASException - Exception in opendap.dap
-
DAS exception.
- DASException(int, String) - Constructor for exception opendap.dap.DASException
-
Construct a DASException
with the specified detail
message and OPeNDAP error code.
- DASParser - Class in opendap.dap.parser
-
- DASParser(InputStream) - Constructor for class opendap.dap.parser.DASParser
-
- dasTools - Class in opendap.util
-
- dasTools() - Constructor for class opendap.util.dasTools
-
- DataDDS - Class in opendap.dap
-
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 opendap.dap.DataDDS
-
Construct the DataDDS with the given server version.
- DataDDS(ServerVersion, BaseTypeFactory) - Constructor for class opendap.dap.DataDDS
-
- DataReadException - Exception in opendap.dap
-
Thrown when OPeNDAP encounters an exception while reading from a data set.
- DataReadException(String) - Constructor for exception opendap.dap.DataReadException
-
Construct a DataReadException
with the specified detail
message.
- DataReadException(int, String) - Constructor for exception opendap.dap.DataReadException
-
Construct a DataReadException
with the specified
message and OPeNDAP DAP2 error code see (DAP2Exception
).
- DByte - Class in opendap.dap
-
Holds a OPeNDAP Byte
value.
- DByte() - Constructor for class opendap.dap.DByte
-
Constructs a new DByte
.
- DByte(String) - Constructor for class opendap.dap.DByte
-
Constructs a new DByte
with name n
.
- DConnect - Class in opendap.dap
-
This class provides support for common OPeNDAP client-side operations such as
dereferencing a OPeNDAP URL, communicating network activity status
to the user and reading local OPeNDAP objects.
- DConnect(String) - Constructor for class opendap.dap.DConnect
-
Creates an instance bound to url which accepts compressed documents.
- DConnect(String, boolean) - Constructor for class opendap.dap.DConnect
-
Creates an instance bound to url.
- DConnect(InputStream) - Constructor for class opendap.dap.DConnect
-
Creates an instance bound to an already open InputStream
.
- DConnect2 - Class in opendap.dap
-
Rewritten 1/15/07 jcaron to use HttpCLient library instead of jdk UrlConnection class.
- DConnect2(String) - Constructor for class opendap.dap.DConnect2
-
Creates an instance bound to url which accepts compressed documents.
- DConnect2(String, boolean) - Constructor for class opendap.dap.DConnect2
-
Creates an instance bound to url.
- DConstructor - Class in opendap.dap
-
Contains methods used only by the OPeNDAP constructor classes
(DStructure
, DSequence
, DGrid
, and
DList
).
- DConstructor() - Constructor for class opendap.dap.DConstructor
-
Constructs a new DConstructor
.
- DConstructor(String) - Constructor for class opendap.dap.DConstructor
-
Constructs a new DConstructor
with the given name.
- DDS - Class in opendap.dap
-
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by
the OPeNDAP software to describe datasets and subsets of those
datasets.
- DDS() - Constructor for class opendap.dap.DDS
-
Creates an empty DDS
.
- DDS(String) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS
with the given dataset name.
- DDS(BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS
with the given
BaseTypeFactory
.
- DDS(String, BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS
with the given dataset name and
BaseTypeFactory
.
- DDS(String, BaseTypeFactory, String) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS
with the given dataset name and
BaseTypeFactory
.
- DDSException - Exception in opendap.dap
-
DDS exception.
- DDSException(int, String) - Constructor for exception opendap.dap.DDSException
-
Construct a DDSException
with the specified detail
message and OPeNDAP DAP2 error code.
- DDSFile - Static variable in class opendap.servers.test.SDTest
-
- DDSParser - Class in opendap.dap.parser
-
- DDSParser(InputStream) - Constructor for class opendap.dap.parser.DDSParser
-
- DDSXMLParser - Class in opendap.dap.XMLparser
-
DDSXMLParser
is used to parse a DDX (the XML formatted persistent
representation of a DDS) into a DDS object in memory.
- DDSXMLParser(String) - Constructor for class opendap.dap.XMLparser.DDSXMLParser
-
Constructs a new DDSXMLParser
.
- ddxTest - Class in opendap.dap.test
-
- ddxTest() - Constructor for class opendap.dap.test.ddxTest
-
Constructs a new XmlTest
.
- Debug - Static variable in class opendap.servers.test.SDTest
-
- Debug - Class in opendap.util
-
A minimal implementation of a globally-accessible set of Debug flags.
- Debug() - Constructor for class opendap.util.Debug
-
- debugStream - Variable in class opendap.dap.parser.ExprParserTokenManager
-
- DEFAULT - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- DefaultFactory - Class in opendap.dap
-
The default client-side Factory for BaseType objects.
- DefaultFactory() - Constructor for class opendap.dap.DefaultFactory
-
- defined - Variable in class opendap.dap.Server.AbstractClause
-
Value to be returned by isDefined().
- deflate - Static variable in class opendap.servlet.MimeUtil
-
- delAttribute(String) - Method in class opendap.dap.AttributeTable
-
Delete the attribute named name
.
- delAttribute(String, int) - Method in class opendap.dap.AttributeTable
-
Delete the attribute named name
.
- delAttribute(String) - Method in class opendap.dap.BaseType
-
- delAttribute(String, int) - Method in class opendap.dap.BaseType
-
- delete - Static variable in class opendap.dap.test.Diff
-
- deleteValueAt(int) - Method in class opendap.dap.Alias
-
Remove the i
'th String
from this attribute.
- deleteValueAt(int) - Method in class opendap.dap.Attribute
-
Remove the i
'th String
from this attribute.
- delRow(int) - Method in class opendap.dap.DSequence
-
Deletes a row from the container.
- delVariable(String) - Method in class opendap.dap.DDS
-
Removes a variable from the DDS
.
- DereferenceClause - Class in opendap.dap.Server
-
Represents a sub-clause that is a URL reference to remote data.
- DereferenceClause(String) - Constructor for class opendap.dap.Server.DereferenceClause
-
Creates a new DereferenceClause
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BooleanPrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BytePrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in interface opendap.dap.ClientIO
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DByte
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DFloat32
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DFloat64
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DGrid
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DInt16
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DInt32
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DSequence
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DString
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DStructure
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Float32PrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Float64PrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Int16PrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Int32PrimitiveVector
-
Reads data from a DataInputStream
.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.PrimitiveVector
-
Reads data from a DataInputStream
.
- DFloat32 - Class in opendap.dap
-
Holds a OPeNDAP FLoat32
value.
- DFloat32() - Constructor for class opendap.dap.DFloat32
-
Constructs a new DFloat32
.
- DFloat32(String) - Constructor for class opendap.dap.DFloat32
-
Constructs a new DFloat32
with name n
.
- DFloat64 - Class in opendap.dap
-
Holds a OPeNDAP Float64
value.
- DFloat64() - Constructor for class opendap.dap.DFloat64
-
Constructs a new DFloat64
.
- DFloat64(String) - Constructor for class opendap.dap.DFloat64
-
Constructs a new DFloat64
with name n
.
- DGrid - Class in opendap.dap
-
This class holds a DArray
and a set of "Map"
vectors.
- DGrid() - Constructor for class opendap.dap.DGrid
-
Constructs a new DGrid
.
- DGrid(String) - Constructor for class opendap.dap.DGrid
-
Constructs a new DGrid
with name n
.
- Diff - Class in opendap.dap.test
-
diff Text file difference utility.
- Diff(String) - Constructor for class opendap.dap.test.Diff
-
Construct a Diff object.
- DInt16 - Class in opendap.dap
-
Holds a OPeNDAP Int16
value.
- DInt16() - Constructor for class opendap.dap.DInt16
-
Constructs a new DInt16
.
- DInt16(String) - Constructor for class opendap.dap.DInt16
-
Constructs a new DInt16
with name n
.
- DInt32 - Class in opendap.dap
-
Holds a OPeNDAP Int32
value.
- DInt32() - Constructor for class opendap.dap.DInt32
-
Constructs a new DInt32
.
- DInt32(String) - Constructor for class opendap.dap.DInt32
-
Constructs a new DInt32
with name n
.
- disable_tracing() - Method in class opendap.dap.parser.ExprParser
-
- dispose() - Method in class opendap.util.geturl.gui.GeturlApplet
-
Dispose of the frame
- DList - Class in opendap.dap
-
This class implements a simple list of OPeNDAP data
types.
- DList() - Constructor for class opendap.dap.DList
-
Constructs a new DList
.
- DList(String) - Constructor for class opendap.dap.DList
-
Constructs a new DList
with the given name.
- doDebug(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for debug requests;
- doDebugCmd(String, StringTokenizer, PrintStream) - Method in class opendap.servlet.AbstractServlet
-
- doDiff(Reader, Reader, PrintStream) - Method in class opendap.dap.test.Diff
-
- doDiff(Reader, Reader) - Method in class opendap.dap.test.Diff
-
- doDiff(String, String, PrintStream) - Method in class opendap.dap.test.Diff
-
- doDiff(String, String) - Method in class opendap.dap.test.Diff
-
- dods_das - Static variable in class opendap.servlet.MimeUtil
-
- dods_data - Static variable in class opendap.servlet.MimeUtil
-
- dods_dds - Static variable in class opendap.servlet.MimeUtil
-
- dods_error - Static variable in class opendap.servlet.MimeUtil
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.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 opendap.servlet.AbstractServlet
-
***********************************************************************
Handles incoming requests from clients.
- doGetASC(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servers.test.dts
-
************************************************************************
Default handler for the client's data request.
- doGetASC(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP ascii data requests.
- doGetBLOB(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servers.test.dts
-
************************************************************************
Default handler for the client's data request.
- doGetBLOB(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's data request.
- doGetCatalog(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP catalog.xml requests.
- doGetDAP2Data(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servers.test.dts
-
************************************************************************
Default handler for the client's data request.
- doGetDAP2Data(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's data request.
- doGetDAS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's DAS request.
- doGetDDS(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's DDS request.
- doGetDDX(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's DDS request.
- doGetDIR(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's directory request.
- doGetHELP(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's help request.
- doGetHTML(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP .html requests.
- doGetINFO(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP info requests.
- doGetStatus(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP status requests; not publically available,
used only for debugging
- doGetSystemProps(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for OPeNDAP status requests; not publically available,
used only for debugging
- doGetVER(HttpServletRequest, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Default handler for the client's version request.
- Done() - Method in class opendap.dap.parser.SimpleCharStream
-
- DSequence - Class in opendap.dap
-
A DSequence
in OPeNDAP can hold N sequentially accessed
instances of a set of variables.
- DSequence() - Constructor for class opendap.dap.DSequence
-
Constructs a new DSequence
.
- DSequence(String) - Constructor for class opendap.dap.DSequence
-
Constructs a new DSequence
with name n
.
- DString - Class in opendap.dap
-
Holds a OPeNDAP String
value.
- DString() - Constructor for class opendap.dap.DString
-
Constructs a new DString
.
- DString(String) - Constructor for class opendap.dap.DString
-
Constructs a new DString
with name n
.
- DStructure - Class in opendap.dap
-
A DStructure
in OPeNDAP can hold N instances of any of
the other datatypes, including other structures.
- DStructure() - Constructor for class opendap.dap.DStructure
-
Constructs a new DStructure
.
- DStructure(String) - Constructor for class opendap.dap.DStructure
-
Constructs a new DStructure
with name n
.
- dts - Class in opendap.servers.test
-
Purpose:
This is the OPeNDAP Test servlet (dts).
- dts() - Constructor for class opendap.servers.test.dts
-
- DUInt16 - Class in opendap.dap
-
Holds a OPeNDAP UInt16
value.
- DUInt16() - Constructor for class opendap.dap.DUInt16
-
Constructs a new DUInt16
.
- DUInt16(String) - Constructor for class opendap.dap.DUInt16
-
Constructs a new DUInt16
with name n
.
- DUInt32 - Class in opendap.dap
-
Holds a OPeNDAP UInt32
value.
- DUInt32() - Constructor for class opendap.dap.DUInt32
-
Constructs a new DUInt32
.
- DUInt32(String) - Constructor for class opendap.dap.DUInt32
-
Constructs a new DUInt32
with name n
.
- DummySink - Class in opendap.servlet
-
The Servlet to exercise what's available.
- DummySink(OutputStream, Deflater, int) - Constructor for class opendap.servlet.DummySink
-
Creates a new output stream with the specified compressor and
buffer size.
- DummySink(OutputStream, Deflater) - Constructor for class opendap.servlet.DummySink
-
Creates a new output stream with the specified compressor and
a default buffer size.
- DummySink(OutputStream) - Constructor for class opendap.servlet.DummySink
-
Creates a new output stream with a defaul compressor and buffer size.
- DURL - Class in opendap.dap
-
Holds a OPeNDAP URL
value.
- DURL() - Constructor for class opendap.dap.DURL
-
Constructs a new DURL
.
- DURL(String) - Constructor for class opendap.dap.DURL
-
Constructs a new DURL
with name n
.
- DVector - Class in opendap.dap
-
This class holds a one-dimensional array of OPeNDAP data types.
- DVector() - Constructor for class opendap.dap.DVector
-
Constructs a new DVector
.
- DVector(String) - Constructor for class opendap.dap.DVector
-
Constructs a new DVector
with name n
.
- elementAt(int) - Method in class opendap.util.SortedTable
-
Returns the element at the specified index.
- elementCount(boolean) - Method in class opendap.dap.BaseType
-
Returns the number of variables contained in this object.
- elementCount() - Method in class opendap.dap.BaseType
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DGrid
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DSequence
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DStructure
-
Returns the number of variables contained in this object.
- elements() - Method in class opendap.util.SortedTable
-
Returns an enumeration of the values in this table.
- enable_tracing() - Method in class opendap.dap.parser.ExprParser
-
- END_OF_SEQUENCE - Static variable in class opendap.dap.DSequence
-
The end of sequence byte marker
- endColumn - Variable in class opendap.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 opendap.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.
- EOF - Static variable in class opendap.dap.parser.DapParser
-
Token returned by the scanner to signal the end of its input.
- EOF - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- eol - Variable in exception opendap.dap.parser.ParseException
-
The end of line string for this machine.
- EQUAL - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- equal(BaseType) - Method in interface opendap.dap.Server.RelOps
-
- equal(BaseType) - Method in class opendap.dap.Server.SDArray
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDByte
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDFloat32
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDFloat64
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDGrid
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDInt16
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDInt32
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDList
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDSequence
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDString
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDStructure
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDUInt16
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDUInt32
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in class opendap.dap.Server.SDURL
-
The RelOps interface defines how each type responds to relational
operators.
- equal(BaseType) - Method in interface opendap.dap.Server.ServerMethods
-
The Operator
class contains a generalized implementation
of this method.
- error_box - Class in opendap.util.gui
-
Dispays a simple error message box.
- error_box(String) - Constructor for class opendap.util.gui.error_box
-
Construct and display an error dialog box.
- error_box(String, String) - Constructor for class opendap.util.gui.error_box
-
Construct and display an error dialog box.
- ErrorObject(DAP2Exception) - Method in class opendap.dap.parser.ErrorParser
-
- ErrorParser - Class in opendap.dap.parser
-
- ErrorParser(InputStream) - Constructor for class opendap.dap.parser.ErrorParser
-
- errorVerbose - Variable in class opendap.dap.parser.DapParser
-
True if verbose error messages are enabled.
- escapeString(String, char[], char) - Static method in class opendap.util.EscapeStrings
-
Replace all characters in the String
in
not present in the String
allowable
with
their hexidecimal values (encoded as ASCII) and preceeded by the String
esc
The
esc character may not appear on the allowable list, as if it did it would break the 1:1
and onto mapping between the unescaped character space and the escaped characater space.
- EscapeStrings - Class in opendap.util
-
User: ndp
Date: Jul 7, 2006
Time: 10:23:19 AM
- EscapeStrings() - Constructor for class opendap.util.EscapeStrings
-
- evalClauses(Object) - Method in class opendap.dap.Server.CEEvaluator
-
Evaluate all of the Clauses in the Clause vector.
- evaluate(List) - Method in interface opendap.dap.Server.BoolFunction
-
Evaluates the function using the argument list given.
- evaluate() - Method in class opendap.dap.Server.BoolFunctionClause
-
- evaluate(List) - Method in interface opendap.dap.Server.BTFunction
-
Evaluates the function using the argument list given.
- evaluate() - Method in class opendap.dap.Server.BTFunctionClause
-
- evaluate() - Method in class opendap.dap.Server.DereferenceClause
-
- evaluate() - Method in class opendap.dap.Server.RelOpClause
-
- evaluate() - Method in interface opendap.dap.Server.SubClause
-
Evaluates the clause, first calling evaluate() on any sub-clauses it
contains.
- evaluate() - Method in interface opendap.dap.Server.TopLevelClause
-
Evaluates the clause, first calling evaluate() on any sub-clauses it
contains.
- evaluate() - Method in class opendap.dap.Server.ValueClause
-
Returns the BaseType represented by this clause.
- evaluate(List) - Method in class opendap.servers.test.SSFdummy
-
- evaluate(List) - Method in class opendap.servers.test.SSFdummyval
-
- ExpandBuff(boolean) - Method in class opendap.dap.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception opendap.dap.parser.ParseException
-
Each entry in this array is an array of integers.
- expr_test - Class in opendap.dap.test
-
Test the constraint evaluation scanner/parser.
- expr_test() - Constructor for class opendap.dap.test.expr_test
-
- ExprParser - Class in opendap.dap.parser
-
The constraint expression parser class.
- ExprParser(InputStream) - Constructor for class opendap.dap.parser.ExprParser
-
- ExprParser(InputStream, String) - Constructor for class opendap.dap.parser.ExprParser
-
- ExprParser(Reader) - Constructor for class opendap.dap.parser.ExprParser
-
- ExprParser(ExprParserTokenManager) - Constructor for class opendap.dap.parser.ExprParser
-
- ExprParserConstants - Interface in opendap.dap.parser
-
- ExprParserTokenManager - Class in opendap.dap.parser
-
- ExprParserTokenManager(SimpleCharStream) - Constructor for class opendap.dap.parser.ExprParserTokenManager
-
- ExprParserTokenManager(SimpleCharStream, int) - Constructor for class opendap.dap.parser.ExprParserTokenManager
-
- externalize(DataOutputStream) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.BooleanPrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.BytePrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BytePrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in interface opendap.dap.ClientIO
-
Writes data to a DataOutputStream
.
- externalize(OutputStream, boolean, boolean) - Method in class opendap.dap.DataDDS
-
Dump the dataset using externalize methods.
- externalize(DataOutputStream) - Method in class opendap.dap.DByte
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DFloat32
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DFloat64
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DGrid
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DInt16
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DInt32
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DSequence
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DString
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DStructure
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.DVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.Float32PrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.Float64PrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.Int16PrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.Int32PrimitiveVector
-
Writes data to a DataOutputStream
.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Write a subset of the data to a DataOutputStream
.
- externalize(DataOutputStream) - Method in class opendap.dap.PrimitiveVector
-
Writes data to a DataOutputStream
.
- generateParseException() - Method in class opendap.dap.parser.ExprParser
-
- get(Object) - Method in class opendap.util.SortedTable
-
Returns the value to which the key is mapped in this table.
- getAcceptsCompressed() - Method in class opendap.servlet.ParsedRequest
-
- getAcceptsCompressed() - Method in class opendap.servlet.ReqState
-
*************************************************************************
Evaluates the (private) request object to determine if the client that
sent the request accepts compressed return documents.
- getAliasedTo() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- getAliasedToAttributeField() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- getAliasedToAttributeFieldAsClearString() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- GetAsciiHandler - Class in opendap.servlet
-
Default handler for OPeNDAP ascii requests.
- GetAsciiHandler() - Constructor for class opendap.servlet.GetAsciiHandler
-
- getAttribute(String) - Method in class opendap.dap.AttributeTable
-
Returns the Attribute
which matches name.
- getAttribute() - Method in class opendap.dap.BaseType
-
- getAttribute(String) - Method in class opendap.dap.BaseType
-
- getAttributeNames() - Method in class opendap.dap.BaseType
-
- getAttributeTable() - Method in class opendap.dap.BaseType
-
- getAttributeTable(String) - Method in class opendap.dap.DAS
-
Returns the AttributeTable
with the given name.
- getAttributeTableN(String) - Method in class opendap.dap.DAS
-
Returns the AttributeTable
with the given name.
- getBeginColumn() - Method in class opendap.dap.parser.SimpleCharStream
-
- getBeginLine() - Method in class opendap.dap.parser.SimpleCharStream
-
- getBlobContentID() - Method in class opendap.dap.DDS
-
Get's the dataBLOB Contnet-ID for this DDS.
- getBlobData(DataDDS, StatusUI) - Method in class opendap.dap.DConnect
-
Opens the BLOB uRL in the DDS supplied and deserializes that binary content
sent from the server cooresponding to the DDS.
- getBoolFunction(String) - Method in class opendap.dap.Server.FunctionLibrary
-
Retrieves a boolean function from the library.
- getBTFunction(String) - Method in class opendap.dap.Server.FunctionLibrary
-
Retrieves a BaseType function from the library.
- getCachedShape(int) - Method in class opendap.servers.test.test_SDArray
-
- getChildren() - Method in class opendap.dap.Server.AbstractClause
-
- getChildren() - Method in interface opendap.dap.Server.Clause
-
Returns an ordered list of this clause's sub-clauses.
- getClauses() - Method in class opendap.dap.Server.CEEvaluator
-
Get access to the list of clauses built by parsing the selection part
of the constraint expression.
- getClearName() - Method in class opendap.dap.Attribute
-
Returns the attribute's name.
- getClearName() - Method in class opendap.dap.AttributeTable
-
Returns the name of this AttributeTable.
- getClearName() - Method in class opendap.dap.BaseType
-
Returns the unencoded name of the class instance.
- getClearName() - Method in class opendap.dap.DArrayDimension
-
Get the dimension name.
- getColumn() - Method in class opendap.dap.parser.SimpleCharStream
-
Deprecated.
- getConstraintExpression() - Method in class opendap.servlet.ParsedRequest
-
- getConstraintExpression() - Method in class opendap.servlet.ReqState
-
- getContainer() - Method in class opendap.dap.Alias
-
Returns the AttributeTable
container.
- getContainer() - Method in class opendap.dap.Attribute
-
Returns the AttributeTable
container.
- getContainerN() - Method in class opendap.dap.Attribute
-
Returns the AttributeTable
container.
- getContents() - Static method in class opendap.util.Log
-
- getCount() - Method in class opendap.servlet.DummySink
-
- getDAS() - Method in class opendap.dap.DConnect
-
Returns the DAS object from the dataset referenced by this object's URL.
- getDAS() - Method in class opendap.dap.DConnect2
-
Returns the DAS object from the dataset referenced by this object's URL.
- getDAS() - Method in class opendap.dap.DDS
-
Creates a DAS object from the collection of BaseType
variables and their
associated Attributes
.
- getDAS() - Method in class opendap.servers.test.testDataset
-
************************************************************************
In this (default) implementation of the getDAS() method a locally cached
DAS is retrieved and parsed.
- getDAS() - Method in interface opendap.servlet.GuardedDataset
-
Get the DAS for this Dataset.
- getDASButton - Variable in class opendap.util.geturl.gui.GeturlFrame
-
The "Get DAS", "Get DDS", and "Get Data" buttons.
- getDASCache() - Method in class opendap.servlet.ReqState
-
This method will attempt to get the DAS cache directory
name from the servlet's InitParameters.
- getData(String, StatusUI, BaseTypeFactory) - Method in class opendap.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 opendap.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 opendap.dap.DConnect
-
Return the data object with no local constraint expression.
- getData(String, StatusUI, BaseTypeFactory) - Method in class opendap.dap.DConnect2
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getData(String) - Method in class opendap.dap.DConnect2
-
- getData(String, StatusUI) - Method in class opendap.dap.DConnect2
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getData(StatusUI) - Method in class opendap.dap.DConnect2
-
Return the data object with no local constraint expression.
- getDataButton - Variable in class opendap.util.geturl.gui.GeturlFrame
-
The "Get DAS", "Get DDS", and "Get Data" buttons.
- getDataDDX() - Method in class opendap.dap.DConnect
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String) - Method in class opendap.dap.DConnect
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String, BaseTypeFactory) - Method in class opendap.dap.DConnect
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX() - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String) - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String, BaseTypeFactory) - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataFromUrl(URL, StatusUI, BaseTypeFactory) - Method in class opendap.dap.DConnect
-
- getDataset(ReqState) - Method in class opendap.servers.test.dts
-
- getDataset(ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
This method must be implemented locally for each OPeNDAP server.
- getDataSet() - Method in class opendap.servlet.ParsedRequest
-
- getDataSet() - Method in class opendap.servlet.ReqState
-
- getDatasetFilename() - Method in class opendap.dap.Server.ServerDDS
-
Get the dataset filename.
- getDDS() - Method in class opendap.dap.DConnect
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS(String) - Method in class opendap.dap.DConnect
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS() - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS(String) - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS() - Method in class opendap.dap.Server.CEEvaluator
-
Return a reference to the CEEvaluator's DDS object.
- getDDS() - Method in class opendap.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 opendap.servlet.GuardedDataset
-
Get the DDS for this Dataset.
- getDDSButton - Variable in class opendap.util.geturl.gui.GeturlFrame
-
The "Get DAS", "Get DDS", and "Get Data" buttons.
- getDDSCache() - Method in class opendap.servlet.ReqState
-
This method will attempt to get the DDS cache directory
name from the servlet's InitParameters.
- getDDSText() - Method in class opendap.dap.DDS
-
This a wrapper method for DDS.print()
.
- getDDX() - Method in class opendap.dap.DConnect
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDX(String) - Method in class opendap.dap.DConnect
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDX() - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDX(String) - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDXCache() - Method in class opendap.servlet.ReqState
-
This method will attempt to get the DDX cache directory
name from the servlet's InitParameters.
- getDDXData(String, StatusUI, BaseTypeFactory) - Method in class opendap.dap.DConnect
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getDDXData(String, StatusUI) - Method in class opendap.dap.DConnect
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getDDXData(StatusUI) - Method in class opendap.dap.DConnect
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getDDXDataFromURL(URL, StatusUI, BaseTypeFactory) - Method in class opendap.dap.DConnect
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getDDXText() - Method in class opendap.dap.DDS
-
This a wrapper method for DDS.printXML()
.
- getDebugLevel() - Method in class opendap.dap.parser.DapParser
-
Answer the verbosity of the debugging output; 0 means that all kinds of
output from the parser are suppressed.
- getDebugStream() - Method in class opendap.dap.parser.DapParser
-
Return the PrintStream on which the debugging output is
printed.
- getDimension(int) - Method in class opendap.dap.DArray
-
Returns the DArrayDimension
object for
the dimension requested.
- getDimensions() - Method in class opendap.dap.DArray
-
Returns an Enumeration
of DArrayDimension
s
in this array.
- GetDirHandler - Class in opendap.servlet
-
Default handler for OPeNDAP directory requests.
- GetDirHandler() - Constructor for class opendap.servlet.GetDirHandler
-
- getDodsBlobURL_OLDANDBUSTED() - Method in class opendap.servlet.ReqState
-
- getElementVector() - Method in class opendap.util.SortedTable
-
Returns a Vector containing the elements in the SortedTable.
- getEndColumn() - Method in class opendap.dap.parser.SimpleCharStream
-
- getEndLine() - Method in class opendap.dap.parser.SimpleCharStream
-
- getErrorCode() - Method in exception opendap.dap.DAP2Exception
-
Returns the error code.
- getErrorMessage() - Method in exception opendap.dap.DAP2Exception
-
Returns the error message.
- getFactory() - Method in class opendap.dap.DDS
-
Get the Class factory.
- getFileName() - Method in class opendap.util.iniFile
-
**********************************************************************
Get the name of the .ini file that was used to create this object.
- getFirstDimension() - Method in class opendap.dap.DArray
-
Returns the DArrayDimension
object for
the first dimension.
- getFunction() - Method in class opendap.dap.Server.BoolFunctionClause
-
Returns the server-side function invoked by this clause
- getFunction() - Method in class opendap.dap.Server.BTFunctionClause
-
Returns the server-side function invoked by this clause
- GetHTMLInterfaceHandler - Class in opendap.servlet
-
Default handler for OPeNDAP .html requests.
- GetHTMLInterfaceHandler() - Constructor for class opendap.servlet.GetHTMLInterfaceHandler
-
- getHttpClient() - Static method in class opendap.dap.DConnect2
-
Get the HttpClient object - a single instance is used.
- GetImage() - Method in class opendap.dap.parser.SimpleCharStream
-
- getINFOCache() - Method in class opendap.servlet.ReqState
-
This method will attempt to get the INFO cache directory
name from the servlet's InitParameters.
- GetInfoHandler - Class in opendap.servlet
-
Default handler for OPeNDAP info requests.
- GetInfoHandler() - Constructor for class opendap.servlet.GetInfoHandler
-
- getInitParameter(String) - Method in class opendap.servlet.ReqState
-
- getInitParameterNames() - Method in class opendap.servlet.ReqState
-
***********************************************************************
- getInternalStorage() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.BytePrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Float32PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Float64PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Int16PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Int32PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.PrimitiveVector
-
Returns (a reference to) the internal storage for PrimitiveVector.
- getKey(int) - Method in class opendap.util.SortedTable
-
Returns the key at the specified index.
- getLastDomDoc() - Method in class opendap.dap.XMLparser.DDSXMLParser
-
Returns the Document
object created by the most
recent invocation of the parser.
- getLastExtendedHeader() - Method in class opendap.dap.DConnect2
-
- getLastModifiedHeader() - Method in class opendap.dap.DConnect2
-
- getLastModifiedInvalidHeader() - Method in class opendap.dap.DConnect2
-
- getLength() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.BytePrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.DVector
-
Returns the number of elements in the vector.
- getLength() - Method in class opendap.dap.Float32PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Float64PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Int16PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Int32PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.PrimitiveVector
-
Returns the number of elements in the array.
- getLevel() - Method in class opendap.dap.DSequence
-
Returns the level of this sequence.
- getLHS() - Method in class opendap.dap.Server.RelOpClause
-
Returns a SubClause representing the right-hand side of the
comparison.
- getLine() - Method in class opendap.dap.parser.SimpleCharStream
-
Deprecated.
- getLongName() - Method in class opendap.dap.BaseType
-
- getLVal() - Method in interface opendap.dap.parser.DapParser.Lexer
-
Method to retrieve the semantic value of the last scanned token.
- getMajor() - Method in class opendap.dap.ServerVersion
-
Returns the major version number.
- getMaxSequenceLength() - Method in class opendap.servers.test.testEngine
-
- getMessage() - Method in exception opendap.dap.DAP2Exception
-
Returns the detail message of this throwable object.
- getMessage() - Method in exception opendap.dap.parser.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error opendap.dap.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMinor() - Method in class opendap.dap.ServerVersion
-
Returns the minor version number.
- getName() - Method in class opendap.dap.Attribute
-
Returns the attribute's name.
- getName() - Method in class opendap.dap.AttributeTable
-
Returns the name of this AttributeTable.
- getName() - Method in class opendap.dap.BaseType
-
Returns the WWW encoded name of the class instance.
- getName() - Method in class opendap.dap.DArrayDimension
-
Get the dimension name.
- getName() - Method in interface opendap.dap.Server.ServerSideFunction
-
Returns the name of the server-side function, as it will appear in
constraint expressions.
- getName() - Method in class opendap.servers.test.SSFdummy
-
- getName() - Method in class opendap.servers.test.SSFdummyval
-
- getNames() - Method in class opendap.dap.AttributeTable
-
Returns an Enumeration
of the attribute names in this
AttributeTable
.
- getNextToken() - Method in class opendap.dap.parser.ExprParser
-
- getNextToken() - Method in class opendap.dap.parser.ExprParserTokenManager
-
- getNumVal() - Method in class opendap.dap.Attribute
-
Returns the nummber of values held in this attribute.
- getOperator() - Method in class opendap.dap.Server.RelOpClause
-
Returns the type of comparison
- getopt() - Method in class opendap.util.Getopts
-
- getOptarg() - Method in class opendap.util.Getopts
-
- getOptind() - Method in class opendap.util.Getopts
-
- getOption(Character) - Method in class opendap.util.Getopts
-
getOption
- getOption(int) - Method in class opendap.util.Getopts
-
getOption
- getOptopt() - Method in class opendap.util.Getopts
-
- Getopts - Class in opendap.util
-
A class for achieving getopts() functionality.
- Getopts(String, String[]) - Constructor for class opendap.util.Getopts
-
Wrapper Constructor
- Getopts(String, String, String[]) - Constructor for class opendap.util.Getopts
-
Basic class constructor.
- Getopts(String, String[], String) - Constructor for class opendap.util.Getopts
-
Wrapper Constructor
- getParent() - Method in class opendap.dap.BaseType
-
- getParent() - Method in class opendap.dap.Server.BTFunctionClause
-
- getParent() - Method in class opendap.dap.Server.DereferenceClause
-
- getParent() - Method in interface opendap.dap.Server.SubClause
-
Returns the Clause which contains this subclause.
- getParent() - Method in class opendap.dap.Server.ValueClause
-
- getPrefix() - Method in class opendap.dap.Server.FunctionLibrary
-
Returns the prefix being used for classname lookup.
- getPrimitiveVector() - Method in class opendap.dap.DVector
-
Returns the PrimitiveVector
for this vector.
- getProgramSource() - Method in exception opendap.dap.DAP2Exception
-
Returns the program source.
- getProgramType() - Method in exception opendap.dap.DAP2Exception
-
Returns the program type.
- getProperty(String) - Method in class opendap.util.iniFile
-
**********************************************************************
Get the named property from the current section.
- getPropList(String) - Method in class opendap.util.iniFile
-
**********************************************************************
Get the list of properties for the section sectionName
.
- getRequest() - Method in class opendap.servlet.ReqState
-
- getRequestSuffix() - Method in class opendap.servlet.ParsedRequest
-
- getRequestSuffix() - Method in class opendap.servlet.ReqState
-
- getResponse() - Method in class opendap.servlet.ReqState
-
- getReturnType(List) - Method in interface opendap.dap.Server.BTFunction
-
A given function must always evaluate to the same class
of BaseType.
- getReturnType(List) - Method in class opendap.servers.test.SSFdummyval
-
- getRHS() - Method in class opendap.dap.Server.RelOpClause
-
Returns a list of SubClauses representing the right-hand side of the
comparison.
- getRow(int) - Method in class opendap.dap.DSequence
-
Gets a row from the container.
- getRowCount() - Method in class opendap.dap.DSequence
-
Returns the number of rows in this Sequence
.
- getRowVector() - Method in class opendap.dap.Server.SDSequence
-
Get the row vector for into which to read a row os data for this sequence.
- getSchemaLocation() - Method in class opendap.servlet.ReqState
-
This method will attempt to get the Schema Location
name from the servlet's InitParameters.
- getSectionList() - Method in class opendap.util.iniFile
-
**********************************************************************
Get the list of Sections of this .ini File
- getServerClassName() - Method in class opendap.servlet.ReqState
-
- getServerName() - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
In this (default) implementation of the getServerName() method we just get
the name of the servlet and pass it back.
- getServerVersion() - Method in class opendap.dap.DataDDS
-
Returns the ServerVersion
given in the constructor.
- getServerVersion() - Method in class opendap.dap.DConnect
-
Returns the ServerVersion
of the last connection.
- getServerVersion() - Method in class opendap.dap.DConnect2
-
Returns the ServerVersion
of the last connection.
- getServerVersion() - Method in class opendap.servers.test.dts
-
************************************************************************
This method returns a String containing the OPeNDAP Server Version...
- getServerVersion() - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
This function must be implemented locally for each OPeNDAP server.
- getSize() - Method in class opendap.dap.DArrayDimension
-
Get the dimension size.
- getStart() - Method in class opendap.dap.DArrayDimension
-
Get the projection start point for this dimension.
- getStart(int) - Method in class opendap.dap.Server.SDArray
-
Gets the start value for the array projection.
- getStart(int) - Method in class opendap.dap.Server.SDGrid
-
Gets the start value for the projection of the
dimension
indicated.
- getStart(int) - Method in interface opendap.dap.Server.ServerArrayMethods
-
- getStop() - Method in class opendap.dap.DArrayDimension
-
Get the projection stop point for this dimension.
- getStop(int) - Method in class opendap.dap.Server.SDArray
-
Gets the stop value for the array projection.
- getStop(int) - Method in class opendap.dap.Server.SDGrid
-
Gets the stop value for the projection of the
dimension
indicated.
- getStop(int) - Method in interface opendap.dap.Server.ServerArrayMethods
-
- getStride() - Method in class opendap.dap.DArrayDimension
-
Get the projection stride size for this dimension.
- getStride(int) - Method in class opendap.dap.Server.SDArray
-
Gets the stride value for the array projection.
- getStride(int) - Method in class opendap.dap.Server.SDGrid
-
Gets the stride value for the projection of the
dimension
indicated.
- getStride(int) - Method in interface opendap.dap.Server.ServerArrayMethods
-
- getSubMinor() - Method in class opendap.dap.ServerVersion
-
Returns the sub-minor version number, if it exists.
- GetSuffix(int) - Method in class opendap.dap.parser.SimpleCharStream
-
- getSwitch(Character) - Method in class opendap.util.Getopts
-
method to return the OptSwitch object associated with the
'sw' argument.
- getTabSize(int) - Method in class opendap.dap.parser.SimpleCharStream
-
- getTemplate() - Method in class opendap.dap.PrimitiveVector
-
Returns the template variable for this vector.
- getToken(int) - Method in class opendap.dap.parser.ExprParser
-
- getType() - Method in class opendap.dap.Alias
-
Returns the attribute type constant.
- getType() - Method in class opendap.dap.Attribute
-
Returns the attribute type constant.
- getTypeName() - Method in class opendap.dap.BaseType
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DArray
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DByte
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DFloat32
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DFloat64
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DGrid
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DInt16
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DInt32
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DList
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DSequence
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DString
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DStructure
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DUInt16
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DUInt32
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DURL
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeName() - Method in class opendap.dap.DVector
-
Returns the OPeNDAP type name of the class instance as a String
.
- getTypeString() - Method in class opendap.dap.Attribute
-
Returns the attribute type as a String
.
- getTypeVal(String) - Static method in class opendap.dap.Attribute
-
Returns the attribute type as a String
.
- getURL() - Method in class opendap.dap.Server.DereferenceClause
-
- Geturl - Class in opendap.util.geturl
-
Java port of the geturl command-line client.
- Geturl() - Constructor for class opendap.util.geturl.Geturl
-
- GeturlApplet - Class in opendap.util.geturl.gui
-
Java geturl applet.
- GeturlApplet() - Constructor for class opendap.util.geturl.gui.GeturlApplet
-
- GeturlFrame - Class in opendap.util.geturl.gui
-
Geturl frame.
- GeturlFrame(boolean) - Constructor for class opendap.util.geturl.gui.GeturlFrame
-
- getUserObject() - Method in class opendap.servlet.ParsedRequest
-
- getUserObject() - Method in class opendap.servlet.ReqState
-
- getValue(int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Return the i'th value as a BaseType
.
- getValue(int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Return the i'th value as a double
.
- getValue(int) - Method in class opendap.dap.BytePrimitiveVector
-
Return the i'th value as a byte
.
- getValue() - Method in class opendap.dap.DByte
-
Get the current value as a byte.
- getValue() - Method in class opendap.dap.DFloat32
-
Get the current value as a float.
- getValue() - Method in class opendap.dap.DFloat64
-
Get the current value as a double.
- getValue() - Method in class opendap.dap.DInt16
-
Get the current value as a short (16bit int).
- getValue() - Method in class opendap.dap.DInt32
-
Get the current value as an int.
- getValue() - Method in class opendap.dap.DString
-
Get the current value as a String
.
- getValue(int) - Method in class opendap.dap.Float32PrimitiveVector
-
Return the i'th value as a double
.
- getValue(int) - Method in class opendap.dap.Float64PrimitiveVector
-
Return the i'th value as a double
.
- getValue(int) - Method in class opendap.dap.Int16PrimitiveVector
-
Return the i'th value as a short
.
- getValue(int) - Method in class opendap.dap.Int32PrimitiveVector
-
Return the i'th value as an int
.
- getValue() - Method in class opendap.dap.Server.BoolFunctionClause
-
- getValue() - Method in class opendap.dap.Server.BTFunctionClause
-
- getValue() - Method in class opendap.dap.Server.DereferenceClause
-
- getValue() - Method in class opendap.dap.Server.RelOpClause
-
- getValue() - Method in interface opendap.dap.Server.SubClause
-
Returns a BaseType containing the current value of the sub-clause.
- getValue() - Method in interface opendap.dap.Server.TopLevelClause
-
Returns the current value of the clause.
- getValue() - Method in class opendap.dap.Server.ValueClause
-
Returns the BaseType represented by this clause.
- getValueAt(int) - Method in class opendap.dap.Alias
-
Returns the attribute value at index
.
- getValueAt(int) - Method in class opendap.dap.Attribute
-
Returns the attribute value at index
.
- getValueAtN(int) - Method in class opendap.dap.Attribute
-
Returns the attribute value at index
.
- getValues() - Method in class opendap.dap.Alias
-
Returns the values of this attribute as an Enumeration
of String
.
- getValues() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an Enumeration
of String
.
- getValuesIterator() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an Enumeration
of String
.
- getVar(int) - Method in class opendap.dap.DConstructor
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DGrid
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DSequence
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DStructure
-
Gets the indexed variable.
- getVariable(String) - Method in class opendap.dap.DConstructor
-
Gets the named variable.
- getVariable(String) - Method in class opendap.dap.DDS
-
Returns a reference to the named variable.
- getVariable(String) - Method in class opendap.dap.DGrid
-
Returns the named variable.
- getVariable(String) - Method in class opendap.dap.DSequence
-
Returns the named variable.
- getVariable(int, String) - Method in class opendap.dap.DSequence
-
Returns the named variable in the given row of the sequence.
- getVariable(String) - Method in class opendap.dap.DStructure
-
Returns the named variable.
- getVariables() - Method in class opendap.dap.DConstructor
-
Return an Enumeration that can be used to iterate over all of the
members of the class.
- getVariables() - Method in class opendap.dap.DDS
-
Returns an Enumeration
of the dataset variables.
- getVariables() - Method in class opendap.dap.DGrid
-
Return an Enumeration that can be used to iterate over the members of
a Structure.
- getVariables() - Method in class opendap.dap.DSequence
-
Return an Enumeration that can be used to iterate over the members of
a Sequence.
- getVariables() - Method in class opendap.dap.DStructure
-
Return an Enumeration that can be used to iterate over the members of
a Structure.
- getVersionElement() - Static method in class opendap.Version
-
- getVersionString() - Method in class opendap.dap.ServerVersion
-
Returns the full version string.
- getVersionString() - Static method in class opendap.Version
-
- getWebFormDDS(String, ServerDDS) - Method in class opendap.servlet.GetHTMLInterfaceHandler
-
************************************************************************
Gets a DDS for the specified data set and builds it using the class
factory in the package opendap.servers.www.
- GREATER - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- greater(BaseType) - Method in interface opendap.dap.Server.RelOps
-
- greater(BaseType) - Method in class opendap.dap.Server.SDArray
-
- greater(BaseType) - Method in class opendap.dap.Server.SDByte
-
- greater(BaseType) - Method in class opendap.dap.Server.SDFloat32
-
- greater(BaseType) - Method in class opendap.dap.Server.SDFloat64
-
- greater(BaseType) - Method in class opendap.dap.Server.SDGrid
-
- greater(BaseType) - Method in class opendap.dap.Server.SDInt16
-
- greater(BaseType) - Method in class opendap.dap.Server.SDInt32
-
- greater(BaseType) - Method in class opendap.dap.Server.SDList
-
- greater(BaseType) - Method in class opendap.dap.Server.SDSequence
-
- greater(BaseType) - Method in class opendap.dap.Server.SDString
-
- greater(BaseType) - Method in class opendap.dap.Server.SDStructure
-
- greater(BaseType) - Method in class opendap.dap.Server.SDUInt16
-
- greater(BaseType) - Method in class opendap.dap.Server.SDUInt32
-
- greater(BaseType) - Method in class opendap.dap.Server.SDURL
-
- greater(BaseType) - Method in interface opendap.dap.Server.ServerMethods
-
The Operator
class contains a generalized implementation
of this method.
- GREATER_EQL - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- greater_eql(BaseType) - Method in interface opendap.dap.Server.RelOps
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDArray
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDByte
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDFloat32
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDFloat64
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDGrid
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDInt16
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDInt32
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDList
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDSequence
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDString
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDStructure
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDUInt16
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDUInt32
-
- greater_eql(BaseType) - Method in class opendap.dap.Server.SDURL
-
- greater_eql(BaseType) - Method in interface opendap.dap.Server.ServerMethods
-
The Operator
class contains a generalized implementation
of this method.
- GuardedDataset - Interface in opendap.servlet
-
A GuardedDataset allows us to handle multithreaded stateful processing.
- GuiTest - Class in opendap.util.gui
-
Test routine for the opendap/util/gui classes
- GuiTest() - Constructor for class opendap.util.gui.GuiTest
-
- id2www(String) - Static method in class opendap.util.EscapeStrings
-
Replace characters that are not allowed in DAP2 identifiers.
- id2www_ce(String) - Static method in class opendap.util.EscapeStrings
-
Replace characters that are not allowed in WWW URLs using rules specific
to Constraint Expressions.
- idle - Static variable in class opendap.dap.test.Diff
-
- image - Variable in class opendap.dap.parser.Token
-
The string image of the token.
- inBuf - Variable in class opendap.dap.parser.SimpleCharStream
-
- incrementByteCount(int) - Method in interface opendap.dap.StatusUI
-
Add bytes to the total deserialize count.
- incrementByteCount(int) - Method in class opendap.util.geturl.gui.StatusWindow
-
Add bytes to the total deserialize count.
- ingestDAS(DAS) - Method in class opendap.dap.DDS
-
Takes the passed parameter das
and attempts
to incorporate it's contents into the Attributes of the DDS
variables.
- iniFile - Class in opendap.util
-
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 opendap.util.iniFile
-
We don't want this to get used so we made it protected...
- iniFile(String) - Constructor for class opendap.util.iniFile
-
**********************************************************************
Create a iniFile
object from the file named in the
parameter fname
.
- iniFile(String, String) - Constructor for class opendap.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 opendap.util.iniFile
-
**********************************************************************
Create a iniFile
object from the file named in the
parameter fname
, and found on the parameter path
- init() - Method in class opendap.servers.test.dts
-
- init() - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Intitializes the servlet.
- init() - Method in class opendap.util.geturl.gui.GeturlApplet
-
Open the frame and add the start button to the layout
- initialize(String, String, String[]) - Method in class opendap.util.Getopts
-
- input_stream - Variable in class opendap.dap.parser.ExprParserTokenManager
-
- inputStream - Variable in class opendap.dap.parser.SimpleCharStream
-
- insert - Static variable in class opendap.dap.test.Diff
-
- INT16 - Static variable in class opendap.dap.Attribute
-
Int16 attribute type.
- Int16PrimitiveVector - Class in opendap.dap
-
A vector of shorts.
- Int16PrimitiveVector(BaseType) - Constructor for class opendap.dap.Int16PrimitiveVector
-
Constructs a new Int16PrimitiveVector
.
- INT32 - Static variable in class opendap.dap.Attribute
-
Int32 attribute type.
- Int32PrimitiveVector - Class in opendap.dap
-
A vector of ints.
- Int32PrimitiveVector(BaseType) - Constructor for class opendap.dap.Int32PrimitiveVector
-
Constructs a new Int32PrimitiveVector
.
- InvalidOperatorException - Exception in opendap.dap.Server
-
Thrown when a RelOp
operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float.
- InvalidOperatorException(String) - Constructor for exception opendap.dap.Server.InvalidOperatorException
-
Construct a InvalidOperatorException
with the specified
detail message.
- InvalidOperatorException(int, String) - Constructor for exception opendap.dap.Server.InvalidOperatorException
-
Construct a InvalidOperatorException
with the specified
message and OPeNDAP error code (see DAP2Exception
).
- InvalidParameterException - Exception in opendap.dap.Server
-
Used to indicate that one of the passed parameters to a method
is either the wrong type, is missing, or it's value is
unacceptable.
- InvalidParameterException(String) - Constructor for exception opendap.dap.Server.InvalidParameterException
-
Construct a InvalidParameterException
with the specified
detail message.
- InvalidParameterException(int, String) - Constructor for exception opendap.dap.Server.InvalidParameterException
-
Construct a InvalidParameterException
with the specified
message and OPeNDAP error code (see DAP2Exception
).
- InvalidSwitch - Class in opendap.util
-
Exception throwable by the Getopts class
- InvalidSwitch() - Constructor for class opendap.util.InvalidSwitch
-
Used when no notification string other than the
standard one will be thrown with the exception.
- InvalidSwitch(String) - Constructor for class opendap.util.InvalidSwitch
-
Used when passing the string that will be thrown.
- IOExceptionHandler(IOException, HttpServletResponse, ReqState) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Sends an error to the client.
- isAlias() - Method in class opendap.dap.Alias
-
Returns true if the attribute is an alias.
- isAlias() - Method in class opendap.dap.Attribute
-
Returns true if the attribute is an alias.
- isApplet - Variable in class opendap.util.geturl.gui.GeturlFrame
-
True if we are an applet.
- isConstant() - Method in class opendap.dap.Server.AbstractClause
-
- isConstant() - Method in interface opendap.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 opendap.dap.Alias
-
Returns true if the attribute is a container.
- isContainer() - Method in class opendap.dap.Attribute
-
Returns true if the attribute is a container.
- isDefined() - Method in class opendap.dap.Server.AbstractClause
-
- isDefined() - Method in interface opendap.dap.Server.Clause
-
Returns whether or not the clause has a defined value.
- isEmpty() - Method in class opendap.util.SortedTable
-
Tests if this table is empty.
- isLocal() - Method in class opendap.dap.DConnect
-
Returns whether a file name or InputStream
is being used
instead of a URL.
- isOn() - Static method in class opendap.util.Log
-
- isProject() - Method in class opendap.dap.Server.SDArray
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDByte
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDFloat32
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDFloat64
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDGrid
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDInt16
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDInt32
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDList
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDSequence
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDString
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDStructure
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDUInt16
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDUInt32
-
Check the projection state of this variable.
- isProject() - Method in class opendap.dap.Server.SDURL
-
Check the projection state of this variable.
- isProject() - Method in interface opendap.dap.Server.ServerMethods
-
Check the projection state of this variable.
- isRead() - Method in class opendap.dap.Server.SDArray
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDByte
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDFloat32
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDFloat64
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDGrid
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDInt16
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDInt32
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDList
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDSequence
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDString
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDStructure
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDUInt16
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDUInt32
-
Get the value of the Read property.
- isRead() - Method in class opendap.dap.Server.SDURL
-
Get the value of the Read property.
- isRead() - Method in interface opendap.dap.Server.ServerMethods
-
Get the value of the Read property.
- isSet(String) - Static method in class opendap.util.Debug
-
- isSynthesized() - Method in class opendap.dap.Server.SDArray
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDByte
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDFloat32
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDFloat64
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDGrid
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDInt16
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDInt32
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDList
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDSequence
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDString
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDStructure
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDUInt16
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDUInt32
-
Get the value of the Synthesized property.
- isSynthesized() - Method in class opendap.dap.Server.SDURL
-
Get the value of the Synthesized property.
- isSynthesized() - Method in interface opendap.dap.Server.ServerMethods
-
Get the value of the Synthesized property.
- nameForJsCode(String) - Static method in class opendap.servers.www.wwwOutPut
-
- nameInDDS(String, DDS) - Static method in class opendap.util.dasTools
-
- nameInKillFile(String) - Static method in class opendap.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 opendap.util.dasTools
-
- newBoolFunctionClause(String, List) - Method in class opendap.dap.Server.ClauseFactory
-
Generates a clause which invokes a function that returns a
boolean value.
- newBTFunctionClause(String, List) - Method in class opendap.dap.Server.ClauseFactory
-
Generates a clause which invokes a function that returns a
BaseType.
- newDArray() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray.
- newDArray(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray with name n.
- newDArray() - Method in class opendap.dap.DefaultFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DArray with name n.
- newDArray() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DArray with name n.
- newDArray() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DArray with name n.
- newDArray() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DArray with name n.
- newDByte() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DByte.
- newDByte(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DByte with name n.
- newDByte() - Method in class opendap.dap.DefaultFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DByte with name n.
- newDByte() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DByte with name n.
- newDByte() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DByte with name n.
- newDByte() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DByte with name n.
- newDereferenceClause(String) - Method in class opendap.dap.Server.ClauseFactory
-
Generates a clause representing a remote value, referenced by a URL.
- newDFloat32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat32 with name n.
- newDFloat32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat32 with name n.
- newDFloat32() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DFloat32 with name n.
- newDFloat32() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DFloat32 with name n.
- newDFloat32() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DFloat32 with name n.
- newDFloat64() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat64 with name n.
- newDFloat64() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat64 with name n.
- newDFloat64() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DFloat64 with name n.
- newDFloat64() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DFloat64 with name n.
- newDFloat64() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DFloat64 with name n.
- newDGrid() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DGrid with name n.
- newDGrid() - Method in class opendap.dap.DefaultFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DGrid with name n.
- newDGrid() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DGrid with name n.
- newDGrid() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DGrid with name n.
- newDGrid() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DGrid with name n.
- newDInt16() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt16 with name n.
- newDInt16() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt16 with name n.
- newDInt16() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DInt16 with name n.
- newDInt16() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DInt16 with name n.
- newDInt16() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DInt16 with name n.
- newDInt32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt32 with name n.
- newDInt32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt32 with name n.
- newDInt32() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DInt32 with name n.
- newDInt32() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DInt32 with name n.
- newDInt32() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DInt32 with name n.
- newDSequence() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DSequence with name n.
- newDSequence() - Method in class opendap.dap.DefaultFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DSequence with name n.
- newDSequence() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DSequence with name n.
- newDSequence() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DSequence with name n.
- newDSequence() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DSequence with name n.
- newDString() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DString.
- newDString(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DString with name n.
- newDString() - Method in class opendap.dap.DefaultFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DString with name n.
- newDString() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DString with name n.
- newDString() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DString with name n.
- newDString() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DString with name n.
- newDStructure() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DStructure with name n.
- newDStructure() - Method in class opendap.dap.DefaultFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DStructure with name n.
- newDStructure() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DStructure with name n.
- newDStructure() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DStructure with name n.
- newDStructure() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DStructure with name n.
- newDUInt16() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt16 with name n.
- newDUInt16() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt16 with name n.
- newDUInt16() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DUInt16 with name n.
- newDUInt16() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DUInt16 with name n.
- newDUInt16() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DUInt16 with name n.
- newDUInt32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt32 with name n.
- newDUInt32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt32 with name n.
- newDUInt32() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DUInt32 with name n.
- newDUInt32() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DUInt32 with name n.
- newDUInt32() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DUInt32 with name n.
- newDURL() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DURL.
- newDURL(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DURL with name n.
- newDURL() - Method in class opendap.dap.DefaultFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DURL with name n.
- newDURL() - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.servers.ascii.asciiFactory
-
Construct a new DURL with name n.
- newDURL() - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.servers.test.test_ServerFactory
-
Construct a new DURL with name n.
- newDURL() - Method in class opendap.servers.www.wwwFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.servers.www.wwwFactory
-
Construct a new DURL with name n.
- newLoadTestArray(String, test_SDArray) - Method in class opendap.servers.test.testEngine
-
Loads test Arrays full of data
- newPrimitiveVector() - Method in class opendap.dap.BaseType
-
Constructs a new PrimitiveVector
object optimized for the
particular data type of this BaseType
.
- newPrimitiveVector() - Method in class opendap.dap.DByte
-
Constructs a new BytePrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DFloat32
-
Constructs a new Float32PrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DFloat64
-
Constructs a new Float64PrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DInt16
-
Constructs a new Int16PrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DInt32
-
Constructs a new Int32PrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DUInt16
-
Constructs a new UInt16PrimitiveVector
.
- newPrimitiveVector() - Method in class opendap.dap.DUInt32
-
Constructs a new UInt32PrimitiveVector
.
- newRelOpClause(int, SubClause, List) - Method in class opendap.dap.Server.ClauseFactory
-
Generates a clause which which compares subclauses, using one of the
relative operators supported by the Operator class.
- newToken(int) - Static method in class opendap.dap.parser.Token
-
Returns a new Token object, by default.
- newValueClause(BaseType, boolean) - Method in class opendap.dap.Server.ClauseFactory
-
Generates a clause representing a simple value,
such as "var1" or "19".
- next - Variable in class opendap.dap.parser.Token
-
A reference to the next regular (non-special) token from the input
stream.
- nextBool() - Method in class opendap.servers.test.testEngine
-
- nextByte() - Method in class opendap.servers.test.testEngine
-
- nextFloat32() - Method in class opendap.servers.test.testEngine
-
- nextFloat64() - Method in class opendap.servers.test.testEngine
-
- nextInt16() - Method in class opendap.servers.test.testEngine
-
- nextInt32() - Method in class opendap.servers.test.testEngine
-
- nextString() - Method in class opendap.servers.test.testEngine
-
- nextUint16() - Method in class opendap.servers.test.testEngine
-
- nextUint32() - Method in class opendap.servers.test.testEngine
-
- nextURL() - Method in class opendap.servers.test.testEngine
-
- NO_AUTHORIZATION - Static variable in exception opendap.dap.DAP2Exception
-
The user has no authorization to read the OPeNDAP URL.
- NO_PROGRAM - Static variable in exception opendap.dap.DAP2Exception
-
This Error does not contain a program.
- NO_SUCH_FILE - Static variable in exception opendap.dap.DAP2Exception
-
The file specified by the OPeNDAP URL does not exist.
- NO_SUCH_VARIABLE - Static variable in exception opendap.dap.DAP2Exception
-
The variable specified in the OPeNDAP URL does not exist.
- NONE - Static variable in class opendap.util.OptSwitch
-
- normalize(String) - Static method in class opendap.dap.DDS
-
The normalize
method is used to normalize variable and
attribute name strings prior
to their comparison with the normalized tokens extracted from the
variable and name fields in an Alias declaration.
- normalizeToXML(String) - Static method in class opendap.dap.XMLparser.DDSXMLParser
-
This method is used to normalize strings prior
to their inclusion in XML documents.
- normalizeToXML(String) - Static method in class opendap.util.EscapeStrings
-
This method is used to normalize strings prior
to their inclusion in XML documents.
- NoSuchAttributeException - Exception in opendap.dap
-
Thrown by AttributeTable
when an attempt is made to alias to
a non-existent attribute.
- NoSuchAttributeException(String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a NoSuchAttributeException
with the specified
message.
- NoSuchAttributeException(int, String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a NoSuchAttributeException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- NoSuchFunctionException - Exception in opendap.dap
-
Thrown when an attempt is made to access a function that does not exist.
- NoSuchFunctionException(String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a NoSuchFunctionException
with the specified
message.
- NoSuchFunctionException(int, String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a NoSuchFunctionException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- NoSuchTypeException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchTypeException(String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a NoSuchVariableException
with the specified detail
message.
- NoSuchTypeException(int, String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a NoSuchVariableException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- NoSuchVariableException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchVariableException(String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a NoSuchVariableException
with the specified detail
message.
- NoSuchVariableException(int, String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a NoSuchVariableException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- NOT_EQUAL - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- not_equal(BaseType) - Method in interface opendap.dap.Server.RelOps
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDArray
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDByte
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDFloat32
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDFloat64
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDGrid
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDInt16
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDInt32
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDList
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDSequence
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDString
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDStructure
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDUInt16
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDUInt32
-
- not_equal(BaseType) - Method in class opendap.dap.Server.SDURL
-
- not_equal(BaseType) - Method in interface opendap.dap.Server.ServerMethods
-
The Operator
class contains a generalized implementation
of this method.
- numDimensions() - Method in class opendap.dap.DArray
-
Returns the number of dimensions in this array.
- numVariables() - Method in class opendap.dap.DDS
-
Returns the number of variables in the dataset.
- parent - Variable in class opendap.dap.Server.BTFunctionClause
-
- parent - Variable in class opendap.dap.Server.DereferenceClause
-
- parent - Variable in class opendap.dap.Server.ValueClause
-
- parse(InputStream) - Method in exception opendap.dap.DAP2Exception
-
Reads an Error description from the named InputStream.
- parse(InputStream) - Method in class opendap.dap.DAS
-
Reads a DAS
from the named InputStream/Reader
.
- parse(InputStream) - Method in class opendap.dap.DDS
-
Reads a DDS
from the named InputStream
or Reader.
- parse() - Method in class opendap.dap.parser.DapParser
-
Parse input from the scanner that was specified at object construction
time.
- parse(Document, DDS, BaseTypeFactory, boolean) - Method in class opendap.dap.XMLparser.DDSXMLParser
-
Parse the DDX waiting in the InputStream
and instantiate all of
the member BaseType
variables and their associated Attributes
into a DDS
using the passed BaseTypeFactory
- parse(InputStream, DDS, BaseTypeFactory, boolean) - Method in class opendap.dap.XMLparser.DDSXMLParser
-
Parse the DDX waiting in the InputStream
and instantiate all of
the member BaseType
variables and their associated Attributes
into a DDS
using the passed BaseTypeFactory
- parse_options(String[]) - Static method in class opendap.servers.test.SDTest
-
- parseConstraint(String) - Method in class opendap.dap.Server.CEEvaluator
-
Parse a constraint expression.
- ParsedRequest - Class in opendap.servlet
-
This holds the parsed information from one particular user request.
- ParsedRequest(String, String, String, boolean) - Constructor for class opendap.servlet.ParsedRequest
-
- ParseException - Exception in opendap.dap.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception opendap.dap.parser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception opendap.dap.parser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception opendap.dap.parser.ParseException
-
- ParseException(Throwable) - Constructor for exception opendap.dap.parser.ParseException
-
- ParseException(String, Throwable) - Constructor for exception opendap.dap.parser.ParseException
-
- parseExceptionHandler(ParseException, HttpServletResponse) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
- parseXML(InputStream, boolean) - Method in class opendap.dap.DDS
-
Reads a DDX from the named InputStream
.
- parseXML(Document, boolean) - Method in class opendap.dap.DDS
-
Reads a DDX from the named Document
.
- pop() - Method in class opendap.dap.parser.OClist
-
- prefix - Variable in class opendap.dap.Server.FunctionLibrary
-
- prevCharIsCR - Variable in class opendap.dap.parser.SimpleCharStream
-
- prevCharIsLF - Variable in class opendap.dap.parser.SimpleCharStream
-
- PrimitiveVector - Class in opendap.dap
-
A helper class for DVector
.
- PrimitiveVector(BaseType) - Constructor for class opendap.dap.PrimitiveVector
-
Constructs a new PrimitiveVector
.
- print(PrintWriter, String) - Method in class opendap.dap.Alias
-
- print(PrintWriter, String) - Method in class opendap.dap.Attribute
-
- print(OutputStream, String) - Method in class opendap.dap.Attribute
-
Print the attribute on the given OutputStream
.
- print(PrintWriter) - Method in class opendap.dap.Attribute
-
Print the attribute on the given PrintWriter
with
four spaces of indentation.
- print(OutputStream) - Method in class opendap.dap.Attribute
-
Print the attribute on the given OutputStream
with
four spaces of indentation.
- print(PrintWriter, String) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given PrintWriter
.
- print(OutputStream, String) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given OutputStream
.
- print(PrintWriter) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given PrintWriter
with
four spaces of indentation.
- print(OutputStream) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given OutputStream
with
four spaces of indentation.
- print(PrintWriter) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given PrintWriter
.
- print(OutputStream) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given OutputStream
.
- print(PrintWriter) - Method in class opendap.dap.DDS
-
Print the DDS
on the given PrintWriter
.
- print(OutputStream) - Method in class opendap.dap.DDS
-
Print the DDS
on the given OutputStream
.
- print_SDDS(ServerDDS, boolean) - Static method in class opendap.servers.test.SDTest
-
- printAsMapXML(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
- printAttributes(OutputStream) - Method in class opendap.dap.BaseType
-
- printAttributes(OutputStream, String) - Method in class opendap.dap.BaseType
-
- printAttributes(PrintWriter) - Method in class opendap.dap.BaseType
-
- printAttributes(PrintWriter, String) - Method in class opendap.dap.BaseType
-
- printBrowserForm(PrintWriter, DAS) - Method in interface opendap.servers.www.BrowserForm
-
Returns an string representation of the variables value.
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwArray
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwByte
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwF32
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwF64
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwGrid
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwI16
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwI32
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwSequence
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwString
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwStructure
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwUI16
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwUI32
-
- printBrowserForm(PrintWriter, DAS) - Method in class opendap.servers.www.wwwURL
-
- printCatalog(HttpServletRequest, PrintWriter) - Method in class opendap.servlet.AbstractServlet
-
- printConstrained(PrintWriter) - Method in class opendap.dap.Server.ServerDDS
-
Print the constrained DDS
on the given
PrintWriter
.
- printConstrained(OutputStream) - Method in class opendap.dap.Server.ServerDDS
-
Print the constrained DDS
on the given
OutputStream
.
- printConstrainedXML(OutputStream) - Method in class opendap.dap.Server.ServerDDS
-
Print the constrained DDS
on the given
OutputStream
.
- printConstrainedXML(PrintWriter) - Method in class opendap.dap.Server.ServerDDS
-
Print the constrained DDS
on the given
PrintWriter
.
- printDAS(OutputStream) - Method in class opendap.dap.DDS
-
Print a DAS constructed from this DDS and it's BaseType variables.
- printDAS(PrintWriter) - Method in class opendap.dap.DDS
-
Print a DAS constructed from this DDS and it's BaseType variables.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.BaseType
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream, String, boolean, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using OutputStream
.
- printDecl(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using OutputStream
.
- printDecl(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DArray
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DGrid
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DSequence
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DStructure
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DVector
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.PrimitiveVector
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean) - Method in class opendap.dap.PrimitiveVector
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDArray
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDByte
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDFloat32
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDFloat64
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDGrid
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDInt16
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDInt32
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDList
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDSequence
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDString
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDStructure
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDUInt16
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDUInt32
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.Server.SDURL
-
Write the variable's declaration in a C-style syntax.
- printDODSException(DAP2Exception) - Static method in class opendap.util.Log
-
- println(String) - Method in class opendap.dap.test.Diff
-
Convenience wrapper for println
- println(String) - Static method in class opendap.util.Log
-
- printProps(PrintStream) - Method in class opendap.util.iniFile
-
**********************************************************************
Prints the iniFile.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BytePrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.UInt16PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.UInt32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printStatus(PrintWriter) - Method in class opendap.servlet.AbstractServlet
-
- printThrowable(Throwable) - Static method in class opendap.util.Log
-
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's value.
- printVal(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's value using OutputStream
.
- printVal(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's value using OutputStream
.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.BytePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter) - Method in class opendap.dap.DataDDS
-
Print the dataset just read.
- printVal(OutputStream) - Method in class opendap.dap.DataDDS
-
Print the dataset using OutputStream.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DByte
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DFloat32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DFloat64
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DGrid
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DSequence
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DString
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DStructure
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DUInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DUInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDArray
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDByte
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDFloat32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDFloat64
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDGrid
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDList
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDSequence
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDString
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDStructure
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDUInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDUInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDURL
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.UInt16PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.UInt32PrimitiveVector
-
Prints the value of all variables in this vector.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Alias
-
- printXML(OutputStream) - Method in class opendap.dap.Attribute
-
- printXML(OutputStream, String) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter, String) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Attribute
-
- printXML(OutputStream) - Method in class opendap.dap.AttributeTable
-
- printXML(OutputStream, String) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter, String) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.AttributeTable
-
- printXML(OutputStream) - Method in class opendap.dap.BaseType
-
- printXML(OutputStream, String) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DConstructor
-
- printXML(PrintWriter) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the DDS
as an XML document.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the DDS
as an XML document.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DGrid
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDArray
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDByte
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDFloat32
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDFloat64
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDGrid
-
Write the variable's declaration in a C-style syntax.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDInt16
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDInt32
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDSequence
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDString
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDStructure
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDUInt16
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDUInt32
-
Write the variable's declaration in XML.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Server.SDURL
-
Write the variable's declaration in XML.
- probeObject(Object) - Static method in class opendap.util.Tools
-
Show me lots of stuff about the passed in object
- probeRequest(PrintStream, HttpServletRequest) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
This is a bit of instrumentation that I kept around to let me look at the
state of the incoming HttpServletRequest
from the client.
- processDodsURL() - Method in class opendap.servlet.ReqState
-
*************************************************************************
Processes an incoming HttpServletRequest
.
- programCancel() - Method in class opendap.util.geturl.gui.StatusWindow
-
Allow the program to "press" the cancel button as well as the user.
- proj_clause() - Method in class opendap.dap.parser.ExprParser
-
- proj_variable() - Method in class opendap.dap.parser.ExprParser
-
- projectedComponents(boolean) - Method in class opendap.dap.Server.SDGrid
-
How many prohected components of this Grid object?
- projection() - Method in class opendap.dap.parser.ExprParser
-
- projectionYieldsGrid() - Method in class opendap.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 opendap.util.SortedTable
-
Maps the specified key to the specified value in this table.
- same - Static variable in class opendap.dap.test.Diff
-
- SBHException - Exception in opendap.dap.Server
-
The Something Bad Happened (SBH) Exception.
- SBHException(String) - Constructor for exception opendap.dap.Server.SBHException
-
Construct a SBHException
with the specified
detail message.
- SBHException(int, String) - Constructor for exception opendap.dap.Server.SBHException
-
Construct a SBHException
with the specified
message and OPeNDAP error code see (DAP2Exception
).
- SCAN_ALIAS - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_ARRAY - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_ATTR - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_BYTE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_CODE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_DATA - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_DATASET - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_ERROR - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_FLOAT32 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_FLOAT64 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_GRID - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_INT16 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_INT32 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_MAPS - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_MESSAGE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_PROG - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_PTYPE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_SEQUENCE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_STRING - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_STRUCTURE - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_UINT16 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_UINT32 - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_URL - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SCAN_WORD - Static variable in class opendap.dap.parser.DapParser
-
Token number, to be returned by the scanner.
- SDArray - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Array
value.
- SDArray() - Constructor for class opendap.dap.Server.SDArray
-
Constructs a new SDArray
.
- SDArray(String) - Constructor for class opendap.dap.Server.SDArray
-
Constructs a new SDArray
with name n
.
- SDByte - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Byte
value.
- SDByte() - Constructor for class opendap.dap.Server.SDByte
-
Constructs a new SDByte
.
- SDByte(String) - Constructor for class opendap.dap.Server.SDByte
-
Constructs a new SDByte
with name n
.
- SDFloat32 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Float32
value.
- SDFloat32() - Constructor for class opendap.dap.Server.SDFloat32
-
Constructs a new SDFloat32
.
- SDFloat32(String) - Constructor for class opendap.dap.Server.SDFloat32
-
Constructs a new SDFloat32
with name n
.
- SDFloat64 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Float64
value.
- SDFloat64() - Constructor for class opendap.dap.Server.SDFloat64
-
Constructs a new SDFloat64
.
- SDFloat64(String) - Constructor for class opendap.dap.Server.SDFloat64
-
Constructs a new SDFloat64
with name n
.
- SDGrid - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Grid
value.
- SDGrid() - Constructor for class opendap.dap.Server.SDGrid
-
Constructs a new SDGrid
.
- SDGrid(String) - Constructor for class opendap.dap.Server.SDGrid
-
Constructs a new SDGrid
with name n
.
- SDInt16 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Int16
value.
- SDInt16() - Constructor for class opendap.dap.Server.SDInt16
-
Constructs a new SDInt16
.
- SDInt16(String) - Constructor for class opendap.dap.Server.SDInt16
-
Constructs a new SDInt16
with name n
.
- SDInt32 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Int32
value.
- SDInt32() - Constructor for class opendap.dap.Server.SDInt32
-
Constructs a new SDInt32
.
- SDInt32(String) - Constructor for class opendap.dap.Server.SDInt32
-
Constructs a new SDInt32
with name n
.
- SDList - Class in opendap.dap.Server
-
Holds a OPeNDAP Server List
value.
- SDList() - Constructor for class opendap.dap.Server.SDList
-
Constructs a new SDList
.
- SDList(String) - Constructor for class opendap.dap.Server.SDList
-
Constructs a new SDList
with name n
.
- SDSequence - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Sequence
value.
- SDSequence() - Constructor for class opendap.dap.Server.SDSequence
-
Constructs a new SDSequence
.
- SDSequence(String) - Constructor for class opendap.dap.Server.SDSequence
-
Constructs a new SDSequence
with name n
.
- SDString - Class in opendap.dap.Server
-
Holds a OPeNDAP Server String
value.
- SDString() - Constructor for class opendap.dap.Server.SDString
-
Constructs a new SDString
.
- SDString(String) - Constructor for class opendap.dap.Server.SDString
-
Constructs a new SDString
with name n
.
- SDStructure - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Structure
value.
- SDStructure() - Constructor for class opendap.dap.Server.SDStructure
-
Constructs a new SDStructure
.
- SDStructure(String) - Constructor for class opendap.dap.Server.SDStructure
-
Constructs a new SDStructure
with name n
.
- SDTest - Class in opendap.servers.test
-
- SDTest() - Constructor for class opendap.servers.test.SDTest
-
- SDUInt16 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Unsigned Int16
value.
- SDUInt16() - Constructor for class opendap.dap.Server.SDUInt16
-
Constructs a new SDUInt16
.
- SDUInt16(String) - Constructor for class opendap.dap.Server.SDUInt16
-
Constructs a new SDUInt16
with name n
.
- SDUInt32 - Class in opendap.dap.Server
-
Holds a OPeNDAP Server Unsigned Int32
value.
- SDUInt32() - Constructor for class opendap.dap.Server.SDUInt32
-
Constructs a new SDUInt32
.
- SDUInt32(String) - Constructor for class opendap.dap.Server.SDUInt32
-
Constructs a new SDUInt32
with name n
.
- SDURL - Class in opendap.dap.Server
-
Holds a OPeNDAP Server URL
value.
- SDURL() - Constructor for class opendap.dap.Server.SDURL
-
Constructs a new SDURL
.
- SDURL(String) - Constructor for class opendap.dap.Server.SDURL
-
Constructs a new SDURL
with name n
.
- search(String, Stack) - Method in class opendap.dap.DDS
-
Look for name
in the DDS.
- selection() - Method in class opendap.dap.parser.ExprParser
-
- send(String, OutputStream, Object) - Method in class opendap.dap.Server.CEEvaluator
-
This function sends the variables described in the constrained DDS to
the output described by sink
.
- sendASCII(HttpServletRequest, HttpServletResponse, String) - Method in class opendap.servlet.GetAsciiHandler
-
************************************************************************
Default handler for OPeNDAP ascii requests.
- sendDataRequestForm(HttpServletRequest, HttpServletResponse, String, ServerDDS, DAS) - Method in class opendap.servlet.GetHTMLInterfaceHandler
-
************************************************************************
Default handler for OPeNDAP .html requests.
- sendDIR(HttpServletRequest, HttpServletResponse, ReqState) - Method in class opendap.servlet.GetDirHandler
-
************************************************************************
Default handler for OPeNDAP directory requests.
- sendDODSError(HttpServletRequest, HttpServletResponse, String, String) - Method in class opendap.servlet.AbstractServlet
-
************************************************************************
Sends a OPeNDAP DAP2 error (type UNKNOWN ERROR) to the client and displays a
message on the server console.
- sendINFO(PrintStream, GuardedDataset, ReqState) - Method in class opendap.servlet.GetInfoHandler
-
************************************************************************
Default handler for OPeNDAP info requests.
- SEPARATOR - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDArray
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDByte
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDFloat32
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDFloat64
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDGrid
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDInt16
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDInt32
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDList
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDSequence
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDString
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDStructure
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDUInt16
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDUInt32
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in class opendap.dap.Server.SDURL
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- serialize(String, DataOutputStream, CEEvaluator, Object) - Method in interface opendap.dap.Server.ServerMethods
-
Server-side serialization for OPeNDAP variables (sub-classes of
BaseType
).
- ServerArrayMethods - Interface in opendap.dap.Server
-
This interface extends the ArrayMethods
for OPeNDAP types that
extend DArray
and DGrid
classes.
- ServerDDS - Class in opendap.dap.Server
-
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
- ServerDDS() - Constructor for class opendap.dap.Server.ServerDDS
-
- ServerDDS(String) - Constructor for class opendap.dap.Server.ServerDDS
-
Creates an empty Server DDS
with the given dataset name.
- ServerDDS(BaseTypeFactory) - Constructor for class opendap.dap.Server.ServerDDS
-
Creates an empty ServerDDS
with the given
BaseTypeFactory
.
- ServerDDS(String, BaseTypeFactory) - Constructor for class opendap.dap.Server.ServerDDS
-
Creates an empty ServerDDS
with the given dataset name
and BaseTypeFactory
.
- ServerDDS(String, BaseTypeFactory, String) - Constructor for class opendap.dap.Server.ServerDDS
-
Creates an empty DDS
with the given dataset name and
BaseTypeFactory
.
- ServerMethods - Interface in opendap.dap.Server
-
This interface defines the additional behaviors that Server side types
need to support.
- ServerSideFunction - Interface in opendap.dap.Server
-
Represents common interface of all server-side functions (SSF).
- ServerVersion - Class in opendap.dap
-
Aprses and holds the Server Version information returned by a DAP server.
- ServerVersion(GetMethod) - Constructor for class opendap.dap.ServerVersion
-
Determines Server (Protocol) Version based on the headers associated
with the passed org.apache.commons.httpclient.methods.GetMethod.
- ServerVersion(URLConnection) - Constructor for class opendap.dap.ServerVersion
-
Determines Server (Protocol) Version based on the headers associated
with the passed java.net.URLConnection.
- ServerVersion(String, int) - Constructor for class opendap.dap.ServerVersion
-
Construct a new ServerVersion, setting major and minor version based
on the full version string.
- ServerVersion(int, int) - Constructor for class opendap.dap.ServerVersion
-
Construct a new ServerVersion, setting major and minor version explicitly.
- set(String, boolean) - Static method in class opendap.util.Debug
-
- set - Variable in class opendap.util.OptSwitch
-
- setAllowSessions(boolean) - Static method in class opendap.dap.DConnect2
-
- setAllReadFlags(boolean) - Method in class opendap.dap.Server.SDSequence
-
Set the Read property.
- setBlobContentID(String) - Method in class opendap.dap.DDS
-
Set's the dataBLOB reference for this DDS.
- setClearName(String) - Method in class opendap.dap.Attribute
-
Sets the attribute's name.
- setClearName(String) - Method in class opendap.dap.AttributeTable
-
Returns the name of this AttributeTable.
- setClearName(String) - Method in class opendap.dap.BaseType
-
Sets the unencoded name of the class instance.
- setClearName(String) - Method in class opendap.dap.DArrayDimension
-
Set the dimension name.
- setCount(int) - Method in class opendap.servlet.DummySink
-
- setDatasetFilename(String) - Method in class opendap.dap.Server.ServerDDS
-
Set the filename of the dataset.
- setDebugLevel(int) - Method in class opendap.dap.parser.DapParser
-
Set the verbosity of the debugging output; 0 means that all kinds of
output from the parser are suppressed.
- setDebugStream(PrintStream) - Method in class opendap.dap.parser.DapParser
-
Set the PrintStream on which the debug output is printed.
- setDebugStream(PrintStream) - Method in class opendap.dap.parser.ExprParserTokenManager
-
- setDefaultDASCache(String) - Method in class opendap.servlet.ReqState
-
Sets the default DAS Cache directory name to
the string cachedir.
- setDefaultDDSCache(String) - Method in class opendap.servlet.ReqState
-
Sets the default DDS Cache directory name to
the string cachedir.
- setDefaultDDXCache(String) - Method in class opendap.servlet.ReqState
-
Sets the default DDX Cache directory name to
the string cachedir.
- setDefaultINFOCache(String) - Method in class opendap.servlet.ReqState
-
Sets the default INFO Cache directory name to
the string cachedir.
- setDefaultSchemaLocation(String) - Method in class opendap.servlet.ReqState
-
Sets the default Schema Location to
the string location.
- setErrorCode(int) - Method in exception opendap.dap.DAP2Exception
-
Sets the error code.
- setErrorMessage(String) - Method in exception opendap.dap.DAP2Exception
-
Sets the error message.
- setFactory(BaseTypeFactory) - Method in class opendap.dap.DDS
-
Get the Class factory.
- SetHasValue(int) - Method in class opendap.util.OptSwitch
-
Set the value type of the option switch to the type passed
- setHttpClient(HttpClient) - Static method in class opendap.dap.DConnect2
-
Set the HttpClient object - a single instance is used.
- setInternalStorage(Object) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.BooleanPrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.BytePrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Float32PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Float64PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Int16PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Int32PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setLength(int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.BytePrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.DVector
-
Sets the number of elements in the vector.
- setLength(int) - Method in class opendap.dap.Float32PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Float64PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Int16PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Int32PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.PrimitiveVector
-
Sets the number of elements in the array.
- setLevel(int) - Method in class opendap.dap.DSequence
-
Sets the level of this sequence.
- setMimeBinary(OutputStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
-
- setMimeBinary(PrintStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
-
- setMimeError(OutputStream, int, String, String) - Static method in class opendap.servlet.MimeUtil
-
- setMimeError(PrintStream, int, String, String) - Static method in class opendap.servlet.MimeUtil
-
- setMimeText(OutputStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
-
- setMimeText(PrintStream, int, String, int) - Static method in class opendap.servlet.MimeUtil
-
- setMyAttribute(Attribute) - Method in class opendap.dap.Alias
-
- setMyVariable(BaseType) - Method in class opendap.dap.Alias
-
- setName(String) - Method in class opendap.dap.Attribute
-
Sets the attribute's name.
- setName(String) - Method in class opendap.dap.AttributeTable
-
Returns the name of this AttributeTable.
- setName(String) - Method in class opendap.dap.BaseType
-
Sets the name of the class instance.
- setName(String) - Method in class opendap.dap.DArrayDimension
-
Set the dimension name.
- setOpterr(boolean) - Method in class opendap.util.Getopts
-
- setParent(BaseType) - Method in class opendap.dap.BaseType
-
- setParent(Clause) - Method in class opendap.dap.Server.BTFunctionClause
-
- setParent(Clause) - Method in class opendap.dap.Server.DereferenceClause
-
- setParent(Clause) - Method in interface opendap.dap.Server.SubClause
-
Sets the parent of this subclause.
- setParent(Clause) - Method in class opendap.dap.Server.ValueClause
-
- setPrefix(String) - Method in class opendap.dap.Server.FunctionLibrary
-
Sets the prefix to use for classname lookup.
- setProgramSource(String) - Method in exception opendap.dap.DAP2Exception
-
Sets the program source.
- setProgramType(int) - Method in exception opendap.dap.DAP2Exception
-
Sets the program type.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDArray
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDArray
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDByte
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDByte
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDFloat32
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDFloat32
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDFloat64
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDFloat64
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDGrid
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDGrid
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDInt16
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDInt16
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDInt32
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDInt32
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDList
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDList
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDSequence
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDSequence
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDString
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDString
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDStructure
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDStructure
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDUInt16
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDUInt16
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDUInt32
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDUInt32
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in class opendap.dap.Server.SDURL
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.Server.SDURL
-
Set the state of this variable's projection.
- setProject(boolean, boolean) - Method in interface opendap.dap.Server.ServerMethods
-
Set the state of this variable's projection.
- setProject(boolean) - Method in interface opendap.dap.Server.ServerMethods
-
Set the Project property of this variable.
- setProjection(int, int, int) - Method in class opendap.dap.DArrayDimension
-
Set the projection information for this dimension.
- setProjection(int, int, int, int) - Method in class opendap.dap.Server.SDArray
-
Set the projection information for this dimension.
- setProjection(int, int, int, int) - Method in class opendap.dap.Server.SDGrid
-
Set the projection information for this dimension.
- setProjection(int, int, int, int) - Method in interface opendap.dap.Server.ServerArrayMethods
-
- setRead(boolean) - Method in class opendap.dap.Server.SDArray
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDByte
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDFloat32
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDFloat64
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDGrid
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDInt16
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDInt32
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDList
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDSequence
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDString
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDStructure
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDUInt16
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDUInt32
-
Set the Read property.
- setRead(boolean) - Method in class opendap.dap.Server.SDURL
-
Set the Read property.
- setRead(boolean) - Method in interface opendap.dap.Server.ServerMethods
-
Set the Read property.
- setSection(String) - Method in class opendap.util.iniFile
-
**********************************************************************
Set the section of the iniFile that you wish to work with.
- setServerVersion(int, int) - Method in class opendap.dap.DConnect
-
- setServerVersion(int, int) - Method in class opendap.dap.DConnect2
-
- setSize(int) - Method in class opendap.dap.DArrayDimension
-
Set the dimension size.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDArray
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDByte
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDFloat32
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDFloat64
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDGrid
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDInt16
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDInt32
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDList
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDSequence
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDString
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDStructure
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDUInt16
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDUInt32
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in class opendap.dap.Server.SDURL
-
Set the Synthesized property.
- setSynthesized(boolean) - Method in interface opendap.dap.Server.ServerMethods
-
Set the Synthesized property.
- setTabSize(int) - Method in class opendap.dap.parser.SimpleCharStream
-
- setUp() - Method in class opendap.dap.test.TestDConnect2
-
- setUserObject(Object) - Method in class opendap.servlet.ParsedRequest
-
- setUserObject(Object) - Method in class opendap.servlet.ReqState
-
- SetVal(boolean) - Method in class opendap.util.OptSwitch
-
Set the 'set' field of the option switch to 'b'.
- SetVal(String) - Method in class opendap.util.OptSwitch
-
Set the 'val' field of the option switch to 's'.
- setValue(int, BaseType) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Set the i'th value of the array.
- setValue(int, boolean) - Method in class opendap.dap.BooleanPrimitiveVector
-
Set the i'th value of the array.
- setValue(int, byte) - Method in class opendap.dap.BytePrimitiveVector
-
Set the i'th value of the array.
- setValue(byte) - Method in class opendap.dap.DByte
-
Set the current value.
- setValue(float) - Method in class opendap.dap.DFloat32
-
Set the current value.
- setValue(double) - Method in class opendap.dap.DFloat64
-
Set the current value.
- setValue(short) - Method in class opendap.dap.DInt16
-
Set the current value.
- setValue(int) - Method in class opendap.dap.DInt32
-
Set the current value.
- setValue(String) - Method in class opendap.dap.DString
-
Set the current value.
- setValue(int, float) - Method in class opendap.dap.Float32PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, double) - Method in class opendap.dap.Float64PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, short) - Method in class opendap.dap.Int16PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Set the i'th value of the array.
- showPrimitive(BaseType, PrintWriter, boolean, String, boolean) - Method in class opendap.servlet.AsciiWriter
-
- SimpleCharStream - Class in opendap.dap.parser
-
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 opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class opendap.dap.parser.SimpleCharStream
-
- size() - Method in class opendap.util.SortedTable
-
Returns the number of keys in this table.
- skip(long) - Method in class opendap.dap.HeaderInputStream
-
Skips over and discards n bytes of data from the input stream.
- someChildHasAttributes(BaseType) - Method in class opendap.dap.DConstructor
-
- SortedTable - Class in opendap.util
-
SortedTable looks exactly like Hashtable but preserves the insertion order
of elements.
- SortedTable() - Constructor for class opendap.util.SortedTable
-
- specialConstructor - Variable in exception opendap.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 opendap.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.
- squeeze() - Method in class opendap.dap.DArray
-
Use this method to "squeeze" out all of the array dimensions whose
size is equal to 1.
- SSFdummy - Class in opendap.servers.test
-
- SSFdummy() - Constructor for class opendap.servers.test.SSFdummy
-
- SSFdummyval - Class in opendap.servers.test
-
- SSFdummyval() - Constructor for class opendap.servers.test.SSFdummyval
-
- SSFunctionException - Exception in opendap.dap.Server
-
Thrown when a Server Side Function (SSF) is used incorrectly.
- SSFunctionException(String) - Constructor for exception opendap.dap.Server.SSFunctionException
-
Construct a InvalidOperatorException
with the specified
detail message.
- SSFunctionException(int, String) - Constructor for exception opendap.dap.Server.SSFunctionException
-
Construct a InvalidOperatorException
with the specified
message and OPeNDAP error code (see DAP2Exception
).
- START_OF_INSTANCE - Static variable in class opendap.dap.DSequence
-
The start of instance byte marker
- staticFlag - Static variable in class opendap.dap.parser.SimpleCharStream
-
- StatusUI - Interface in opendap.dap
-
This interface is implemented by OPeNDAP client user interfaces which give
feedback to the user on the status of the current deserialize operation.
- StatusWindow - Class in opendap.util.geturl.gui
-
This class implements a simple status window to show OPeNDAP deserialize
status.
- StatusWindow(String) - Constructor for class opendap.util.geturl.gui.StatusWindow
-
Construct the status window to display download status for the
given URL.
- stream - Variable in class opendap.dap.parser.DapParser
-
- STRING - Static variable in class opendap.dap.Attribute
-
String attribute type.
- SubClause - Interface in opendap.dap.Server
-
Represents a sub-clause of the selection portion of a constraint
expression.
- subset(int, int, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.BytePrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- SwitchTo(int) - Method in class opendap.dap.parser.ExprParserTokenManager
-
- swList() - Method in class opendap.util.Getopts
-
Method to return an Enumeration of the switches
that the Getopts object is able to parse (according
to its initialization).
- tabSize - Variable in class opendap.dap.parser.SimpleCharStream
-
- TCL_PROGRAM - Static variable in exception opendap.dap.DAP2Exception
-
This Error contains TCL code.
- test() - Method in class opendap.dap.test.TestDConnect2
-
- test_SDArray - Class in opendap.servers.test
-
Holds a OPeNDAP Server Array
value.
- test_SDArray() - Constructor for class opendap.servers.test.test_SDArray
-
Constructs a new test_SDArray
.
- test_SDArray(String) - Constructor for class opendap.servers.test.test_SDArray
-
Constructs a new test_SDArray
with name n
.
- test_SDByte - Class in opendap.servers.test
-
Holds a OPeNDAP Server Byte
value.
- test_SDByte() - Constructor for class opendap.servers.test.test_SDByte
-
Constructs a new test_SDByte
.
- test_SDByte(String) - Constructor for class opendap.servers.test.test_SDByte
-
Constructs a new test_SDByte
with name n
.
- test_SDFloat32 - Class in opendap.servers.test
-
Holds a OPeNDAP Server Float32
value.
- test_SDFloat32() - Constructor for class opendap.servers.test.test_SDFloat32
-
Constructs a new test_SDFloat32
.
- test_SDFloat32(String) - Constructor for class opendap.servers.test.test_SDFloat32
-
Constructs a new test_SDFloat32
with name n
.
- test_SDFloat64 - Class in opendap.servers.test
-
Holds a OPeNDAP Server Float64
value.
- test_SDFloat64() - Constructor for class opendap.servers.test.test_SDFloat64
-
Constructs a new test_SDFloat64
.
- test_SDFloat64(String) - Constructor for class opendap.servers.test.test_SDFloat64
-
Constructs a new test_SDFloat64
with name n
.
- test_SDGrid - Class in opendap.servers.test
-
Holds a OPeNDAP Server Grid
value.
- test_SDGrid() - Constructor for class opendap.servers.test.test_SDGrid
-
Constructs a new test_SDGrid
.
- test_SDGrid(String) - Constructor for class opendap.servers.test.test_SDGrid
-
Constructs a new test_SDGrid
with name n
.
- test_SDInt16 - Class in opendap.servers.test
-
Holds a OPeNDAP Server Int16
value.
- test_SDInt16() - Constructor for class opendap.servers.test.test_SDInt16
-
Constructs a new test_SDInt16
.
- test_SDInt16(String) - Constructor for class opendap.servers.test.test_SDInt16
-
Constructs a new test_SDInt16
with name n
.
- test_SDInt32 - Class in opendap.servers.test
-
Holds a OPeNDAP Server Int32
value.
- test_SDInt32() - Constructor for class opendap.servers.test.test_SDInt32
-
Constructs a new test_SDInt32
.
- test_SDInt32(String) - Constructor for class opendap.servers.test.test_SDInt32
-
Constructs a new test_SDInt32
with name n
.
- test_SDSequence - Class in opendap.servers.test
-
Holds a OPeNDAP Server Sequence
value.
- test_SDSequence() - Constructor for class opendap.servers.test.test_SDSequence
-
Constructs a new test_SDSequence
.
- test_SDSequence(String) - Constructor for class opendap.servers.test.test_SDSequence
-
Constructs a new test_SDSequence
with name n
.
- test_SDString - Class in opendap.servers.test
-
- test_SDString() - Constructor for class opendap.servers.test.test_SDString
-
Constructs a new test_SDString
.
- test_SDString(String) - Constructor for class opendap.servers.test.test_SDString
-
Constructs a new test_SDString
with name n
.
- test_SDStructure - Class in opendap.servers.test
-
Holds a OPeNDAP Server Structure
value.
- test_SDStructure() - Constructor for class opendap.servers.test.test_SDStructure
-
Constructs a new test_SDStructure
.
- test_SDStructure(String) - Constructor for class opendap.servers.test.test_SDStructure
-
Constructs a new test_SDStructure
with name n
.
- test_SDUInt16 - Class in opendap.servers.test
-
Holds a OPeNDAP Server UInt16
value.
- test_SDUInt16() - Constructor for class opendap.servers.test.test_SDUInt16
-
Constructs a new test_SDUInt16
.
- test_SDUInt16(String) - Constructor for class opendap.servers.test.test_SDUInt16
-
Constructs a new test_SDUInt16
with name n
.
- test_SDUInt32 - Class in opendap.servers.test
-
Holds a OPeNDAP Server UInt32
value.
- test_SDUInt32() - Constructor for class opendap.servers.test.test_SDUInt32
-
Constructs a new test_SDUInt32
.
- test_SDUInt32(String) - Constructor for class opendap.servers.test.test_SDUInt32
-
Constructs a new test_SDUInt32
with name n
.
- test_SDURL - Class in opendap.servers.test
-
Holds a OPeNDAP Server Byte
value.
- test_SDURL() - Constructor for class opendap.servers.test.test_SDURL
-
Constructs a new test_SDURL
.
- test_SDURL(String) - Constructor for class opendap.servers.test.test_SDURL
-
Constructs a new test_SDURL
with name n
.
- test_ServerFactory - Class in opendap.servers.test
-
The default server-side Factory for BaseType objects.
- test_ServerFactory() - Constructor for class opendap.servers.test.test_ServerFactory
-
- testDataset - Class in opendap.servers.test
-
This is the OPeNDAP Test servlet (dts).
- TestDConnect2 - Class in opendap.dap.test
-
- TestDConnect2(String, String) - Constructor for class opendap.dap.test.TestDConnect2
-
- TestDConnect2(String) - Constructor for class opendap.dap.test.TestDConnect2
-
- testEngine - Class in opendap.servers.test
-
Used by the test server to reset the server output
for each new client request.
- testEngine(int) - Constructor for class opendap.servers.test.testEngine
-
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiArray
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiByte
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiF32
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiF64
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiGrid
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiI16
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiI32
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiSeq
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiString
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiStructure
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiUI16
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiUI32
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, boolean, String, boolean) - Method in class opendap.servers.ascii.asciiURL
-
Returns a string representation of the variables value.
- toASCII - Interface in opendap.servers.ascii
-
- toASCII(PrintWriter, boolean, String, boolean) - Method in interface opendap.servers.ascii.toASCII
-
Returns a string representation of the variables value.
- toASCII(PrintWriter, DDS, Object) - Method in class opendap.servlet.AsciiWriter
-
- toASCII(BaseType, PrintWriter) - Method in class opendap.servlet.AsciiWriter
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiArray
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiByte
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiF32
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiF64
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiGrid
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiI16
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiI32
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiSeq
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiString
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiStructure
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiUI16
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiUI32
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in class opendap.servers.ascii.asciiURL
-
- toASCIIAddRootName(PrintWriter, boolean, String) - Method in interface opendap.servers.ascii.toASCII
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiArray
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiByte
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiF32
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiF64
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiGrid
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiI16
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiI32
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiSeq
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiString
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiStructure
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiUI16
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiUI32
-
- toASCIIFlatName(String) - Method in class opendap.servers.ascii.asciiURL
-
- toASCIIFlatName(String) - Method in interface opendap.servers.ascii.toASCII
-
- token - Variable in class opendap.dap.parser.ExprParser
-
- Token - Class in opendap.dap.parser
-
Describes the input token stream.
- Token() - Constructor for class opendap.dap.parser.Token
-
- token_source - Variable in class opendap.dap.parser.ExprParser
-
- tokenImage - Static variable in interface opendap.dap.parser.ExprParserConstants
-
- tokenImage - Variable in exception opendap.dap.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenizeAliasField(String) - Static method in class opendap.dap.DDS
-
The tokenizeAliasFiled()
method is used to tokenize
the variable and the attribute fields in the alias
declaration.
- TokenMgrError - Error in opendap.dap.parser
-
- TokenMgrError() - Constructor for error opendap.dap.parser.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error opendap.dap.parser.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error opendap.dap.parser.TokenMgrError
-
- Tools - Class in opendap.util
-
- Tools() - Constructor for class opendap.util.Tools
-
- TopLevelClause - Interface in opendap.dap.Server
-
Represents a top-level clause in the selection portion of a
constraint expression (CE).
- toString() - Method in class opendap.dap.parser.Token
-
Returns the image.
- toString() - Method in class opendap.dap.Server.BoolFunctionClause
-
Prints the original string representation of this clause.
- toString() - Method in class opendap.dap.Server.BTFunctionClause
-
Prints the original string representation of this clause.
- toString() - Method in class opendap.dap.Server.DereferenceClause
-
- toString() - Method in class opendap.dap.Server.RelOpClause
-
Prints the original string representation of this clause.
- toString() - Method in class opendap.dap.Server.ValueClause
-
Prints the original string representation of this clause.
- toString() - Method in class opendap.dap.ServerVersion
-
Returns the full version string.
- toString() - Method in class opendap.servlet.ParsedRequest
-
- toString() - Method in class opendap.servlet.ReqState
-