Serialized Form


Package opendap.dap

Class opendap.dap.Alias extends Attribute implements Serializable

Serialized Fields

aliasedToAttributeNamed

java.lang.String aliasedToAttributeNamed
If is_alias is true, the name of the Attribute we are aliased to.


targetAttribute

Attribute targetAttribute
The Attribute to which this Alias points.


targetVariable

BaseType targetVariable
The BaseType variable that contains the Attribute to which this Alias points.

Class opendap.dap.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type
The type of the attribute.


name

java.lang.String name
The name of the attribute.


attr

java.lang.Object attr
Either an AttributeTable or a Vector of String.

Class opendap.dap.AttributeBadValueException extends DASException implements Serializable

Class opendap.dap.AttributeExistsException extends DASException implements Serializable

Class opendap.dap.AttributeTable extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_attr

SortedTable _attr
A table of Attributes with their names as a key


_name

java.lang.String _name
What's the name of this table?

Class opendap.dap.BadSemanticsException extends DDSException implements Serializable

Class opendap.dap.BaseType extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

java.lang.String _name
The name of this variable.


_myParent

BaseType _myParent
The parent (container class) of this object, if one exists


_attr

Attribute _attr
The Attribute Table used to contain attributes specific to this instance of a BaseType variable. This is the repository for "Semantic Metadata"


_attrTbl

AttributeTable _attrTbl

Class opendap.dap.BaseTypePrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

BaseType[] vals
the array of BaseType values.

Class opendap.dap.BooleanPrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

boolean[] vals
the array of float values.

Class opendap.dap.BytePrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

byte[] vals
the array of byte values.

Class opendap.dap.DAP2Exception 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 opendap.dap.DArray extends DVector implements Serializable

Serialized Fields

dimVector

java.util.Vector<E> dimVector
A Vector of DArrayDimension information (i.e. the shape)

Class opendap.dap.DArrayDimension extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

size

int size

start

int start

stride

int stride

stop

int stop

Class opendap.dap.DAS extends AttributeTable implements Serializable

Serialized Fields

currentAT

AttributeTable currentAT

currentAlias

Alias currentAlias

Class opendap.dap.DASException extends DAP2Exception implements Serializable

Class opendap.dap.DataDDS extends DDS implements Serializable

Serialized Fields

ver

ServerVersion ver
The ServerVersion returned from the open OPeNDAP connection.

Class opendap.dap.DataReadException extends DDSException implements Serializable

Class opendap.dap.DByte extends BaseType implements Serializable

Serialized Fields

val

byte val
The value of this DByte.

Class opendap.dap.DConstructor extends BaseType implements Serializable

Class opendap.dap.DDS extends DStructure implements Serializable

Serialized Fields

currentBT

BaseType currentBT

currentAT

AttributeTable currentAT

factory

BaseTypeFactory factory
Factory for new DAP variables.


schemaLocation

java.lang.String schemaLocation

_dataBlobID

java.lang.String _dataBlobID

Class opendap.dap.DDSException extends DAP2Exception implements Serializable

Class opendap.dap.DefaultFactory extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class opendap.dap.DFloat32 extends BaseType implements Serializable

Serialized Fields

val

float val
The value of this DFloat32.

Class opendap.dap.DFloat64 extends BaseType implements Serializable

Serialized Fields

val

double val
The value of this DFloat64.

Class opendap.dap.DGrid extends DConstructor implements Serializable

Serialized Fields

arrayVar

DArray arrayVar
The Array component of this DGrid.


mapVars

java.util.Vector<E> mapVars
The Map component of this DGrid.

Class opendap.dap.DInt16 extends BaseType implements Serializable

Serialized Fields

val

short val
The value of this DInt16.

Class opendap.dap.DInt32 extends BaseType implements Serializable

Serialized Fields

val

int val
The value of this DInt32.

Class opendap.dap.DList extends DVector implements Serializable

Class opendap.dap.DSequence extends DConstructor implements Serializable

Serialized Fields

varTemplate

java.util.Vector<E> varTemplate
The variables in this DSequence, stored in a Vector of BaseType objects and used as a template for deserialize.


allValues

java.util.Vector<E> allValues
The values in this DSequence, stored as a Vector of Vector of BaseType objects.


level

int level
Level number in a multilevel sequence.

Class opendap.dap.DString extends BaseType implements Serializable

Serialized Fields

val

java.lang.String val
The value of this DString.

Class opendap.dap.DStructure extends DConstructor implements Serializable

Serialized Fields

vars

java.util.Vector<E> vars
The variables in this DStructure, stored in a Vector of BaseType objects.

Class opendap.dap.DUInt16 extends DInt16 implements Serializable

Class opendap.dap.DUInt32 extends DInt32 implements Serializable

Class opendap.dap.DURL extends DString implements Serializable

Class opendap.dap.DVector extends BaseType implements Serializable

Serialized Fields

vals

PrimitiveVector vals
The values in this DVector, stored in a PrimitiveVector.

Class opendap.dap.Float32PrimitiveVector extends PrimitiveVector implements Serializable

serialVersionUID: 1L

Serialized Fields

vals

float[] vals
the array of float values.

Class opendap.dap.Float64PrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

double[] vals
the array of double values.

Class opendap.dap.Int16PrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

short[] vals
the array of short values.

Class opendap.dap.Int32PrimitiveVector extends PrimitiveVector implements Serializable

Serialized Fields

vals

int[] vals
the array of int values.

Class opendap.dap.MalformedAliasException extends DASException implements Serializable

Class opendap.dap.NoSuchAttributeException extends DASException implements Serializable

Class opendap.dap.NoSuchFunctionException extends DDSException implements Serializable

Class opendap.dap.NoSuchTypeException extends DDSException implements Serializable

Class opendap.dap.NoSuchVariableException extends DDSException implements Serializable

Class opendap.dap.PrimitiveVector extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

var

BaseType var
Template variable to use for printDecl and deserialize (BaseTypePrimitiveVector only).

Class opendap.dap.ServerVersion extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

major

int major
Major version number.


minor

int minor
Minor version number.


subminor

int subminor
Sub-Minor version number.


versionString

java.lang.String versionString
Full version string.

Class opendap.dap.UInt16PrimitiveVector extends Int16PrimitiveVector implements Serializable

Class opendap.dap.UInt32PrimitiveVector extends Int32PrimitiveVector implements Serializable

Class opendap.dap.UnresolvedAliasException extends DASException implements Serializable


Package opendap.dap.parser

Class opendap.dap.parser.OClist extends java.util.Vector<java.lang.Object> implements Serializable

Class opendap.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 opendap.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 opendap.dap.Server

Class opendap.dap.Server.DAP2ServerSideException extends DAP2Exception implements Serializable

Class opendap.dap.Server.InvalidOperatorException extends DAP2ServerSideException implements Serializable

Class opendap.dap.Server.InvalidParameterException extends DAP2ServerSideException implements Serializable

Class opendap.dap.Server.RegExpException extends DAP2ServerSideException implements Serializable

Class opendap.dap.Server.SBHException extends DAP2ServerSideException implements Serializable

Class opendap.dap.Server.SDArray extends DArray implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDByte extends DByte implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDFloat32 extends DFloat32 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDFloat64 extends DFloat64 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDGrid extends DGrid implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

AP

java.util.Vector<E> AP

Class opendap.dap.Server.SDInt16 extends DInt16 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDInt32 extends DInt32 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDList extends DList implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDSequence extends DSequence implements Serializable

Serialized Fields

_Debug

boolean _Debug

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDString extends DString implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDStructure extends DStructure implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDUInt16 extends DUInt16 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDUInt32 extends DUInt32 implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.SDURL extends DURL implements Serializable

Serialized Fields

Project

boolean Project

Synthesized

boolean Synthesized

ReadMe

boolean ReadMe

Class opendap.dap.Server.ServerDDS extends DDS implements Serializable

Class opendap.dap.Server.SSFunctionException extends DAP2ServerSideException implements Serializable

Class opendap.dap.Server.WrongTypeException extends DAP2ServerSideException implements Serializable


Package opendap.servers.ascii

Class opendap.servers.ascii.asciiArray extends DArray implements Serializable

Class opendap.servers.ascii.asciiByte extends DByte implements Serializable

Class opendap.servers.ascii.asciiF32 extends DFloat32 implements Serializable

Class opendap.servers.ascii.asciiF64 extends DFloat64 implements Serializable

Class opendap.servers.ascii.asciiGrid extends DGrid implements Serializable

Class opendap.servers.ascii.asciiI16 extends DInt16 implements Serializable

Class opendap.servers.ascii.asciiI32 extends DInt32 implements Serializable

Class opendap.servers.ascii.asciiSeq extends DSequence implements Serializable

Class opendap.servers.ascii.asciiString extends DString implements Serializable

Class opendap.servers.ascii.asciiStructure extends DStructure implements Serializable

Class opendap.servers.ascii.asciiUI16 extends DUInt16 implements Serializable

Class opendap.servers.ascii.asciiUI32 extends DUInt32 implements Serializable

Class opendap.servers.ascii.asciiURL extends DURL implements Serializable


Package opendap.servers.test

Class opendap.servers.test.dts extends AbstractServlet implements Serializable

Serialized Fields

ServerVersion

java.lang.String ServerVersion
************************************************************************ OPeNDAP Server Version for the test server...

Ostensibly it's a serializable item...

Class opendap.servers.test.test_SDArray extends SDArray implements Serializable

Serialized Fields

Debug

boolean Debug

origShape

int[] origShape

Class opendap.servers.test.test_SDByte extends SDByte implements Serializable

Class opendap.servers.test.test_SDFloat32 extends SDFloat32 implements Serializable

Class opendap.servers.test.test_SDFloat64 extends SDFloat64 implements Serializable

Class opendap.servers.test.test_SDGrid extends SDGrid implements Serializable

Class opendap.servers.test.test_SDInt16 extends SDInt16 implements Serializable

Class opendap.servers.test.test_SDInt32 extends SDInt32 implements Serializable

Class opendap.servers.test.test_SDSequence extends SDSequence implements Serializable

Serialized Fields

sMaxLength

int sMaxLength

sCount

int sCount

Class opendap.servers.test.test_SDString extends SDString implements Serializable

Class opendap.servers.test.test_SDStructure extends SDStructure implements Serializable

Class opendap.servers.test.test_SDUInt16 extends SDUInt16 implements Serializable

Class opendap.servers.test.test_SDUInt32 extends SDUInt32 implements Serializable

Class opendap.servers.test.test_SDURL extends SDURL implements Serializable


Package opendap.servers.www

Class opendap.servers.www.wwwArray extends DArray implements Serializable

Class opendap.servers.www.wwwByte extends DByte implements Serializable

Class opendap.servers.www.wwwF32 extends DFloat32 implements Serializable

Class opendap.servers.www.wwwF64 extends DFloat64 implements Serializable

Class opendap.servers.www.wwwGrid extends DGrid implements Serializable

Class opendap.servers.www.wwwI16 extends DInt16 implements Serializable

Class opendap.servers.www.wwwI32 extends DInt32 implements Serializable

Class opendap.servers.www.wwwSequence extends DSequence implements Serializable

Class opendap.servers.www.wwwString extends DString implements Serializable

Class opendap.servers.www.wwwStructure extends DStructure implements Serializable

Class opendap.servers.www.wwwUI16 extends DUInt16 implements Serializable

Class opendap.servers.www.wwwUI32 extends DUInt32 implements Serializable

Class opendap.servers.www.wwwURL extends DURL implements Serializable


Package opendap.servlet

Class opendap.servlet.AbstractServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

allowDeflate

boolean allowDeflate

track

boolean track
************************************************************************ Debugging


syncLock

java.lang.Object syncLock
************************************************************************ Used for thread syncronization.

 

HitCounter

int HitCounter
************************************************************************ Count "hits" on the server...

 

prArr

java.util.ArrayList<E> prArr

Class opendap.servlet.BadURLException extends DAP2Exception implements Serializable


Package opendap.util

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

Class opendap.util.SortedTable extends java.util.Dictionary implements Serializable

serialVersionUID: 1L

Serialized Fields

keys

java.util.Vector<E> keys

elements

java.util.Vector<E> elements

Package opendap.util.geturl.gui

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

Serialized Fields

frame

GeturlFrame frame
The currently open Geturl window.

Class opendap.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 opendap.util.geturl.gui.StatusWindow extends java.awt.Frame implements Serializable

Serialized Fields

urlLabel

java.awt.Label urlLabel
The Label showing the OPeNDAP 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.