Serialized Form


Package com.cohort.util

Class com.cohort.util.JpegEncoder extends java.awt.Frame implements Serializable

Serialized Fields

runner

java.lang.Thread runner

out

java.io.OutputStream out

image

java.awt.Image image

JpegObj

com.cohort.util.JpegInfo JpegObj

Huf

com.cohort.util.Huffman Huf

dct

com.cohort.util.DCT dct

imageHeight

int imageHeight

imageWidth

int imageWidth

Quality

int Quality

code

int code

Class com.cohort.util.LRUCache extends java.util.LinkedHashMap implements Serializable

Serialized Fields

maxSize

int maxSize

Class com.cohort.util.SimpleException extends java.lang.RuntimeException implements Serializable


Package dods.dap

Class dods.dap.AttributeBadValueException extends DASException implements Serializable

Class dods.dap.AttributeExistsException extends DASException implements Serializable

Class dods.dap.BadSemanticsException extends DDSException implements Serializable

Class dods.dap.DASException extends DODSException implements Serializable

Class dods.dap.DataReadException extends DDSException implements Serializable

Class dods.dap.DDSException extends DODSException implements Serializable

Class dods.dap.DODSException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode
The error code.

 

errorMessage

java.lang.String errorMessage
The error message.

 

programType

int programType
The program type.

 

programSource

java.lang.String programSource
The program source. if programType is TCL_PROGRAM, then this is ASCII text. Otherwise, undefined (this will need to become a byte[] array if the server sends Java bytecodes, for example).

 

Class dods.dap.NoSuchAttributeException extends DASException implements Serializable

Class dods.dap.NoSuchFunctionException extends DDSException implements Serializable

Class dods.dap.NoSuchVariableException extends DDSException implements Serializable


Package dods.dap.parser

Class dods.dap.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class dods.dap.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package dods.dap.Server

Class dods.dap.Server.InvalidOperatorException extends SDODSException implements Serializable

Class dods.dap.Server.InvalidParameterException extends SDODSException implements Serializable

Class dods.dap.Server.RegExpException extends SDODSException implements Serializable

Class dods.dap.Server.SBHException extends SDODSException implements Serializable

Class dods.dap.Server.SDODSException extends DODSException implements Serializable

Class dods.dap.Server.SSFunctionException extends SDODSException implements Serializable

Class dods.dap.Server.WrongTypeException extends SDODSException implements Serializable


Package dods.servlet

Class dods.servlet.BadURLException extends DODSException implements Serializable


Package dods.util

Class dods.util.InvalidSwitch extends java.lang.Throwable implements Serializable


Package dods.util.geturl.gui

Class dods.util.geturl.gui.GeturlApplet extends java.applet.Applet implements Serializable

Serialized Fields

frame

GeturlFrame frame
The currently open Geturl window.

Class dods.util.geturl.gui.GeturlFrame extends java.awt.Frame implements Serializable

Serialized Fields

isApplet

boolean isApplet
True if we are an applet.


urlField

java.awt.TextField urlField
The TextField containing the URL to retrieve.


outputArea

java.awt.TextArea outputArea
The TextArea where output should be written.


getDASButton

java.awt.Button getDASButton
The "Get DAS", "Get DDS", and "Get Data" buttons.


getDDSButton

java.awt.Button getDDSButton
The "Get DAS", "Get DDS", and "Get Data" buttons.


getDataButton

java.awt.Button getDataButton
The "Get DAS", "Get DDS", and "Get Data" buttons.

Class dods.util.geturl.gui.StatusWindow extends java.awt.Frame implements Serializable

Serialized Fields

urlLabel

java.awt.Label urlLabel
The Label showing the DODS URL being downloaded.


bytesRead

int bytesRead
The number of bytes downloaded so far.


startTime

long startTime
The start time in milliseconds.


lastUpdateTime

long lastUpdateTime
The last time the transfer rate was updated, in milliseconds.


cancelPushed

boolean cancelPushed
Has the cancel button been pushed by the user?


bytesReadLabel

java.awt.Label bytesReadLabel
The Label showing the number of bytes read


transferRateLabel

java.awt.Label transferRateLabel
The Label showing the current transfer rate


cancelButton

java.awt.Button cancelButton
The cancel button. (NOTE: synchronize methods which access this!)


nf

java.text.NumberFormat nf
The NumberFormat object used for writing floating point labels.


Package gov.noaa.pfel.coastwatch

Class gov.noaa.pfel.coastwatch.Projects110511 extends java.lang.Object implements Serializable


Package gov.noaa.pfel.coastwatch.util

Class gov.noaa.pfel.coastwatch.util.Directory extends java.lang.Object implements Serializable