A B C D E G I L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptVal() - Method in class opendap.dts.OptSwitch
-
Return whether the option switch accepts values or no
- anyExceptionHandler(Throwable, ReqState) - Method in class opendap.dts.DTSServlet
-
Sends an error to the client.
- argList() - Method in class opendap.dts.Getopts
-
Method to return an array of the actual arguments of the command line invocation.
B
- badURL(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Sends an html document to the client explaining that they have used a poorly formed URL and then the help page...
- BOOL - Static variable in class opendap.dts.OptSwitch
C
- cacheShape() - Method in class opendap.dts.test_SDArray
- checkArgs(List) - Method in class opendap.dts.SSFdummy
- checkArgs(List) - Method in class opendap.dts.SSFdummyval
- close() - Method in class opendap.dts.testDataset
- ConstraintExpression - Static variable in class opendap.dts.SDTest
D
- dap2ExceptionHandler(DAP2Exception, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Sends a OPeNDAP DAP2 error to the client.
- DDSFile - Static variable in class opendap.dts.SDTest
- Debug - Static variable in class opendap.dts.SDTest
- doDebug(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for debug requests;
- doDebugCmd(String, StringTokenizer, PrintStream) - Method in class opendap.dts.DTSServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Handles incoming requests from clients.
- doGetASC(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP ascii data requests.
- doGetBLOB(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's data request.
- doGetCatalog(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP catalog.xml requests.
- doGetDAP2Data(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's data request.
- doGetDAS(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DAS request.
- doGetDDS(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DDS request.
- doGetDDX(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DDX request.
- doGetDIR(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's directory request.
- doGetHELP(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's help request.
- doGetHTML(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP .html requests.
- doGetINFO(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP info requests.
- doGetStatus(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP status requests; not publically available, used only for debugging
- doGetSystemProps(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP status requests; not publically available, used only for debugging
- doGetVER(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's version request.
- DTSServlet - Class in opendap.dts
-
Purpose:
This is the OPeNDAP Test servlet (dts). - DTSServlet() - Constructor for class opendap.dts.DTSServlet
-
************************************************************************ Intitializes the servlet.
E
- evaluate(List) - Method in class opendap.dts.SSFdummy
- evaluate(List) - Method in class opendap.dts.SSFdummyval
G
- getCachedShape(int) - Method in class opendap.dts.test_SDArray
- getDAS() - Method in class opendap.dts.testDataset
-
************************************************************************
- getDataset(ReqState) - Method in class opendap.dts.DTSServlet
-
************************************************************************ This method must be implemented locally for each OPeNDAP server.
- getDDS() - Method in class opendap.dts.testDataset
-
************************************************************************ For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested.
- getMaxSequenceLength() - Method in class opendap.dts.testEngine
- getName() - Method in class opendap.dts.SSFdummy
- getName() - Method in class opendap.dts.SSFdummyval
- getopt() - Method in class opendap.dts.Getopts
- getOptarg() - Method in class opendap.dts.Getopts
- getOptind() - Method in class opendap.dts.Getopts
- getOption(int) - Method in class opendap.dts.Getopts
-
getOption
- getOption(Character) - Method in class opendap.dts.Getopts
-
getOption
- getOptopt() - Method in class opendap.dts.Getopts
- Getopts - Class in opendap.dts
-
A class for achieving getopts() functionality.
- Getopts(String, String[]) - Constructor for class opendap.dts.Getopts
-
Wrapper Constructor
- Getopts(String, String[], String) - Constructor for class opendap.dts.Getopts
-
Wrapper Constructor
- Getopts(String, String, String[]) - Constructor for class opendap.dts.Getopts
-
Basic class constructor.
- getRequestState(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
- getReturnType(List) - Method in class opendap.dts.SSFdummyval
- getRootPath() - Method in class opendap.dts.DTSServlet
-
Getter function for rootpath
- getServerName() - Method in class opendap.dts.DTSServlet
-
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.dts.DTSServlet
-
This method returns a String containing the OPeNDAP Server Version...
- getSwitch(Character) - Method in class opendap.dts.Getopts
-
method to return the OptSwitch object associated with the 'sw' argument.
I
- init() - Method in class opendap.dts.DTSServlet
- initialize(String, String, String[]) - Method in class opendap.dts.Getopts
- InvalidSwitch - Class in opendap.dts
-
Exception throwable by the Getopts class
- InvalidSwitch() - Constructor for class opendap.dts.InvalidSwitch
-
Used when no notification string other than the standard one will be thrown with the exception.
- InvalidSwitch(String) - Constructor for class opendap.dts.InvalidSwitch
-
Used when passing the string that will be thrown.
- IOExceptionHandler(IOException, ReqState) - Method in class opendap.dts.DTSServlet
-
Sends an error to the client.
L
- loadTestGrid(String, test_SDGrid) - Method in class opendap.dts.testEngine
-
Loads test Grids full of data
- log - Static variable in class opendap.dts.DTSServlet
M
- main(String[]) - Static method in class opendap.dts.Getopts
-
method for class testing.
- main(String[]) - Static method in class opendap.dts.SDTest
N
- newDArray() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DArray with name n.
- newDByte() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DByte with name n.
- newDFloat32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat32 with name n.
- newDFloat64() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat64 with name n.
- newDGrid() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DGrid with name n.
- newDInt16() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt16 with name n.
- newDInt32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt32 with name n.
- newDSequence() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DSequence with name n.
- newDString() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DString with name n.
- newDStructure() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DStructure with name n.
- newDUInt16() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt16 with name n.
- newDUInt32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt32 with name n.
- newDURL() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DURL with name n.
- newLoadTestArray(String, test_SDArray) - Method in class opendap.dts.testEngine
-
Loads test Arrays full of data
- nextBool() - Method in class opendap.dts.testEngine
- nextByte() - Method in class opendap.dts.testEngine
- nextFloat32() - Method in class opendap.dts.testEngine
- nextFloat64() - Method in class opendap.dts.testEngine
- nextInt16() - Method in class opendap.dts.testEngine
- nextInt32() - Method in class opendap.dts.testEngine
- nextString() - Method in class opendap.dts.testEngine
- nextUint16() - Method in class opendap.dts.testEngine
- nextUint32() - Method in class opendap.dts.testEngine
- nextURL() - Method in class opendap.dts.testEngine
- NONE - Static variable in class opendap.dts.OptSwitch
O
- openCachedDAS(ReqState) - Method in class opendap.dts.testDataset
-
************************************************************************ Opens a DAS cached on local disk.
- openCachedDDS(ReqState) - Method in class opendap.dts.testDataset
-
************************************************************************ Opens a DDS cached on local disk.
- openCachedDDX(ReqState) - Method in class opendap.dts.testDataset
-
************************************************************************ Opens a DDX cached on local disk.
- opendap.dts - package opendap.dts
- OptSwitch - Class in opendap.dts
-
OptSwitch - class definition for Switches
- OptSwitch() - Constructor for class opendap.dts.OptSwitch
- OptSwitch(int, int) - Constructor for class opendap.dts.OptSwitch
-
Invocation with explicit integer switchname and type
- OptSwitch(Character, int) - Constructor for class opendap.dts.OptSwitch
-
Invocation with explicit Character switchname and type
P
- parse_options(String[]) - Static method in class opendap.dts.SDTest
- parseExceptionHandler(ParseException, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
- print_SDDS(ServerDDS, boolean) - Static method in class opendap.dts.SDTest
- printCatalog(ReqState, PrintWriter) - Method in class opendap.dts.DTSServlet
- printStatus(PrintWriter) - Method in class opendap.dts.DTSServlet
- probeRequest(PrintStream, ReqState) - Method in class opendap.dts.DTSServlet
-
This is a bit of instrumentation that I kept around to let me look at the state of the incoming
HttpServletRequestfrom the client.
R
- read(String, Object) - Method in class opendap.dts.test_SDArray
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDByte
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDFloat32
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDFloat64
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDGrid
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDInt16
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDInt32
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDSequence
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDString
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDStructure
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDUInt16
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDUInt32
-
Read a value from the named dataset for this variable.
- read(String, Object) - Method in class opendap.dts.test_SDURL
-
Read a value from the named dataset for this variable.
- release() - Method in class opendap.dts.testDataset
- resetCount() - Static method in class opendap.dts.test_SDFloat64
S
- SDTest - Class in opendap.dts
- SDTest() - Constructor for class opendap.dts.SDTest
- sendDODSError(ReqState, String, String) - Method in class opendap.dts.DTSServlet
-
Sends a OPeNDAP DAP2 error (type UNKNOWN ERROR) to the client and displays a message on the server console.
- set - Variable in class opendap.dts.OptSwitch
- SetHasValue(int) - Method in class opendap.dts.OptSwitch
-
Set the value type of the option switch to the type passed
- setOpterr(boolean) - Method in class opendap.dts.Getopts
- SetVal(boolean) - Method in class opendap.dts.OptSwitch
-
Set the 'set' field of the option switch to 'b'.
- SetVal(String) - Method in class opendap.dts.OptSwitch
-
Set the 'val' field of the option switch to 's'.
- SSFdummy - Class in opendap.dts
- SSFdummy() - Constructor for class opendap.dts.SSFdummy
- SSFdummyval - Class in opendap.dts
- SSFdummyval() - Constructor for class opendap.dts.SSFdummyval
- swList() - Method in class opendap.dts.Getopts
-
Method to return an Enumeration of the switches that the Getopts object is able to parse (according to its initialization).
T
- test_SDArray - Class in opendap.dts
-
Holds a OPeNDAP Server
Arrayvalue. - test_SDArray() - Constructor for class opendap.dts.test_SDArray
-
Constructs a new
test_SDArray. - test_SDArray(String) - Constructor for class opendap.dts.test_SDArray
-
Constructs a new
test_SDArraywith namen. - test_SDByte - Class in opendap.dts
-
Holds a OPeNDAP Server
Bytevalue. - test_SDByte() - Constructor for class opendap.dts.test_SDByte
-
Constructs a new
test_SDByte. - test_SDByte(String) - Constructor for class opendap.dts.test_SDByte
-
Constructs a new
test_SDBytewith namen. - test_SDFloat32 - Class in opendap.dts
-
Holds a OPeNDAP Server
Float32value. - test_SDFloat32() - Constructor for class opendap.dts.test_SDFloat32
-
Constructs a new
test_SDFloat32. - test_SDFloat32(String) - Constructor for class opendap.dts.test_SDFloat32
-
Constructs a new
test_SDFloat32with namen. - test_SDFloat64 - Class in opendap.dts
-
Holds a OPeNDAP Server
Float64value. - test_SDFloat64() - Constructor for class opendap.dts.test_SDFloat64
-
Constructs a new
test_SDFloat64. - test_SDFloat64(String) - Constructor for class opendap.dts.test_SDFloat64
-
Constructs a new
test_SDFloat64with namen. - test_SDGrid - Class in opendap.dts
-
Holds a OPeNDAP Server
Gridvalue. - test_SDGrid() - Constructor for class opendap.dts.test_SDGrid
-
Constructs a new
test_SDGrid. - test_SDGrid(String) - Constructor for class opendap.dts.test_SDGrid
-
Constructs a new
test_SDGridwith namen. - test_SDInt16 - Class in opendap.dts
-
Holds a OPeNDAP Server
Int16value. - test_SDInt16() - Constructor for class opendap.dts.test_SDInt16
-
Constructs a new
test_SDInt16. - test_SDInt16(String) - Constructor for class opendap.dts.test_SDInt16
-
Constructs a new
test_SDInt16with namen. - test_SDInt32 - Class in opendap.dts
-
Holds a OPeNDAP Server
Int32value. - test_SDInt32() - Constructor for class opendap.dts.test_SDInt32
-
Constructs a new
test_SDInt32. - test_SDInt32(String) - Constructor for class opendap.dts.test_SDInt32
-
Constructs a new
test_SDInt32with namen. - test_SDSequence - Class in opendap.dts
-
Holds a OPeNDAP Server
Sequencevalue. - test_SDSequence() - Constructor for class opendap.dts.test_SDSequence
-
Constructs a new
test_SDSequence. - test_SDSequence(String) - Constructor for class opendap.dts.test_SDSequence
-
Constructs a new
test_SDSequencewith namen. - test_SDString - Class in opendap.dts
- test_SDString() - Constructor for class opendap.dts.test_SDString
-
Constructs a new
test_SDString. - test_SDString(String) - Constructor for class opendap.dts.test_SDString
-
Constructs a new
test_SDStringwith namen. - test_SDStructure - Class in opendap.dts
-
Holds a OPeNDAP Server
Structurevalue. - test_SDStructure() - Constructor for class opendap.dts.test_SDStructure
-
Constructs a new
test_SDStructure. - test_SDStructure(String) - Constructor for class opendap.dts.test_SDStructure
-
Constructs a new
test_SDStructurewith namen. - test_SDUInt16 - Class in opendap.dts
-
Holds a OPeNDAP Server
UInt16value. - test_SDUInt16() - Constructor for class opendap.dts.test_SDUInt16
-
Constructs a new
test_SDUInt16. - test_SDUInt16(String) - Constructor for class opendap.dts.test_SDUInt16
-
Constructs a new
test_SDUInt16with namen. - test_SDUInt32 - Class in opendap.dts
-
Holds a OPeNDAP Server
UInt32value. - test_SDUInt32() - Constructor for class opendap.dts.test_SDUInt32
-
Constructs a new
test_SDUInt32. - test_SDUInt32(String) - Constructor for class opendap.dts.test_SDUInt32
-
Constructs a new
test_SDUInt32with namen. - test_SDURL - Class in opendap.dts
-
Holds a OPeNDAP Server
Bytevalue. - test_SDURL() - Constructor for class opendap.dts.test_SDURL
-
Constructs a new
test_SDURL. - test_SDURL(String) - Constructor for class opendap.dts.test_SDURL
-
Constructs a new
test_SDURLwith namen. - test_ServerFactory - Class in opendap.dts
-
The default server-side Factory for BaseType objects.
- test_ServerFactory() - Constructor for class opendap.dts.test_ServerFactory
- testDataset - Class in opendap.dts
-
This is the OPeNDAP Test servlet (dts).
- testDataset(ReqState) - Constructor for class opendap.dts.testDataset
- testEngine - Class in opendap.dts
-
Used by the test server to reset the server output for each new client request.
- testEngine(int) - Constructor for class opendap.dts.testEngine
V
A B C D E G I L M N O P R S T VAll Classes All Packages