Serialized Form
-
Package opendap.dap
-
Class opendap.dap.Alias extends Attribute implements Serializable
-
Serialized Fields
-
aliasedToAttributeNamed
String aliasedToAttributeNamed
Ifis_aliasis true, the name of theAttributewe 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 DAPNode implements Serializable
-
Serialized Fields
-
attr
List<String> attr
-
attrTable
AttributeTable attrTable
Either an AttributeTable or a Vector of String. -
type
int type
The type of the attribute.
-
-
-
Class opendap.dap.AttributeBadValueException extends DASException implements Serializable
-
Class opendap.dap.AttributeExistsException extends DASException implements Serializable
-
Class opendap.dap.AttributeTable extends DAPNode implements Serializable
-
Serialized Fields
-
attributes
LinkedHashMap<String,Attribute> attributes
A table of Attributes with their names as a key.
-
-
-
Class opendap.dap.BadSemanticsException extends DDSException implements Serializable
-
Class opendap.dap.BaseType extends DAPNode implements Serializable
-
Serialized Fields
-
attribute
Attribute attribute
The Attribute Table used to contain attributes specific to this instance of a BaseType variable. This is the repository for "Semantic Metadata" -
attTable
AttributeTable attTable
-
-
-
Class opendap.dap.BaseTypePrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
BaseType[] vals
the array ofBaseTypevalues.
-
-
-
Class opendap.dap.BooleanPrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
boolean[] vals
the array offloatvalues.
-
-
-
Class opendap.dap.BytePrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
byte[] vals
the array ofbytevalues.
-
-
-
Class opendap.dap.ConstraintException extends RuntimeException implements Serializable
-
Class opendap.dap.DAP2Exception extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
The error code. -
errorMessage
String errorMessage
The error message. -
programSource
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). -
programType
int programType
The program type.
-
-
-
Class opendap.dap.DAPNode extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class opendap.dap.DArray extends DVector implements Serializable
-
Serialized Fields
-
dimVector
ArrayList<DArrayDimension> dimVector
A List of DArrayDimension information (i.e. the shape)
-
-
-
Class opendap.dap.DArrayDimension extends DAPNode implements Serializable
-
Serialized Fields
-
container
DArray container
-
-
-
Class opendap.dap.DAS extends AttributeTable implements Serializable
-
Serialized Fields
-
currentAlias
Alias currentAlias
-
currentAT
AttributeTable currentAT
-
factory
BaseTypeFactory factory
-
-
-
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 DPrimitive implements Serializable
-
Serialized Fields
-
val
byte val
The value of thisDByte.
-
-
-
Class opendap.dap.DConstructor extends BaseType implements Serializable
-
Class opendap.dap.DDS extends DStructure implements Serializable
-
Serialized Fields
-
_dataBlobID
String _dataBlobID
-
currentAT
AttributeTable currentAT
-
currentBT
BaseType currentBT
-
factory
BaseTypeFactory factory
Factory for new DAP variables. -
schemaLocation
String schemaLocation
-
url
String url
-
-
-
Class opendap.dap.DDSException extends DAP2Exception implements Serializable
-
Class opendap.dap.DefaultFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class opendap.dap.DFloat32 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
float val
The value of thisDFloat32.
-
-
-
Class opendap.dap.DFloat64 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
double val
The value of thisDFloat64.
-
-
-
Class opendap.dap.DGrid extends DConstructor implements Serializable
-
Class opendap.dap.DInt16 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
short val
The value of thisDInt16.
-
-
-
Class opendap.dap.DInt32 extends DPrimitive implements Serializable
-
Serialized Fields
-
val
int val
The value of thisDInt32.
-
-
-
Class opendap.dap.DList extends DVector implements Serializable
-
Class opendap.dap.DPrimitive extends BaseType implements Serializable
-
Class opendap.dap.DSequence extends DConstructor implements Serializable
-
Serialized Fields
-
-
Class opendap.dap.DString extends DPrimitive implements Serializable
-
Serialized Fields
-
hasValue
boolean hasValue
-
val
String val
The value of thisDString.
-
-
-
Class opendap.dap.DStructure extends DConstructor implements Serializable
-
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
-
containedvar
BaseType containedvar
The variable of which we are the parent -
vals
PrimitiveVector vals
The values in thisDVector, stored in aPrimitiveVector.
-
-
-
Class opendap.dap.Float32PrimitiveVector extends PrimitiveVector implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vals
float[] vals
the array offloatvalues.
-
-
Class opendap.dap.Float64PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
double[] vals
the array ofdoublevalues.
-
-
-
Class opendap.dap.Int16PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
short[] vals
the array ofshortvalues.
-
-
-
Class opendap.dap.Int32PrimitiveVector extends PrimitiveVector implements Serializable
-
Serialized Fields
-
vals
int[] vals
the array ofintvalues.
-
-
-
Class opendap.dap.InvalidDimensionException extends DAP2Exception implements Serializable
-
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 DAPNode implements Serializable
-
Serialized Fields
-
var
BaseType var
Template variable to use forprintDeclanddeserialize(BaseTypePrimitiveVectoronly).
-
-
-
Class opendap.dap.ServerVersion extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
htmlEscaper
com.google.common.escape.Escaper htmlEscaper
-
major
int major
Major version number. -
minor
int minor
Minor version number. -
subminor
int subminor
Sub-Minor version number. -
versionString
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.parsers
-
Class opendap.dap.parsers.ParseException extends IOException implements Serializable
-