- addAlias(String, String) - Method in class opendap.dap.AttributeTable
-
Add an alias to the current table.
- addAttributeAlias(String, String) - Method in class opendap.dap.BaseType
-
- addAttributeContainer(AttributeTable) - Method in class opendap.dap.BaseType
-
- addAttributeTable(String, AttributeTable) - Method in class opendap.dap.DAS
-
Adds an AttributeTable to the DAS.
- addContainer(String, AttributeTable) - Method in class opendap.dap.AttributeTable
-
Create and append an attribute container to the table.
- addRow(Vector) - Method in class opendap.dap.DSequence
-
Adds a row to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DConstructor
-
Adds a variable to the container.
- addVariable(BaseType) - Method in class opendap.dap.DConstructor
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DDS
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DGrid
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DSequence
-
Adds a variable to the container.
- addVariable(BaseType, int) - Method in class opendap.dap.DStructure
-
Adds a variable to the container.
- addVariable(BaseType) - Method in class opendap.dap.DVector
-
Adds a variable to the container.
- Alias - Class in opendap.dap
-
The Alias type is a special attribute.
- Alias(String, String) - Constructor for class opendap.dap.Alias
-
Construct an Alias.
- ALIAS - Static variable in class opendap.dap.Attribute
-
Alias attribute type.
- allValues - Variable in class opendap.dap.DSequence
-
The values in this DSequence, stored as a
Vector of Vector of BaseType
objects.
- appendAttribute(String, int, String, boolean) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String, boolean) - Method in class opendap.dap.BaseType
-
- appendAttribute(String, int, String) - Method in class opendap.dap.BaseType
-
- appendAttributeContainer(String) - Method in class opendap.dap.BaseType
-
- appendContainer(String) - Method in class opendap.dap.AttributeTable
-
Create and append an attribute container to the table.
- appendDim(int, String) - Method in class opendap.dap.DArray
-
Given a size and a name, this function adds a dimension to the
array.
- appendDim(int) - Method in class opendap.dap.DArray
-
Add a dimension to the array.
- appendValue(String) - Method in class opendap.dap.Alias
-
Append a value to this attribute.
- appendValue(String, boolean) - Method in class opendap.dap.Alias
-
Append a value to this attribute.
- appendValue(String) - Method in class opendap.dap.Attribute
-
Append a value to this attribute.
- appendValue(String, boolean) - Method in class opendap.dap.Attribute
-
Append a value to this attribute.
- ARRAY - Static variable in class opendap.dap.DGrid
-
The Array part of the DGrid
- arrayVar - Variable in class opendap.dap.DGrid
-
The Array component of this DGrid.
- Attribute - Class in opendap.dap
-
An Attribute holds information about a single attribute in an
AttributeTable.
- Attribute(AttributeTable) - Constructor for class opendap.dap.Attribute
-
- Attribute(int, String, String, boolean) - Constructor for class opendap.dap.Attribute
-
Construct an Attribute with the given type and initial
value.
- Attribute(int, String, String) - Constructor for class opendap.dap.Attribute
-
Construct an Attribute with the given type and initial
value.
- Attribute(String, AttributeTable) - Constructor for class opendap.dap.Attribute
-
Construct a container attribute.
- Attribute(String, int) - Constructor for class opendap.dap.Attribute
-
Construct an empty attribute with the given type.
- AttributeBadValueException - Exception in opendap.dap
-
Thrown by Attribute when a bad value
(not one of the supported types) is stored in an Attribute.
- AttributeBadValueException(String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a AttributeBadValueException with the specified
message.
- AttributeBadValueException(int, String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a AttributeBadValueException with the specified
message and OPeNDAP error code see (DAP2Exception).
- AttributeExistsException - Exception in opendap.dap
-
Thrown by AttributeTable when an attempt is made to create an
attribute that already exists.
- AttributeExistsException(String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a AttributeExistsException with the specified
message.
- AttributeExistsException(int, String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a AttributeExistsException with the specified
message and OPeNDAP error code see (DAP2Exception).
- AttributeTable - Class in opendap.dap
-
An AttributeTable stores a set of names and, for each name,
an Attribute object.
- AttributeTable() - Constructor for class opendap.dap.AttributeTable
-
- AttributeTable(String) - Constructor for class opendap.dap.AttributeTable
-
Create a new empty AttributeTable.
- available() - Method in class opendap.dap.HeaderInputStream
-
Return the number of bytes in the buffer.
- CANNOT_READ_FILE - Static variable in exception opendap.dap.DAP2Exception
-
The file specified by the OPeNDAP URL can not be read.
- canonicalURL(String) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Create the canonical form of the URL.
- captureDataDDS(InputStream) - Static method in class opendap.dap.DConnect2
-
- captureStream(InputStream) - Static method in class opendap.dap.DConnect2
-
- CE() - Method in class opendap.dap.DConnect2
-
Returns the constraint expression supplied with the URL given to the
constructor.
- CE - Variable in class ucar.nc2.dods.DODSVariable
-
- check(Exception) - Static method in class opendap.dap.Util
-
Filter out runtime exceptions from other exceptions and re-throw
- checkForAttributeNameConflict() - Method in class opendap.dap.DDS
-
Check for name conflicts.
- checkSemantics(boolean) - Method in class opendap.dap.BaseType
-
Checks for internal consistency.
- checkSemantics() - Method in class opendap.dap.BaseType
-
Check semantics.
- checkSemantics(boolean) - Method in class opendap.dap.DArray
-
Checks for internal consistency.
- checkSemantics(boolean) - Method in class opendap.dap.DDS
-
Check the semantics of the DDS.
- checkSemantics(boolean) - Method in class opendap.dap.DGrid
-
Checks for internal consistency.
- checkSemantics(boolean) - Method in class opendap.dap.DSequence
-
Checks for internal consistency.
- checkSemantics(boolean) - Method in class opendap.dap.DStructure
-
Checks for internal consistency.
- clear() - Static method in class opendap.util.Debug
-
- ClientIO - Interface in opendap.dap
-
Client-side serialization for OPeNDAP variables (sub-classes of
BaseType).
- clone() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns a clone of this BaseTypePrimitiveVector.
- clone() - Method in class opendap.dap.DAPNode
-
Returns a clone of this DAPNode.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Alias
-
Returns a clone of this Alias.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Attribute
-
Returns a clone of this Attribute.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.AttributeTable
-
Returns a clone of this AttributeTable.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.BaseType
-
Returns a clone of this BaseType.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns a clone of this BooleanPrimitiveVector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.BytePrimitiveVector
-
Returns a clone of this Attribute.
- cloneDAG(DAPNode.CloneMap, DAPNode) - Static method in class opendap.dap.DAPNode
-
This version of cloneDAG() is the primary
point of cloning.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DAPNode
-
This procedure does the actual recursive clone.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DArray
-
Returns a clone of this Array.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DArrayDimension
-
Returns a clone of this Array.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DAS
-
Returns a clone of this Attribute.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DDS
-
Returns a clone of this DDS.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DGrid
-
Returns a clone of this DGrid.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DSequence
-
Returns a clone of this Sequence.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DStructure
-
Returns a clone of this Structure.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.DVector
-
Returns a clone of this Vector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Float32PrimitiveVector
-
Returns a clone of this PrimitiveVector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Float64PrimitiveVector
-
Returns a clone of this Float64PrimitiveVector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Int16PrimitiveVector
-
Returns a clone of this Int16PrimitiveVector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.Int32PrimitiveVector
-
Returns a clone of this Int32PrimitiveVector.
- cloneDAG(DAPNode.CloneMap) - Method in class opendap.dap.PrimitiveVector
-
Returns a clone of this PrimitiveVector.
- CloneMap() - Constructor for class opendap.dap.DAPNode.CloneMap
-
- close() - Method in class opendap.dap.DConnect2
-
- close() - Method in class ucar.nc2.dods.DODSNetcdfFile
-
- combineAxesAttrs(Attribute, Attribute) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Safely combine the multiple axis attributes without duplication
- ConstraintException - Exception in opendap.dap
-
- ConstraintException() - Constructor for exception opendap.dap.ConstraintException
-
- ConstraintException(String) - Constructor for exception opendap.dap.ConstraintException
-
- ConstraintException(String, Throwable) - Constructor for exception opendap.dap.ConstraintException
-
- ConstraintException(Throwable) - Constructor for exception opendap.dap.ConstraintException
-
- CONTAINER - Static variable in class opendap.dap.Attribute
-
Container attribute type.
- convert(DodsV) - Method in class ucar.nc2.dods.ConvertD2N
-
Convert a DataDDS into an Array
- ConvertD2N - Class in ucar.nc2.dods
-
Convert Dods object tree to netcdf.
- ConvertD2N() - Constructor for class ucar.nc2.dods.ConvertD2N
-
- convertNestedVariable(Variable, List<Range>, DodsV, boolean) - Method in class ucar.nc2.dods.ConvertD2N
-
Convert a DataDDS into an Array for a Structure member variable.
- convertToDODSType(DataType) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Get the DODS data class corresponding to the Netcdf data type.
- convertToNCType(int, boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Get the Netcdf data type corresponding to the DODS data type.
- convertToNCType(BaseType, boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Get the Netcdf data type corresponding to the DODS BaseType class.
- convertTopVariable(Variable, List<Range>, DodsV) - Method in class ucar.nc2.dods.ConvertD2N
-
Convert a DataDDS into an Array for a top level variable, ie not a Structure member variable.
- copy() - Method in class ucar.nc2.dods.DODSGrid
-
- copy() - Method in class ucar.nc2.dods.DODSStructure
-
- copy() - Method in class ucar.nc2.dods.DODSVariable
-
- DAP2_PROTOCOL_VERSION - Static variable in class opendap.dap.ServerVersion
-
- DAP2Exception - Exception in opendap.dap
-
Holds an exception thrown by OPeNDAP server to a client.
- DAP2Exception() - Constructor for exception opendap.dap.DAP2Exception
-
Construct an empty DAP2Exception.
- DAP2Exception(String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception.
- DAP2Exception(int, String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception with the given message.
- DAP2Exception(Exception) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception with the given causal exception.
- DAP2Exception(int, Exception) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a DAP2Exception with the given causal exception.
- Dap2Parse - Class in opendap.dap.parsers
-
- Dap2Parse() - Constructor for class opendap.dap.parsers.Dap2Parse
-
**********************************************
- Dap2Parse(BaseTypeFactory) - Constructor for class opendap.dap.parsers.Dap2Parse
-
- Dap2Parser - Class in opendap.dap.parsers
-
A Bison parser, automatically generated from dap2.y.
- Dap2Parser(Dap2Parser.Lexer) - Constructor for class opendap.dap.parsers.Dap2Parser
-
Instantiates the Bison-generated parser.
- Dap2Parser(BaseTypeFactory) - Constructor for class opendap.dap.parsers.Dap2Parser
-
Instantiates the Bison-generated parser.
- Dap2Parser.Lexer - Interface in opendap.dap.parsers
-
Communication interface between the scanner and the Bison-generated
parser Dap2Parser.
- DapDAS - Static variable in class opendap.dap.parsers.Dap2Parse
-
- DapDDS - Static variable in class opendap.dap.parsers.Dap2Parse
-
- dapdebug - Variable in class opendap.dap.parsers.Dap2Parse
-
- DapERR - Static variable in class opendap.dap.parsers.Dap2Parse
-
- DAPNode - Class in opendap.dap
-
The DAPNode class is the common parent type for
all nodes in the DDS and the DAS.
- DAPNode() - Constructor for class opendap.dap.DAPNode
-
Constructs a new DAPNode with no name.
- DAPNode(String) - Constructor for class opendap.dap.DAPNode
-
Constructs a new DAPNode with name n.
- DAPNode.CloneMap - Class in opendap.dap
-
Clone interface.
- DapNUL - Static variable in class opendap.dap.parsers.Dap2Parse
-
- dapparse(String, DDS, DAS, DAP2Exception) - Method in class opendap.dap.parsers.Dap2Parse
-
**********************************************
- DArray - Class in opendap.dap
-
This class is used to hold arrays of other OPeNDAP data.
- DArray() - Constructor for class opendap.dap.DArray
-
Constructs a new DArray.
- DArray(String) - Constructor for class opendap.dap.DArray
-
Constructs a new DArray with name n.
- DArrayDimension - Class in opendap.dap
-
This class holds information about each dimension in a DArray.
- DArrayDimension(int, String) - Constructor for class opendap.dap.DArrayDimension
-
Construct a new DArrayDimension.
- DArrayDimension.Slice - Class in opendap.dap
-
- DAS - Class in opendap.dap
-
The Data Attribute Structure is a set of name-value pairs used to
describe the data in a particular dataset.
- DAS() - Constructor for class opendap.dap.DAS
-
Create a new empty DAS.
- DASException - Exception in opendap.dap
-
DAS exception.
- DASException(int, String) - Constructor for exception opendap.dap.DASException
-
Construct a DASException with the specified detail
message and OPeNDAP error code.
- dasparse(String, DAS) - Method in class opendap.dap.parsers.Dap2Parse
-
- dasTools - Class in opendap.util
-
- dasTools() - Constructor for class opendap.util.dasTools
-
- DataDDS - Class in opendap.dap
-
The DataDDS class extends DDS to add new methods for retrieving data from
the server, and printing out the contents of the data.
- DataDDS(ServerVersion) - Constructor for class opendap.dap.DataDDS
-
Construct the DataDDS with the given server version.
- DataDDS(ServerVersion, BaseTypeFactory) - Constructor for class opendap.dap.DataDDS
-
- DataReadException - Exception in opendap.dap
-
Thrown when OPeNDAP encounters an exception while reading from a data set.
- DataReadException(String) - Constructor for exception opendap.dap.DataReadException
-
Construct a DataReadException with the specified detail
message.
- DataReadException(int, String) - Constructor for exception opendap.dap.DataReadException
-
Construct a DataReadException with the specified
message and OPeNDAP DAP2 error code see (DAP2Exception).
- DByte - Class in opendap.dap
-
Holds a OPeNDAP Byte value.
- DByte() - Constructor for class opendap.dap.DByte
-
Constructs a new DByte.
- DByte(String) - Constructor for class opendap.dap.DByte
-
Constructs a new DByte with name n.
- DConnect2 - Class in opendap.dap
-
Need more robust redirect and authentication.
- DConnect2(String) - Constructor for class opendap.dap.DConnect2
-
Creates an instance bound to url which accepts compressed documents.
- DConnect2(String, boolean) - Constructor for class opendap.dap.DConnect2
-
Creates an instance bound to url.
- DConnect2(InputStream) - Constructor for class opendap.dap.DConnect2
-
- DConstructor - Class in opendap.dap
-
Contains methods used only by the OPeNDAP constructor classes
(DStructure, DSequence, DGrid, and
DList).
- DConstructor() - Constructor for class opendap.dap.DConstructor
-
Constructs a new DConstructor.
- DConstructor(String) - Constructor for class opendap.dap.DConstructor
-
Constructs a new DConstructor with the given name.
- DDS - Class in opendap.dap
-
The OPeNDAP Data Descriptor Object (DDS) is a data structure used by
the OPeNDAP software to describe datasets and subsets of those
datasets.
- DDS() - Constructor for class opendap.dap.DDS
-
Creates an empty DDS.
- DDS(String) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS with the given dataset name.
- DDS(BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS with the given
BaseTypeFactory.
- DDS(String, BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS with the given dataset name and
BaseTypeFactory.
- DDS(String, BaseTypeFactory, String) - Constructor for class opendap.dap.DDS
-
Creates an empty DDS with the given dataset name and
BaseTypeFactory.
- DDSException - Exception in opendap.dap
-
DDS exception.
- DDSException(int, String) - Constructor for exception opendap.dap.DDSException
-
Construct a DDSException with the specified detail
message and OPeNDAP DAP2 error code.
- ddsparse(String, DDS) - Method in class opendap.dap.parsers.Dap2Parse
-
- DDSXMLParser - Class in opendap.dap.parsers
-
DDSXMLParser is used to parse a DDX (the XML formatted persistent
representation of a DDS) into a DDS object in memory.
- DDSXMLParser(String) - Constructor for class opendap.dap.parsers.DDSXMLParser
-
Constructs a new DDSXMLParser.
- Debug - Class in opendap.util
-
A minimal implementation of a globally-accessible set of Debug flags.
- Debug() - Constructor for class opendap.util.Debug
-
- debugAttributes - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugCached - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugCE - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugCharArray - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugConstruct - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugConvertData - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugDataResult - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugOpenResult - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugOpenTime - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugPreload - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugServerCall - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- debugTime - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- DefaultFactory - Class in opendap.dap
-
The default client-side Factory for BaseType objects.
- DefaultFactory() - Constructor for class opendap.dap.DefaultFactory
-
- delAttribute(String) - Method in class opendap.dap.AttributeTable
-
Delete the attribute named name.
- delAttribute(String, int) - Method in class opendap.dap.AttributeTable
-
Delete the attribute named name.
- delAttribute(String) - Method in class opendap.dap.BaseType
-
- delAttribute(String, int) - Method in class opendap.dap.BaseType
-
- deleteValueAt(int) - Method in class opendap.dap.Alias
-
Remove the i'th String from this attribute.
- deleteValueAt(int) - Method in class opendap.dap.Attribute
-
Remove the i'th String from this attribute.
- delRow(int) - Method in class opendap.dap.DSequence
-
Deletes a row from the container.
- delVariable(String) - Method in class opendap.dap.DDS
-
Removes a variable from the DDS.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BooleanPrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.BytePrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in interface opendap.dap.ClientIO
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DByte
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DFloat32
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DFloat64
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DGrid
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DInt16
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DInt32
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DSequence
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DString
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DStructure
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.DVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Float32PrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Float64PrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Int16PrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.Int32PrimitiveVector
-
Reads data from a DataInputStream.
- deserialize(DataInputStream, ServerVersion, StatusUI) - Method in class opendap.dap.PrimitiveVector
-
Reads data from a DataInputStream.
- DFloat32 - Class in opendap.dap
-
Holds a OPeNDAP FLoat32 value.
- DFloat32() - Constructor for class opendap.dap.DFloat32
-
Constructs a new DFloat32.
- DFloat32(String) - Constructor for class opendap.dap.DFloat32
-
Constructs a new DFloat32 with name n.
- DFloat64 - Class in opendap.dap
-
Holds a OPeNDAP Float64 value.
- DFloat64() - Constructor for class opendap.dap.DFloat64
-
Constructs a new DFloat64.
- DFloat64(String) - Constructor for class opendap.dap.DFloat64
-
Constructs a new DFloat64 with name n.
- DGrid - Class in opendap.dap
-
This class holds a DArray and a set of "Map"
vectors.
- DGrid() - Constructor for class opendap.dap.DGrid
-
Constructs a new DGrid.
- DGrid(String) - Constructor for class opendap.dap.DGrid
-
Constructs a new DGrid with name n.
- dimVector - Variable in class opendap.dap.DArray
-
A Vector of DArrayDimension information (i.e.
- DInt16 - Class in opendap.dap
-
Holds a OPeNDAP Int16 value.
- DInt16() - Constructor for class opendap.dap.DInt16
-
Constructs a new DInt16.
- DInt16(String) - Constructor for class opendap.dap.DInt16
-
Constructs a new DInt16 with name n.
- DInt32 - Class in opendap.dap
-
Holds a OPeNDAP Int32 value.
- DInt32() - Constructor for class opendap.dap.DInt32
-
Constructs a new DInt32.
- DInt32(String) - Constructor for class opendap.dap.DInt32
-
Constructs a new DInt32 with name n.
- DList - Class in opendap.dap
-
This class implements a simple list of OPeNDAP data
types.
- DList() - Constructor for class opendap.dap.DList
-
Constructs a new DList.
- DList(String) - Constructor for class opendap.dap.DList
-
Constructs a new DList with the given name.
- DODSAttribute - Class in ucar.nc2.dods
-
Adapter for dods.dap.Attribute into a ucar.nc2.Attribute.
- DODSAttribute(String, Attribute) - Constructor for class ucar.nc2.dods.DODSAttribute
-
constructor: adapter around dods.dap.Attribute
- DODSAttribute(String, String) - Constructor for class ucar.nc2.dods.DODSAttribute
-
- dodsfile - Variable in class ucar.nc2.dods.DODSStructure
-
- dodsfile - Variable in class ucar.nc2.dods.DODSVariable
-
- DODSGrid - Class in ucar.nc2.dods
-
A DODS Grid.
- DODSNetcdfFile - Class in ucar.nc2.dods
-
Access to DODS datasets through the Netcdf API.
- DODSNetcdfFile(String) - Constructor for class ucar.nc2.dods.DODSNetcdfFile
-
Open a DODS file.
- DODSNetcdfFile(String, CancelTask) - Constructor for class ucar.nc2.dods.DODSNetcdfFile
-
Open a DODS file, allow user control over preloading string arrays and making structure data
available through netcdf API.
- DODSNetcdfFileProvider - Class in ucar.nc2.dods
-
- DODSNetcdfFileProvider() - Constructor for class ucar.nc2.dods.DODSNetcdfFileProvider
-
- DODSNode - Interface in ucar.nc2.dods
-
Define an interface for DODSnetcdffile nodes to
store the original DODS name from the DDS so we can get groups right.
- dodsShortName - Variable in class ucar.nc2.dods.DODSStructure
-
- DODSStructure - Class in ucar.nc2.dods
-
A DODS Structure.
- DODSVariable - Class in ucar.nc2.dods
-
A read-only DODS-netCDF Variable.
- DODSVariable(DODSVariable) - Constructor for class ucar.nc2.dods.DODSVariable
-
- DPrimitive - Class in opendap.dap
-
Groups together all the simple primitive type classes.
- DPrimitive(String) - Constructor for class opendap.dap.DPrimitive
-
- DPrimitive() - Constructor for class opendap.dap.DPrimitive
-
- DSequence - Class in opendap.dap
-
A DSequence in OPeNDAP can hold N sequentially accessed
instances of a set of variables.
- DSequence() - Constructor for class opendap.dap.DSequence
-
Constructs a new DSequence.
- DSequence(String) - Constructor for class opendap.dap.DSequence
-
Constructs a new DSequence with name n.
- DString - Class in opendap.dap
-
Holds a OPeNDAP String value.
- DString() - Constructor for class opendap.dap.DString
-
Constructs a new DString.
- DString(String) - Constructor for class opendap.dap.DString
-
Constructs a new DString with name n.
- DStructure - Class in opendap.dap
-
A DStructure in OPeNDAP can hold N instances of any of
the other datatypes, including other structures.
- DStructure() - Constructor for class opendap.dap.DStructure
-
Constructs a new DStructure.
- DStructure(String) - Constructor for class opendap.dap.DStructure
-
Constructs a new DStructure with name n.
- DUInt16 - Class in opendap.dap
-
Holds a OPeNDAP UInt16 value.
- DUInt16() - Constructor for class opendap.dap.DUInt16
-
Constructs a new DUInt16.
- DUInt16(String) - Constructor for class opendap.dap.DUInt16
-
Constructs a new DUInt16 with name n.
- DUInt32 - Class in opendap.dap
-
Holds a OPeNDAP UInt32 value.
- DUInt32() - Constructor for class opendap.dap.DUInt32
-
Constructs a new DUInt32.
- DUInt32(String) - Constructor for class opendap.dap.DUInt32
-
Constructs a new DUInt32 with name n.
- DURL - Class in opendap.dap
-
Holds a OPeNDAP URL value.
- DURL() - Constructor for class opendap.dap.DURL
-
Constructs a new DURL.
- DURL(String) - Constructor for class opendap.dap.DURL
-
Constructs a new DURL with name n.
- DVector - Class in opendap.dap
-
This class holds a one-dimensional array of OPeNDAP data types.
- DVector() - Constructor for class opendap.dap.DVector
-
Constructs a new DVector.
- DVector(String) - Constructor for class opendap.dap.DVector
-
Constructs a new DVector with name n.
- EBADTYPE - Static variable in class opendap.dap.parsers.Dap2Parse
-
- EDAS - Static variable in class opendap.dap.parsers.Dap2Parse
-
- EDDS - Static variable in class opendap.dap.parsers.Dap2Parse
-
- EDIMSIZE - Static variable in class opendap.dap.parsers.Dap2Parse
-
- elementAt(int) - Method in class opendap.util.SortedTable
-
Returns the element at the specified index.
- elementCount(boolean) - Method in class opendap.dap.BaseType
-
Returns the number of variables contained in this object.
- elementCount() - Method in class opendap.dap.BaseType
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DGrid
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DSequence
-
Returns the number of variables contained in this object.
- elementCount(boolean) - Method in class opendap.dap.DStructure
-
Returns the number of variables contained in this object.
- elements() - Method in class opendap.util.SortedTable
-
Returns an enumeration of the values in this table.
- END_OF_SEQUENCE - Static variable in class opendap.dap.DSequence
-
The end of sequence byte marker
- EOF - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token returned by the scanner to signal the end of its input.
- equals(Object) - Method in class ucar.nc2.dods.DODSVariable
-
Instances which have same content are equal.
- errparse(String, DAP2Exception) - Method in class opendap.dap.parsers.Dap2Parse
-
- externalize(DataOutputStream) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.BooleanPrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.BytePrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.BytePrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in interface opendap.dap.ClientIO
-
Writes data to a DataOutputStream.
- externalize(OutputStream, boolean, boolean) - Method in class opendap.dap.DataDDS
-
Dump the dataset using externalize methods.
- externalize(DataOutputStream) - Method in class opendap.dap.DByte
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DFloat32
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DFloat64
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DGrid
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DInt16
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DInt32
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DSequence
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DString
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DStructure
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.DVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.Float32PrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.Float64PrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.Int16PrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.Int32PrimitiveVector
-
Writes data to a DataOutputStream.
- externalize(DataOutputStream, int, int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Write a subset of the data to a DataOutputStream.
- externalize(DataOutputStream) - Method in class opendap.dap.PrimitiveVector
-
Writes data to a DataOutputStream.
- get(Object) - Method in class opendap.util.SortedTable
-
Returns the value to which the key is mapped in this table.
- getAliasedTo() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- getAliasedToAttributeField() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- getAliasedToAttributeFieldAsClearString() - Method in class opendap.dap.Alias
-
Returns the name of the attribute aliased to.
- getArray() - Method in class opendap.dap.DGrid
-
- getArrayDims() - Method in class opendap.dap.DGrid
-
- getAttribute(String) - Method in class opendap.dap.AttributeTable
-
Returns the Attribute which matches name.
- getAttribute() - Method in class opendap.dap.BaseType
-
- getAttribute(String) - Method in class opendap.dap.BaseType
-
- getAttributeNames() - Method in class opendap.dap.BaseType
-
- getAttributeTable() - Method in class opendap.dap.BaseType
-
- getAttributeTable(String) - Method in class opendap.dap.DAS
-
Returns the AttributeTable with the given name.
- getAttributeTableN(String) - Method in class opendap.dap.DAS
-
Returns the AttributeTable with the given name.
- getBlobContentID() - Method in class opendap.dap.DDS
-
Get's the dataBLOB Contnet-ID for this DDS.
- getClearName() - Method in class opendap.dap.DAPNode
-
Returns the unencoded name of the class instance.
- getContainer() - Method in class opendap.dap.Alias
-
Returns the AttributeTable container.
- getContainer() - Method in class opendap.dap.Attribute
-
Returns the AttributeTable container.
- getContainer() - Method in class opendap.dap.DArrayDimension
-
- getContainerN() - Method in class opendap.dap.Attribute
-
Returns the AttributeTable container.
- getContainerVar() - Method in class opendap.dap.DVector
-
- getDAS() - Method in class opendap.dap.DConnect2
-
Returns the DAS object from the dataset referenced by this object's URL.
- getDAS() - Method in class opendap.dap.DDS
-
Creates a DAS object from the collection of BaseType variables and their
associated Attributes.
- getDAS() - Method in class opendap.dap.parsers.Dap2Parse
-
- getData(String, StatusUI, BaseTypeFactory) - Method in class opendap.dap.DConnect2
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getData(String) - Method in class opendap.dap.DConnect2
-
- getData(String, StatusUI) - Method in class opendap.dap.DConnect2
-
Returns the `Data object' from the dataset referenced by this object's
URL given the constraint expression CE.
- getData(StatusUI) - Method in class opendap.dap.DConnect2
-
Return the data object with no local constraint expression.
- getDataDDX() - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String) - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDataDDX(String, BaseTypeFactory) - Method in class opendap.dap.DConnect2
-
Returns the DataDDS object from the dataset referenced by this object's URL.
- getDDS() - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS(String) - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDS() - Method in class opendap.dap.parsers.Dap2Parse
-
**********************************************
- getDDSText() - Method in class opendap.dap.DDS
-
This a wrapper method for DDS.print().
- getDDX() - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDX(String) - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- getDDXText() - Method in class opendap.dap.DDS
-
This a wrapper method for DDS.printXML().
- getDebugLevel() - Method in class opendap.dap.parsers.Dap2Parse
-
- getDebugLevel() - Method in class opendap.dap.parsers.Dap2Parser
-
Answer the verbosity of the debugging output; 0 means that all kinds of
output from the parser are suppressed.
- getDebugStream() - Method in class opendap.dap.parsers.Dap2Parser
-
Return the PrintStream on which the debugging output is
printed.
- getDetailInfo(Formatter) - Method in class ucar.nc2.dods.DODSNetcdfFile
-
- getDimension(int) - Method in class opendap.dap.DArray
-
Returns the DArrayDimension object for
the dimension requested.
- getDimensions() - Method in class opendap.dap.DArray
-
Returns an Enumeration of DArrayDimensions
in this array.
- getDODSConstraintName(Variable) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Return a variable name suitable for use in a DAP constraint expression.
- getDODSName() - Method in class ucar.nc2.dods.DODSAttribute
-
- getDODSName() - Method in interface ucar.nc2.dods.DODSNode
-
- getDODSName() - Method in class ucar.nc2.dods.DODSStructure
-
- getDODSName() - Method in class ucar.nc2.dods.DODSVariable
-
- getDODSshortName() - Method in class ucar.nc2.dods.DODSStructure
-
- getElementVector() - Method in class opendap.util.SortedTable
-
Returns a Vector containing the elements in the SortedTable.
- getEncodedName() - Method in class opendap.dap.DAPNode
-
Returns the WWW encoded name of the class instance.
- getERR() - Method in class opendap.dap.parsers.Dap2Parse
-
- getErrorCode() - Method in exception opendap.dap.DAP2Exception
-
Returns the error code.
- getErrorMessage() - Method in exception opendap.dap.DAP2Exception
-
Returns the error message.
- getErrorVerbose() - Method in class opendap.dap.parsers.Dap2Parser
-
Return whether verbose error messages are enabled.
- getFactory() - Method in class opendap.dap.DDS
-
Get the Class factory.
- getFileTypeDescription() - Method in class ucar.nc2.dods.DODSNetcdfFile
-
- getFileTypeId() - Method in class ucar.nc2.dods.DODSNetcdfFile
-
- getFirstDimension() - Method in class opendap.dap.DArray
-
Returns the DArrayDimension object for
the first dimension.
- getInternalStorage() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.BytePrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Float32PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Float64PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Int16PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.Int32PrimitiveVector
-
Returns (a reference to) the internal storage for this PrimitiveVector
object.
- getInternalStorage() - Method in class opendap.dap.PrimitiveVector
-
Returns (a reference to) the internal storage for PrimitiveVector.
- getKey(int) - Method in class opendap.util.SortedTable
-
Returns the key at the specified index.
- getLastDomDoc() - Method in class opendap.dap.parsers.DDSXMLParser
-
Returns the Document object created by the most
recent invocation of the parser.
- getLastExtendedHeader() - Method in class opendap.dap.DConnect2
-
- getLastModifiedHeader() - Method in class opendap.dap.DConnect2
-
- getLastModifiedInvalidHeader() - Method in class opendap.dap.DConnect2
-
- getLength() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.BytePrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.DVector
-
Returns the number of elements in the vector.
- getLength() - Method in class opendap.dap.Float32PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Float64PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Int16PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.Int32PrimitiveVector
-
Returns the number of elements in the array.
- getLength() - Method in class opendap.dap.PrimitiveVector
-
Returns the number of elements in the array.
- getLevel() - Method in class opendap.dap.DSequence
-
Returns the level of this sequence.
- getLongName() - Method in class opendap.dap.BaseType
-
- getLVal() - Method in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Method to retrieve the semantic value of the last scanned token.
- getMajor() - Method in class opendap.dap.ServerVersion
-
Returns the major version number.
- getMessage() - Method in exception opendap.dap.DAP2Exception
-
Returns the detail message of this throwable object.
- getMinor() - Method in class opendap.dap.ServerVersion
-
Returns the minor version number.
- getNames() - Method in class opendap.dap.AttributeTable
-
Returns an Enumeration of the attribute names in this
AttributeTable.
- getNumVal() - Method in class opendap.dap.Attribute
-
Returns the nummber of values held in this attribute.
- getParent() - Method in class opendap.dap.DAPNode
-
- getPrimitiveVector() - Method in class opendap.dap.DVector
-
Returns the PrimitiveVector for this vector.
- getProgramSource() - Method in exception opendap.dap.DAP2Exception
-
Returns the program source.
- getProgramType() - Method in exception opendap.dap.DAP2Exception
-
Returns the program type.
- getProtocol() - Method in class ucar.nc2.dods.DODSNetcdfFileProvider
-
- getRow(int) - Method in class opendap.dap.DSequence
-
Gets a row from the container.
- getRowCount() - Method in class opendap.dap.DSequence
-
Returns the number of rows in this Sequence.
- getServerVersion() - Method in class opendap.dap.DataDDS
-
Returns the ServerVersion given in the constructor.
- getServerVersion() - Method in class opendap.dap.DConnect2
-
Returns the ServerVersion of the last connection.
- getSession() - Method in class opendap.dap.DConnect2
-
Return the session associated with this connection
- getSize() - Method in class opendap.dap.DArrayDimension
-
Get the dimension size.
- getStart() - Method in class opendap.dap.DArrayDimension
-
Get the projection start point for this dimension.
- getStop() - Method in class opendap.dap.DArrayDimension
-
Get the projection stop point for this dimension.
- getStride() - Method in class opendap.dap.DArrayDimension
-
Get the projection stride size for this dimension.
- getStructureIterator(String) - Method in class ucar.nc2.dods.DODSStructure
-
Return an iterator over the set of repeated structures.
- getSubMinor() - Method in class opendap.dap.ServerVersion
-
Returns the sub-minor version number, if it exists.
- getTemplate() - Method in class opendap.dap.PrimitiveVector
-
Returns the template variable for this vector.
- getType() - Method in class opendap.dap.Alias
-
Returns the attribute type constant.
- getType() - Method in class opendap.dap.Attribute
-
Returns the attribute type constant.
- getTypeName() - Method in class opendap.dap.BaseType
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.BaseTypePrimitiveVector
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.BooleanPrimitiveVector
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DArray
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DByte
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DFloat32
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DFloat64
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DGrid
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DInt16
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DInt32
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DList
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DSequence
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DString
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DStructure
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DUInt16
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DUInt32
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DURL
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.DVector
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeName() - Method in class opendap.dap.PrimitiveVector
-
Returns the OPeNDAP type name of the class instance as a String.
- getTypeString() - Method in class opendap.dap.Attribute
-
Returns the attribute type as a String.
- getTypeVal(String) - Static method in class opendap.dap.Attribute
-
Returns the attribute type as a String.
- getURL() - Method in class opendap.dap.parsers.Dap2Parse
-
- getURL() - Method in class opendap.dap.parsers.Dap2Parser
-
- getValue(int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Return the i'th value as a BaseType.
- getValue(int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Return the i'th value as a double.
- getValue(int) - Method in class opendap.dap.BytePrimitiveVector
-
Return the i'th value as a byte.
- getValue() - Method in class opendap.dap.DByte
-
Get the current value as a byte.
- getValue() - Method in class opendap.dap.DFloat32
-
Get the current value as a float.
- getValue() - Method in class opendap.dap.DFloat64
-
Get the current value as a double.
- getValue() - Method in class opendap.dap.DInt16
-
Get the current value as a short (16bit int).
- getValue() - Method in class opendap.dap.DInt32
-
Get the current value as an int.
- getValue() - Method in class opendap.dap.DString
-
Get the current value as a String.
- getValue(int) - Method in class opendap.dap.Float32PrimitiveVector
-
Return the i'th value as a double.
- getValue(int) - Method in class opendap.dap.Float64PrimitiveVector
-
Return the i'th value as a double.
- getValue(int) - Method in class opendap.dap.Int16PrimitiveVector
-
Return the i'th value as a short.
- getValue(int) - Method in class opendap.dap.Int32PrimitiveVector
-
Return the i'th value as an int.
- getValueAt(int) - Method in class opendap.dap.Alias
-
Returns the attribute value at index.
- getValueAt(int) - Method in class opendap.dap.Attribute
-
Returns the attribute value at index.
- getValueAtN(int) - Method in class opendap.dap.Attribute
-
Returns the attribute value at index.
- getValues() - Method in class opendap.dap.Alias
-
Returns the values of this attribute as an Enumeration
of String.
- getValues() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an Enumeration
of String.
- getValuesIterator() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an Enumeration of String.
- getVar(int) - Method in class opendap.dap.DConstructor
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DGrid
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DSequence
-
Gets the indexed variable.
- getVar(int) - Method in class opendap.dap.DStructure
-
Gets the indexed variable.
- getVarCount() - Method in class opendap.dap.DConstructor
-
Get the number of contained variables (for use with getVar()
- getVarCount() - Method in class opendap.dap.DGrid
-
Get the number of contained variables (for use with getVar()
- getVarCount() - Method in class opendap.dap.DSequence
-
Get the number of contained variables (for use with getVar()
- getVarCount() - Method in class opendap.dap.DStructure
-
Get the number of contained variables (for use with getVar()
- getVariable(String) - Method in class opendap.dap.DConstructor
-
Gets the named variable.
- getVariable(String) - Method in class opendap.dap.DDS
-
Returns a reference to the named variable.
- getVariable(String) - Method in class opendap.dap.DGrid
-
Returns the named variable.
- getVariable(String) - Method in class opendap.dap.DSequence
-
Returns the named variable.
- getVariable(int, String) - Method in class opendap.dap.DSequence
-
Returns the named variable in the given row of the sequence.
- getVariable(String) - Method in class opendap.dap.DStructure
-
Returns the named variable.
- getVariables() - Method in class opendap.dap.DConstructor
-
Return an Enumeration that can be used to iterate over all of the
members of the class.
- getVariables() - Method in class opendap.dap.DDS
-
Returns an Enumeration of the dataset variables.
- getVariables() - Method in class opendap.dap.DGrid
-
Return an Enumeration that can be used to iterate over the members of
a Structure.
- getVariables() - Method in class opendap.dap.DSequence
-
Return an Enumeration that can be used to iterate over the members of
a Sequence.
- getVariables() - Method in class opendap.dap.DStructure
-
Return an Enumeration that can be used to iterate over the members of
a Structure.
- getVariableSet() - Method in class opendap.dap.DStructure
-
Return an the Vector of vars for the structure
- getVersionElement() - Static method in class opendap.Version
-
- getVersionString() - Method in class opendap.dap.ServerVersion
-
Returns the full version string.
- getVersionString() - Static method in class opendap.Version
-
- nameInDDS(String, DDS) - Static method in class opendap.util.dasTools
-
- nameInKillFile(String) - Static method in class opendap.util.dasTools
-
This code could use a real `kill-file' some day -
about the same time that the rest of the server gets
an `rc' file...
- nameIsGlobal(String) - Static method in class opendap.util.dasTools
-
- nameWithCE() - Method in class ucar.nc2.dods.DODSVariable
-
- newDArray() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray.
- newDArray(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray with name n.
- newDArray() - Method in class opendap.dap.DefaultFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DArray with name n.
- newDByte() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DByte.
- newDByte(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DByte with name n.
- newDByte() - Method in class opendap.dap.DefaultFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DByte with name n.
- newDFloat32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat32 with name n.
- newDFloat32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat32 with name n.
- newDFloat64() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat64 with name n.
- newDFloat64() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat64 with name n.
- newDGrid() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DGrid with name n.
- newDGrid() - Method in class opendap.dap.DefaultFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DGrid with name n.
- newDInt16() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt16 with name n.
- newDInt16() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt16 with name n.
- newDInt32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt32 with name n.
- newDInt32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt32 with name n.
- newDSequence() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DSequence with name n.
- newDSequence() - Method in class opendap.dap.DefaultFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DSequence with name n.
- newDString() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DString.
- newDString(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DString with name n.
- newDString() - Method in class opendap.dap.DefaultFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DString with name n.
- newDStructure() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DStructure with name n.
- newDStructure() - Method in class opendap.dap.DefaultFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DStructure with name n.
- newDUInt16() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt16 with name n.
- newDUInt16() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt16 with name n.
- newDUInt32() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt32 with name n.
- newDUInt32() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt32 with name n.
- newDURL() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DURL.
- newDURL(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DURL with name n.
- newDURL() - Method in class opendap.dap.DefaultFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.dap.DefaultFactory
-
Construct a new DURL with name n.
- newPrimitiveVector() - Method in class opendap.dap.BaseType
-
Constructs a new PrimitiveVector object optimized for the
particular data type of this BaseType.
- newPrimitiveVector() - Method in class opendap.dap.DByte
-
Constructs a new BytePrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DFloat32
-
Constructs a new Float32PrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DFloat64
-
Constructs a new Float64PrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DInt16
-
Constructs a new Int16PrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DInt32
-
Constructs a new Int32PrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DUInt16
-
Constructs a new UInt16PrimitiveVector.
- newPrimitiveVector() - Method in class opendap.dap.DUInt32
-
Constructs a new UInt32PrimitiveVector.
- NO_AUTHORIZATION - Static variable in exception opendap.dap.DAP2Exception
-
The user has no authorization to read the OPeNDAP URL.
- NO_PROGRAM - Static variable in exception opendap.dap.DAP2Exception
-
This Error does not contain a program.
- NO_SUCH_FILE - Static variable in exception opendap.dap.DAP2Exception
-
The file specified by the OPeNDAP URL does not exist.
- NO_SUCH_VARIABLE - Static variable in exception opendap.dap.DAP2Exception
-
The variable specified in the OPeNDAP URL does not exist.
- normalize(String) - Static method in class opendap.dap.DDS
-
The normalize method is used to normalize variable and
attribute name strings prior
to their comparison with the normalized tokens extracted from the
variable and name fields in an Alias declaration.
- normalizeToXML(String) - Static method in class opendap.dap.parsers.DDSXMLParser
-
This method is used to normalize strings prior
to their inclusion in XML documents.
- NoSuchAttributeException - Exception in opendap.dap
-
Thrown by AttributeTable when an attempt is made to alias to
a non-existent attribute.
- NoSuchAttributeException(String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a NoSuchAttributeException with the specified
message.
- NoSuchAttributeException(int, String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a NoSuchAttributeException with the specified
message and OPeNDAP error code see (DAP2Exception).
- NoSuchFunctionException - Exception in opendap.dap
-
Thrown when an attempt is made to access a function that does not exist.
- NoSuchFunctionException(String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a NoSuchFunctionException with the specified
message.
- NoSuchFunctionException(int, String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a NoSuchFunctionException with the specified
message and OPeNDAP error code see (DAP2Exception).
- NoSuchTypeException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchTypeException(String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a NoSuchVariableException with the specified detail
message.
- NoSuchTypeException(int, String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a NoSuchVariableException with the specified
message and OPeNDAP error code see (DAP2Exception).
- NoSuchVariableException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchVariableException(String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a NoSuchVariableException with the specified detail
message.
- NoSuchVariableException(int, String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a NoSuchVariableException with the specified
message and OPeNDAP error code see (DAP2Exception).
- numDimensions() - Method in class opendap.dap.DArray
-
Returns the number of dimensions in this array.
- numVariables() - Method in class opendap.dap.DDS
-
Returns the number of variables in the dataset.
- parse(InputStream) - Method in exception opendap.dap.DAP2Exception
-
Reads an Error description from the named InputStream.
- parse(InputStream) - Method in class opendap.dap.DAS
-
- parse(String) - Method in class opendap.dap.DAS
-
- parse(InputStream) - Method in class opendap.dap.DataDDS
-
- parse(InputStream) - Method in class opendap.dap.DDS
-
- parse(String) - Method in class opendap.dap.DDS
-
- parse(String) - Method in class opendap.dap.parsers.Dap2Parse
-
**********************************************
- parse() - Method in class opendap.dap.parsers.Dap2Parser
-
Parse input from the scanner that was specified at object construction
time.
- parse(String) - Method in class opendap.dap.parsers.Dap2Parser
-
- parse(Document, DDS, BaseTypeFactory, boolean) - Method in class opendap.dap.parsers.DDSXMLParser
-
Parse the DDX waiting in the InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory
- parse(InputStream, DDS, BaseTypeFactory, boolean) - Method in class opendap.dap.parsers.DDSXMLParser
-
Parse the DDX waiting in the InputStream and instantiate all of
the member BaseType variables and their associated Attributes
into a DDS using the passed BaseTypeFactory
- ParseException - Exception in opendap.dap.parsers
-
- ParseException() - Constructor for exception opendap.dap.parsers.ParseException
-
- ParseException(String) - Constructor for exception opendap.dap.parsers.ParseException
-
- ParseException(String, Throwable) - Constructor for exception opendap.dap.parsers.ParseException
-
- ParseException(Throwable) - Constructor for exception opendap.dap.parsers.ParseException
-
- parseXML(InputStream, boolean) - Method in class opendap.dap.DDS
-
Reads a DDX from the named InputStream.
- parseXML(Document, boolean) - Method in class opendap.dap.DDS
-
Reads a DDX from the named Document.
- PrimitiveVector - Class in opendap.dap
-
A helper class for DVector.
- PrimitiveVector(BaseType) - Constructor for class opendap.dap.PrimitiveVector
-
Constructs a new PrimitiveVector.
- print(PrintWriter, String) - Method in class opendap.dap.Alias
-
- print(PrintWriter, String) - Method in class opendap.dap.Attribute
-
- print(OutputStream, String) - Method in class opendap.dap.Attribute
-
Print the attribute on the given OutputStream.
- print(PrintWriter) - Method in class opendap.dap.Attribute
-
Print the attribute on the given PrintWriter with
four spaces of indentation.
- print(OutputStream) - Method in class opendap.dap.Attribute
-
Print the attribute on the given OutputStream with
four spaces of indentation.
- print(PrintWriter, String) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given PrintWriter.
- print(OutputStream, String) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given OutputStream.
- print(PrintStream) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given PrintWriter with
four spaces of indentation.
- print(PrintWriter) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given PrintWriter with
four spaces of indentation.
- print(OutputStream) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given OutputStream with
four spaces of indentation.
- print(PrintWriter) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given PrintWriter.
- print(OutputStream) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given OutputStream.
- print(PrintWriter) - Method in class opendap.dap.DDS
-
Print the DDS on the given PrintWriter.
- print(OutputStream) - Method in class opendap.dap.DDS
-
Print the DDS on the given OutputStream.
- printAsMapXML(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
- printAttributes(OutputStream) - Method in class opendap.dap.BaseType
-
- printAttributes(OutputStream, String) - Method in class opendap.dap.BaseType
-
- printAttributes(PrintWriter) - Method in class opendap.dap.BaseType
-
- printAttributes(PrintWriter, String) - Method in class opendap.dap.BaseType
-
- printConstraint(PrintWriter) - Method in class opendap.dap.BaseType
-
- printConstraint(PrintWriter) - Method in class opendap.dap.DArray
-
- printConstraint(PrintWriter) - Method in class opendap.dap.DArrayDimension
-
- printConstraint(PrintWriter) - Method in class opendap.dap.DString
-
- printDAS(OutputStream) - Method in class opendap.dap.DDS
-
Print a DAS constructed from this DDS and it's BaseType variables.
- printDAS(PrintWriter) - Method in class opendap.dap.DDS
-
Print a DAS constructed from this DDS and it's BaseType variables.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.BaseType
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream, String, boolean, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using OutputStream.
- printDecl(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using OutputStream.
- printDecl(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DArray
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DGrid
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DSequence
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DStructure
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.DVector
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean, boolean) - Method in class opendap.dap.PrimitiveVector
-
Write the variable's declaration in a C-style syntax.
- printDecl(PrintWriter, String, boolean) - Method in class opendap.dap.PrimitiveVector
-
Write the variable's declaration in a C-style syntax.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.BytePrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.UInt16PrimitiveVector
-
Prints the value of a single variable in this vector.
- printSingleVal(PrintWriter, int) - Method in class opendap.dap.UInt32PrimitiveVector
-
Prints the value of a single variable in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's value.
- printVal(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's value using OutputStream.
- printVal(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's value using OutputStream.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.BytePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter) - Method in class opendap.dap.DataDDS
-
Print the dataset just read.
- printVal(OutputStream) - Method in class opendap.dap.DataDDS
-
Print the dataset using OutputStream.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DByte
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DFloat32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DFloat64
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DGrid
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DSequence
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DString
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DStructure
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DUInt16
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DUInt32
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String) - Method in class opendap.dap.PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.UInt16PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.UInt32PrimitiveVector
-
Prints the value of all variables in this vector.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Alias
-
- printXML(OutputStream) - Method in class opendap.dap.Attribute
-
- printXML(OutputStream, String) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter, String) - Method in class opendap.dap.Attribute
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Attribute
-
- printXML(OutputStream, String) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter, String) - Method in class opendap.dap.AttributeTable
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.AttributeTable
-
- printXML(OutputStream) - Method in class opendap.dap.BaseType
-
- printXML(OutputStream, String) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DConstructor
-
- printXML(PrintWriter) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the DDS as an XML document.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the DDS as an XML document.
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DGrid
-
- probeObject(Object) - Static method in class opendap.util.Tools
-
Show me lots of stuff about the passed in object
- projectedComponents(boolean) - Method in class opendap.dap.DGrid
-
How many prohected components of this Grid object?
- projectionYieldsGrid(boolean) - Method in class opendap.dap.DGrid
-
When projected (using whatever the current constraint provides in the way
of a projection) am I still a Grid?
- put(Object, Object) - Method in class opendap.util.SortedTable
-
Maps the specified key to the specified value in this table.
- SCAN_ALIAS - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_ARRAY - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_ATTR - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_BYTE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_CODE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_DATA - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_DATASET - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_ERROR - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_FLOAT32 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_FLOAT64 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_GRID - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_INT16 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_INT32 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_MAPS - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_MESSAGE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_PROG - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_PTYPE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_SEQUENCE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_STRING - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_STRUCTURE - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_UINT16 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_UINT32 - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- SCAN_URL - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- search(String, Stack) - Method in class opendap.dap.DDS
-
Look for name in the DDS.
- ServerVersion - Class in opendap.dap
-
Aprses and holds the Server Version information returned by a DAP server.
- ServerVersion(HTTPMethod) - Constructor for class opendap.dap.ServerVersion
-
Determines Server (Protocol) Version based on the headers associated
with the passed GetMethod.
- ServerVersion(URLConnection) - Constructor for class opendap.dap.ServerVersion
-
Determines Server (Protocol) Version based on the headers associated
with the passed java.net.URLConnection.
- ServerVersion(String, int) - Constructor for class opendap.dap.ServerVersion
-
Construct a new ServerVersion, setting major and minor version based
on the full version string.
- ServerVersion(int, int) - Constructor for class opendap.dap.ServerVersion
-
Construct a new ServerVersion, setting major and minor version explicitly.
- set(String, boolean) - Static method in class opendap.util.Debug
-
- setAllowCompression(boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Set whether to allow messages to be compressed.
- setAllowDeflate(boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
- setAllowSessions(boolean) - Static method in class opendap.dap.DConnect2
-
- setAllowSessions(boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Set whether to allow sessions by allowing cookies.
- setBlobContentID(String) - Method in class opendap.dap.DDS
-
Set's the dataBLOB reference for this DDS.
- setCE(String) - Method in class ucar.nc2.dods.DODSVariable
-
- setClearName(String) - Method in class opendap.dap.BaseType
-
Sets the unencoded name of the class instance.
- setClearName(String) - Method in class opendap.dap.DAPNode
-
Sets the unencoded name of the class instance.
- setContainer(DArray) - Method in class opendap.dap.DArrayDimension
-
- setContainerVar(BaseType) - Method in class opendap.dap.DVector
-
- setCoordinateVariablePreloadSize(int) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
If preloading, set maximum size of coordinate variables to be preloaded.
- setDebugFlags(DebugFlags) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Debugging flags.
- setDebugLevel(int) - Method in class opendap.dap.parsers.Dap2Parse
-
- setDebugLevel(int) - Method in class opendap.dap.parsers.Dap2Parser
-
Set the verbosity of the debugging output; 0 means that all kinds of
output from the parser are suppressed.
- setDebugStream(PrintStream) - Method in class opendap.dap.parsers.Dap2Parser
-
Set the PrintStream on which the debug output is printed.
- setDODSName(String) - Method in class ucar.nc2.dods.DODSAttribute
-
- setDODSName(String) - Method in interface ucar.nc2.dods.DODSNode
-
- setDODSName(String) - Method in class ucar.nc2.dods.DODSStructure
-
- setDODSName(String) - Method in class ucar.nc2.dods.DODSVariable
-
- setEncodedName(String) - Method in class opendap.dap.DAPNode
-
Sets the name of the class instance.
- setErrorCode(int) - Method in exception opendap.dap.DAP2Exception
-
Sets the error code.
- setErrorMessage(String) - Method in exception opendap.dap.DAP2Exception
-
Sets the error message.
- setErrorVerbose(boolean) - Method in class opendap.dap.parsers.Dap2Parser
-
Set the verbosity of error messages.
- setFactory(BaseTypeFactory) - Method in class opendap.dap.DDS
-
Get the Class factory.
- setInternalStorage(Object) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.BooleanPrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.BytePrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Float32PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Float64PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Int16PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.Int32PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setInternalStorage(Object) - Method in class opendap.dap.PrimitiveVector
-
Set the internal storage for PrimitiveVector.
- setLength(int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.BytePrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.DVector
-
Sets the number of elements in the vector.
- setLength(int) - Method in class opendap.dap.Float32PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Float64PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Int16PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.Int32PrimitiveVector
-
Sets the number of elements in the array.
- setLength(int) - Method in class opendap.dap.PrimitiveVector
-
Sets the number of elements in the array.
- setLevel(int) - Method in class opendap.dap.DSequence
-
Sets the level of this sequence.
- setMyAttribute(Attribute) - Method in class opendap.dap.Alias
-
- setMyVariable(BaseType) - Method in class opendap.dap.Alias
-
- setParent(DAPNode) - Method in class opendap.dap.DAPNode
-
- setPreload(boolean) - Static method in class ucar.nc2.dods.DODSNetcdfFile
-
Set whether small variables are preloaded; only turn off for debugging.
- setProgramSource(String) - Method in exception opendap.dap.DAP2Exception
-
Sets the program source.
- setProgramType(int) - Method in exception opendap.dap.DAP2Exception
-
Sets the program type.
- setProject(boolean, boolean) - Method in class opendap.dap.DAPNode
-
Set the state of this variable's projection.
- setProject(boolean) - Method in class opendap.dap.DAPNode
-
Set the state of this variable's projection.
- setProjected(boolean) - Method in class opendap.dap.DAPNode
-
- setProjection(int, int, int) - Method in class opendap.dap.DArrayDimension
-
Set the projection information for this dimension.
- setServerVersion(int, int) - Method in class opendap.dap.DConnect2
-
- setSize(int) - Method in class opendap.dap.DArrayDimension
-
Set the dimension size.
- setURL(String) - Method in class opendap.dap.DDS
-
- setURL(String) - Method in class opendap.dap.parsers.Dap2Parse
-
- setURL(String) - Method in class opendap.dap.parsers.Dap2Parser
-
- setValue(int, BaseType) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Set the i'th value of the array.
- setValue(int, boolean) - Method in class opendap.dap.BooleanPrimitiveVector
-
Set the i'th value of the array.
- setValue(int, byte) - Method in class opendap.dap.BytePrimitiveVector
-
Set the i'th value of the array.
- setValue(byte) - Method in class opendap.dap.DByte
-
Set the current value.
- setValue(float) - Method in class opendap.dap.DFloat32
-
Set the current value.
- setValue(double) - Method in class opendap.dap.DFloat64
-
Set the current value.
- setValue(short) - Method in class opendap.dap.DInt16
-
Set the current value.
- setValue(int) - Method in class opendap.dap.DInt32
-
Set the current value.
- setValue(String) - Method in class opendap.dap.DString
-
Set the current value.
- setValue(int, float) - Method in class opendap.dap.Float32PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, double) - Method in class opendap.dap.Float64PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, short) - Method in class opendap.dap.Int16PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Set the i'th value of the array.
- showNCfile - Static variable in class ucar.nc2.dods.DODSNetcdfFile
-
- size() - Method in class opendap.dap.AttributeTable
-
- size - Variable in class opendap.dap.DArrayDimension.Slice
-
- size() - Method in class opendap.util.SortedTable
-
Returns the number of keys in this table.
- skip(long) - Method in class opendap.dap.HeaderInputStream
-
Skips over and discards n bytes of data from the input stream.
- Slice(int, int, int, int) - Constructor for class opendap.dap.DArrayDimension.Slice
-
- Slice(int, int, int) - Constructor for class opendap.dap.DArrayDimension.Slice
-
- someChildHasAttributes(BaseType) - Method in class opendap.dap.DConstructor
-
- SortedTable - Class in opendap.util
-
SortedTable looks exactly like Hashtable but preserves the insertion order
of elements.
- SortedTable() - Constructor for class opendap.util.SortedTable
-
- squeeze() - Method in class opendap.dap.DArray
-
Use this method to "squeeze" out all of the array dimensions whose
size is equal to 1.
- start - Variable in class opendap.dap.DArrayDimension.Slice
-
- START_OF_INSTANCE - Static variable in class opendap.dap.DSequence
-
The start of instance byte marker
- StatusUI - Interface in opendap.dap
-
This interface is implemented by OPeNDAP client user interfaces which give
feedback to the user on the status of the current deserialize operation.
- stop - Variable in class opendap.dap.DArrayDimension.Slice
-
- stride - Variable in class opendap.dap.DArrayDimension.Slice
-
- STRING - Static variable in class opendap.dap.Attribute
-
String attribute type.
- subset(int, int, int) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.BytePrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Float64PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.Int32PrimitiveVector
-
Create a new primitive vector using a subset of the data.
- subset(int, int, int) - Method in class opendap.dap.PrimitiveVector
-
Create a new primitive vector using a subset of the data.