Serialized Form
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.
serialVersionUID: 1L
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.
serialVersionUID: 1L
_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?
serialVersionUID: 1L
_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
vals
BaseType[] vals
- the array of
BaseType
values.
vals
boolean[] vals
- the array of
float
values.
vals
byte[] vals
- the array of
byte
values.
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).
-
dimVector
java.util.Vector<E> dimVector
- A Vector of DArrayDimension information (i.e. the shape)
serialVersionUID: 1L
name
java.lang.String name
size
int size
start
int start
stride
int stride
stop
int stop
currentAT
AttributeTable currentAT
currentAlias
Alias currentAlias
ver
ServerVersion ver
- The ServerVersion returned from the open OPeNDAP connection.
val
byte val
- The value of this
DByte
.
currentBT
BaseType currentBT
currentAT
AttributeTable currentAT
factory
BaseTypeFactory factory
- Factory for new DAP variables.
schemaLocation
java.lang.String schemaLocation
_dataBlobID
java.lang.String _dataBlobID
serialVersionUID: 1L
val
float val
- The value of this
DFloat32
.
val
double val
- The value of this
DFloat64
.
arrayVar
DArray arrayVar
- The Array component of this
DGrid
.
mapVars
java.util.Vector<E> mapVars
- The Map component of this
DGrid
.
val
short val
- The value of this
DInt16
.
val
int val
- The value of this
DInt32
.
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.
val
java.lang.String val
- The value of this
DString
.
vars
java.util.Vector<E> vars
- The variables in this
DStructure
, stored in a
Vector
of BaseType
objects.
vals
PrimitiveVector vals
- The values in this
DVector
, stored in a
PrimitiveVector
.
serialVersionUID: 1L
vals
float[] vals
- the array of
float
values.
vals
double[] vals
- the array of
double
values.
vals
short[] vals
- the array of
short
values.
vals
int[] vals
- the array of
int
values.
serialVersionUID: 1L
var
BaseType var
- Template variable to use for
printDecl
and
deserialize
(BaseTypePrimitiveVector
only).
serialVersionUID: 1L
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.
Package opendap.dap.parser |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package opendap.dap.Server |
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
AP
java.util.Vector<E> AP
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
_Debug
boolean _Debug
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Project
boolean Project
Synthesized
boolean Synthesized
ReadMe
boolean ReadMe
Package opendap.servers.ascii |
Package opendap.servers.test |
ServerVersion
java.lang.String ServerVersion
- ************************************************************************
OPeNDAP Server Version for the test server...
- Ostensibly it's a serializable item...
Debug
boolean Debug
origShape
int[] origShape
sMaxLength
int sMaxLength
sCount
int sCount
Package opendap.servers.www |
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
serialVersionUID: 1L
keys
java.util.Vector<E> keys
elements
java.util.Vector<E> elements
Package opendap.util.geturl.gui |
frame
GeturlFrame frame
- The currently open Geturl window.
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.
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.