A B C D E F G H I J K L M N O P R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, String, String) - Static method in class ucar.nc2.dods.RC
-
Allow users to add to the default rc
- 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
AttributeTableto the DAS. - addContainer(String, AttributeTable) - Method in class opendap.dap.AttributeTable
-
Create and append an attribute container to the table.
- addRow(List<BaseType>) - Method in class opendap.dap.DSequence
-
Adds a row to the container.
- addVariable(BaseType) - Method in class opendap.dap.DConstructor
-
Adds a variable to the container.
- addVariable(BaseType) - Method in class opendap.dap.DVector
-
Adds a variable to the container.
- addVariable(BaseType, int) - 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.
- 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.
- allowSelfSigned - Static variable in class ucar.nc2.dods.RC
- ALLOWSELFSIGNEDKEY - Static variable in class ucar.nc2.dods.RC
- allValues - Variable in class opendap.dap.DSequence
-
The values in this
DSequence, stored as aListofListofBaseTypeobjects. - appendAttribute(String, int, String) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String) - Method in class opendap.dap.BaseType
- appendAttribute(String, int, String, boolean) - Method in class opendap.dap.AttributeTable
-
Adds an attribute to the table.
- appendAttribute(String, int, String, boolean) - 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) - Method in class opendap.dap.DArray
-
Add a dimension to the array.
- appendDim(int, String) - Method in class opendap.dap.DArray
-
Given a size and a name, this function adds a dimension to the array.
- appendValue(String) - 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.Alias
-
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
Arraypart of theDGrid - arrayVar - Variable in class opendap.dap.DGrid
-
The Array component of this
DGrid. - Attribute - Class in opendap.dap
-
An
Attributeholds information about a single attribute in anAttributeTable. - Attribute(int, String, String, boolean) - Constructor for class opendap.dap.Attribute
-
Construct an
Attributewith the given type and initial value. - Attribute(String, int) - Constructor for class opendap.dap.Attribute
-
Construct an empty attribute with the given type.
- Attribute(String, AttributeTable) - Constructor for class opendap.dap.Attribute
-
Construct a container attribute.
- Attribute(AttributeTable) - Constructor for class opendap.dap.Attribute
-
Deprecated.Use the ctor with the name.
- AttributeBadValueException - Exception in opendap.dap
-
Thrown by
Attributewhen a bad value (not one of the supported types) is stored in an Attribute. - AttributeBadValueException(int, String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a
AttributeBadValueExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - AttributeBadValueException(String) - Constructor for exception opendap.dap.AttributeBadValueException
-
Construct a
AttributeBadValueExceptionwith the specified message. - AttributeExistsException - Exception in opendap.dap
-
Thrown by
AttributeTablewhen an attempt is made to create an attribute that already exists. - AttributeExistsException(int, String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a
AttributeExistsExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - AttributeExistsException(String) - Constructor for exception opendap.dap.AttributeExistsException
-
Construct a
AttributeExistsExceptionwith the specified message. - AttributeTable - Class in opendap.dap
-
An
AttributeTablestores a set of names and, for each name, anAttributeobject. - 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.
B
- backslashEscapeDapString(String) - Static method in class ucar.nc2.dods.EscapeStringsDap
-
Given a DAP (attribute) string, insert backslashes before '"' and '/' characters.
- backslashToDAP(String) - Static method in class ucar.nc2.dods.EscapeStringsDap
-
Given a backslash escaped name, convert to a DAP escaped name
- BadSemanticsException - Exception in opendap.dap
-
Thrown by
BaseTypewhen thecheckSemanticsmethod is called and the variable is not valid (the name is null or some other semantic violation). - BadSemanticsException(int, String) - Constructor for exception opendap.dap.BadSemanticsException
-
Construct a
BadSemanticsExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - BadSemanticsException(String) - Constructor for exception opendap.dap.BadSemanticsException
-
Construct a
BadSemanticsExceptionwith the specified detail message. - BaseType - Class in opendap.dap
-
This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types.
- BaseType() - Constructor for class opendap.dap.BaseType
-
Constructs a new
BaseTypewith no name. - BaseType(String) - Constructor for class opendap.dap.BaseType
-
Constructs a new
BaseTypewith namen. - BaseTypeFactory - Interface in opendap.dap
-
A Factory for BaseType objects.
- BaseTypePrimitiveVector - Class in opendap.dap
-
A vector of
BaseType. - BaseTypePrimitiveVector(BaseType) - Constructor for class opendap.dap.BaseTypePrimitiveVector
-
Constructs a new
BaseTypePrimitiveVector. - bisonSkeleton - Static variable in class opendap.dap.parsers.Dap2Parser
-
Name of the skeleton that generated this parser.
- bisonVersion - Static variable in class opendap.dap.parsers.Dap2Parser
-
Version number for the Bison executable that generated this parser.
- BooleanPrimitiveVector - Class in opendap.dap
-
A vector of booleans.
- BooleanPrimitiveVector(BaseType) - Constructor for class opendap.dap.BooleanPrimitiveVector
-
Constructs a new
BooleanPrimitiveVector. - build(String, CancelTask) - Method in class ucar.nc2.dods.DodsNetcdfFile.Builder2
- builder() - Static method in class ucar.nc2.dods.DodsNetcdfFile
- Builder2() - Constructor for class ucar.nc2.dods.DodsNetcdfFile.Builder2
- BYTE - Static variable in class opendap.dap.Attribute
-
Byte attribute type.
- BytePrimitiveVector - Class in opendap.dap
-
A vector of bytes.
- BytePrimitiveVector(BaseType) - Constructor for class opendap.dap.BytePrimitiveVector
-
Constructs a new
BytePrimitiveVector.
C
- 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.DodsNetcdfFiles
-
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.
- 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() - Method in class opendap.dap.BaseType
-
Check semantics.
- checkSemantics(boolean) - Method in class opendap.dap.BaseType
-
Checks for internal consistency.
- 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.
- 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
-
Deprecated.do not use
- 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 copy 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) - Method in class opendap.dap.DAPNode
-
Deprecated.do not use
- 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
DAS. - 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. - cloneDAG(DAPNode.CloneMap, DAPNode) - Static method in class opendap.dap.DAPNode
-
Deprecated.do not use
- CloneMap() - Constructor for class opendap.dap.DAPNode.CloneMap
- close() - Method in class opendap.dap.DConnect2
- close() - Method in class ucar.nc2.dods.DodsNetcdfFile
- compareTo(RC.Triple) - Method in class ucar.nc2.dods.RC.Triple
- 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.
- convertToDODSType(DataType) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
-
Get the DODS data class corresponding to the Netcdf data type.
- convertToNCType(int, boolean) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
-
Get the Netcdf data type corresponding to the DODS data type.
- convertToNCType(BaseType, boolean) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
-
Get the Netcdf data type corresponding to the DODS BaseType class.
D
- 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(int, Exception) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a
DAP2Exceptionwith the given causal exception. - DAP2Exception(int, String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a
DAP2Exceptionwith the given message. - DAP2Exception(Exception) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a
DAP2Exceptionwith the given causal exception. - DAP2Exception(String) - Constructor for exception opendap.dap.DAP2Exception
-
Construct a
DAP2Exception. - 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(BaseTypeFactory) - Constructor for class opendap.dap.parsers.Dap2Parser
-
Instantiates the Bison-generated parser.
- Dap2Parser(Dap2Parser.Lexer) - 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
DAPNodewith no name. - DAPNode(String) - Constructor for class opendap.dap.DAPNode
-
Constructs a new
DAPNodewith namen. - 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
DArraywith namen. - 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
DASExceptionwith the specified detail message and OPeNDAP error code. - dasparse(String, DAS) - Method in class opendap.dap.parsers.Dap2Parse
- 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(int, String) - Constructor for exception opendap.dap.DataReadException
-
Construct a
DataReadExceptionwith the specified message and OPeNDAP DAP2 error code see (DAP2Exception). - DataReadException(String) - Constructor for exception opendap.dap.DataReadException
-
Construct a
DataReadExceptionwith the specified detail message. - DByte - Class in opendap.dap
-
Holds a OPeNDAP
Bytevalue. - DByte() - Constructor for class opendap.dap.DByte
-
Constructs a new
DByte. - DByte(String) - Constructor for class opendap.dap.DByte
-
Constructs a new
DBytewith namen. - DConnect2 - Class in opendap.dap
-
This class provides support for common DODS client-side operations such as dereferencing a OPeNDAP URL, communicating network activity status to the user and reading local OPeNDAP objects.
- DConnect2(InputStream) - Constructor for class opendap.dap.DConnect2
- 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.
- DConstructor - Class in opendap.dap
-
Contains methods used only by the OPeNDAP constructor classes (
DStructure,DSequence,DGrid, andDList). - DConstructor() - Constructor for class opendap.dap.DConstructor
-
Constructs a new
DConstructor. - DConstructor(String) - Constructor for class opendap.dap.DConstructor
-
Constructs a new
DConstructorwith 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
DDSwith the given dataset name. - DDS(String, BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty
DDSwith the given dataset name andBaseTypeFactory. - DDS(String, BaseTypeFactory, String) - Constructor for class opendap.dap.DDS
-
Creates an empty
DDSwith the given dataset name andBaseTypeFactory. - DDS(BaseTypeFactory) - Constructor for class opendap.dap.DDS
-
Creates an empty
DDSwith the givenBaseTypeFactory. - DDSException - Exception in opendap.dap
-
DDS exception.
- DDSException(int, String) - Constructor for exception opendap.dap.DDSException
-
Construct a
DDSExceptionwith 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
-
DDSXMLParseris 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. - 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) - Method in class opendap.dap.BaseType
- delAttribute(String, int) - Method in class opendap.dap.AttributeTable
-
Delete the attribute named
name. - delAttribute(String, int) - Method in class opendap.dap.BaseType
- deleteValueAt(int) - Method in class opendap.dap.Alias
-
Remove the
i'thStringfrom this attribute. - deleteValueAt(int) - Method in class opendap.dap.Attribute
-
Remove the
i'thStringfrom this attribute. - 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
FLoat32value. - DFloat32() - Constructor for class opendap.dap.DFloat32
-
Constructs a new
DFloat32. - DFloat32(String) - Constructor for class opendap.dap.DFloat32
-
Constructs a new
DFloat32with namen. - DFloat64 - Class in opendap.dap
-
Holds a OPeNDAP
Float64value. - DFloat64() - Constructor for class opendap.dap.DFloat64
-
Constructs a new
DFloat64. - DFloat64(String) - Constructor for class opendap.dap.DFloat64
-
Constructs a new
DFloat64with namen. - DGrid - Class in opendap.dap
-
This class holds a
DArrayand 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
DGridwith namen. - dimVector - Variable in class opendap.dap.DArray
-
A List of DArrayDimension information (i.e.
- DInt16 - Class in opendap.dap
-
Holds a OPeNDAP
Int16value. - DInt16() - Constructor for class opendap.dap.DInt16
-
Constructs a new
DInt16. - DInt16(String) - Constructor for class opendap.dap.DInt16
-
Constructs a new
DInt16with namen. - DInt32 - Class in opendap.dap
-
Holds a OPeNDAP
Int32value. - DInt32() - Constructor for class opendap.dap.DInt32
-
Constructs a new
DInt32. - DInt32(String) - Constructor for class opendap.dap.DInt32
-
Constructs a new
DInt32with namen. - 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
DListwith the given name. - DodsNetcdfFile - Class in ucar.nc2.dods
-
A DODS dataset as seen through the Netcdf API.
- DodsNetcdfFile.Builder2 - Class in ucar.nc2.dods
- DodsNetcdfFileProvider - Class in ucar.nc2.dods
- DodsNetcdfFileProvider() - Constructor for class ucar.nc2.dods.DodsNetcdfFileProvider
- DodsNetcdfFiles - Class in ucar.nc2.dods
-
Static utilities for opendap.
- DodsNetcdfFiles() - Constructor for class ucar.nc2.dods.DodsNetcdfFiles
- DodsNode - Interface in ucar.nc2.dods
-
An object that has a Dods name
- DodsVariableBuilder<T> - Interface in ucar.nc2.dods
-
Common methods across Dods variable buidlers
- DPrimitive - Class in opendap.dap
-
Groups together all the simple primitive type classes.
- DPrimitive() - Constructor for class opendap.dap.DPrimitive
- DPrimitive(String) - Constructor for class opendap.dap.DPrimitive
- DSequence - Class in opendap.dap
-
A
DSequencein 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
DSequencewith namen. - DString - Class in opendap.dap
-
Holds a OPeNDAP
Stringvalue. - DString() - Constructor for class opendap.dap.DString
-
Constructs a new
DString. - DString(String) - Constructor for class opendap.dap.DString
-
Constructs a new
DStringwith namen. - DStructure - Class in opendap.dap
-
A
DStructurein 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
DStructurewith namen. - DUInt16 - Class in opendap.dap
-
Holds a OPeNDAP
UInt16value. - DUInt16() - Constructor for class opendap.dap.DUInt16
-
Constructs a new
DUInt16. - DUInt16(String) - Constructor for class opendap.dap.DUInt16
-
Constructs a new
DUInt16with namen. - DUInt32 - Class in opendap.dap
-
Holds a OPeNDAP
UInt32value. - DUInt32() - Constructor for class opendap.dap.DUInt32
-
Constructs a new
DUInt32. - DUInt32(String) - Constructor for class opendap.dap.DUInt32
-
Constructs a new
DUInt32with namen. - DURL - Class in opendap.dap
-
Holds a OPeNDAP
URLvalue. - DURL() - Constructor for class opendap.dap.DURL
-
Constructs a new
DURL. - DURL(String) - Constructor for class opendap.dap.DURL
-
Constructs a new
DURLwith namen. - 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
DVectorwith namen.
E
- 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
- elementCount() - Method in class opendap.dap.BaseType
-
Returns the number of variables contained in this object.
- elementCount(boolean) - 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.
- 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.RC.Triple
- errparse(String, DAP2Exception) - Method in class opendap.dap.parsers.Dap2Parse
- escapeDAPIdentifier(String) - Static method in class ucar.nc2.dods.EscapeStringsDap
-
Define the DAP escape identifier function.
- EscapeStringsDap - Class in ucar.nc2.dods
-
Escape utilities for DAP
- EscapeStringsDap() - Constructor for class ucar.nc2.dods.EscapeStringsDap
- externalize(DataOutputStream) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in class opendap.dap.BooleanPrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in class opendap.dap.BytePrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in interface opendap.dap.ClientIO
-
Writes data to a
DataOutputStream. - 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) - Method in class opendap.dap.Float64PrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in class opendap.dap.Int16PrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in class opendap.dap.Int32PrimitiveVector
-
Writes data to a
DataOutputStream. - externalize(DataOutputStream) - Method in class opendap.dap.PrimitiveVector
-
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, int, int, int) - Method in class opendap.dap.BooleanPrimitiveVector
-
Write a subset of the 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, int, int, int) - Method in class opendap.dap.Float32PrimitiveVector
-
Write a subset of the 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, int, int, int) - Method in class opendap.dap.Int16PrimitiveVector
-
Write a subset of the 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(OutputStream, boolean, boolean) - Method in class opendap.dap.DataDDS
-
Dump the dataset using externalize methods.
F
- find(String, String) - Static method in class ucar.nc2.dods.RC
-
Allow users to search the default rc
- finished() - Method in interface opendap.dap.StatusUI
-
Download finished notice.
- FLOAT32 - Static variable in class opendap.dap.Attribute
-
Float32 attribute type.
- Float32PrimitiveVector - Class in opendap.dap
-
A vector of doubles.
- Float32PrimitiveVector(BaseType) - Constructor for class opendap.dap.Float32PrimitiveVector
-
Constructs a new
Float32PrimitiveVector. - FLOAT64 - Static variable in class opendap.dap.Attribute
-
Float64 attribute type.
- Float64PrimitiveVector - Class in opendap.dap
-
A vector of doubles.
- Float64PrimitiveVector(BaseType) - Constructor for class opendap.dap.Float64PrimitiveVector
-
Constructs a new
Float64PrimitiveVector.
G
- 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.
- getAllowSelfSigned() - Static method in class ucar.nc2.dods.RC
- getArray() - Method in class opendap.dap.DGrid
- getArrayDims() - Method in class opendap.dap.DGrid
- getAttribute() - Method in class opendap.dap.BaseType
- getAttribute(String) - Method in class opendap.dap.AttributeTable
-
Returns the
Attributewhich matches name. - 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
AttributeTablewith the given name. - getAttributeTableN(String) - Method in class opendap.dap.DAS
-
Returns the
AttributeTablewith 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
AttributeTablecontainer. - getContainer() - Method in class opendap.dap.Attribute
-
Returns the
AttributeTablecontainer. - getContainer() - Method in class opendap.dap.DArrayDimension
- getContainerN() - Method in class opendap.dap.Attribute
-
Returns the
AttributeTablecontainer. - 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
BaseTypevariables and their associatedAttributes. - getDAS() - Method in class opendap.dap.parsers.Dap2Parse
- 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(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(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() - Method in class opendap.dap.parsers.Dap2Parse
-
**********************************************
- getDDS(String) - Method in class opendap.dap.DConnect2
-
Returns the DDS object from the dataset referenced by this object's URL.
- 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
DArrayDimensionobject for the dimension requested. - getDimensions() - Method in class opendap.dap.DArray
-
Returns an
EnumerationofDArrayDimensions in this array. - getDodsName() - Method in interface ucar.nc2.dods.DodsNode
- 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
DArrayDimensionobject 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.
- getLastDomDoc() - Method in class opendap.dap.parsers.DDSXMLParser
-
Returns the
Documentobject 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.
- 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
PrimitiveVectorfor 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
ServerVersiongiven in the constructor. - getServerVersion() - Method in class opendap.dap.DConnect2
-
Returns the
ServerVersionof the last 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.
- 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.
- getTriples(String) - Method in class ucar.nc2.dods.RC
- 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
- getUseGroups() - Static method in class ucar.nc2.dods.RC
- 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.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(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, or null if a container - getValues() - Method in class opendap.dap.Alias
-
Returns the values of this attribute as an
EnumerationofString. - getValues() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an
EnumerationofString. - getValuesIterator() - Method in class opendap.dap.Attribute
-
Returns the values of this attribute as an
IteratorofString. - 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 (array plus maps)
- 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(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.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(String) - Method in class opendap.dap.DStructure
-
Returns the named variable.
- getVariables() - Method in class opendap.dap.DConstructor
-
Return a List of member Variables.
- getVariables() - Method in class opendap.dap.DGrid
- 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
- getVerifyServer() - Static method in class ucar.nc2.dods.RC
- 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
H
- hasAttributes() - Method in class opendap.dap.BaseType
- HeaderInputStream - Class in opendap.dap
-
The HeaderInputStream filters the input to only read lines of text until the "Data:" line.
- HeaderInputStream(InputStream) - Constructor for class opendap.dap.HeaderInputStream
-
Construct a new HeaderInputStream.
I
- incrementByteCount(int) - Method in interface opendap.dap.StatusUI
-
Add bytes to the total deserialize count.
- ingestDAS(DAS) - Method in class opendap.dap.DDS
-
Takes the passed parameter
dasand attempts to incorporate it's contents into the Attributes of the DDS variables. - initialize() - Static method in class ucar.nc2.dods.RC
- insert(RC.Triple) - Method in class ucar.nc2.dods.RC
- INT16 - Static variable in class opendap.dap.Attribute
-
Int16 attribute type.
- Int16PrimitiveVector - Class in opendap.dap
-
A vector of shorts.
- Int16PrimitiveVector(BaseType) - Constructor for class opendap.dap.Int16PrimitiveVector
-
Constructs a new
Int16PrimitiveVector. - INT32 - Static variable in class opendap.dap.Attribute
-
Int32 attribute type.
- Int32PrimitiveVector - Class in opendap.dap
-
A vector of ints.
- Int32PrimitiveVector(BaseType) - Constructor for class opendap.dap.Int32PrimitiveVector
-
Constructs a new
Int32PrimitiveVector. - InvalidDimensionException - Exception in opendap.dap
-
Used to indicate that one of the dimension sizes is incorrect.
- InvalidDimensionException(int, String) - Constructor for exception opendap.dap.InvalidDimensionException
-
Construct a
InvalidDimensionExceptionwith the specified message and OPeNDAP error code (seeDAP2Exception). - InvalidDimensionException(String) - Constructor for exception opendap.dap.InvalidDimensionException
-
Construct a
InvalidDimensionExceptionwith the specified detail message. - isAlias() - Method in class opendap.dap.Alias
-
Returns true if the attribute is an alias.
- isAlias() - Method in class opendap.dap.Attribute
-
Returns true if the attribute is an alias.
- isContainer() - Method in class opendap.dap.Alias
-
Returns true if the attribute is a container.
- isContainer() - Method in class opendap.dap.Attribute
-
Returns true if the attribute is a container.
- isLocal() - Method in class opendap.dap.DConnect2
- isOwnerOf(DatasetUrl) - Method in class ucar.nc2.dods.DodsNetcdfFileProvider
- isProject() - Method in class opendap.dap.DAPNode
-
Check the projection state of this variable.
- isUnsigned(BaseType) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
-
Get whether this is an unsigned type.
- iterator() - Method in class opendap.dap.AttributeTable
J
- JAVA_PROGRAM - Static variable in exception opendap.dap.DAP2Exception
-
This Error contains Java bytecode.
K
L
- load(String) - Method in class ucar.nc2.dods.RC
- log - Static variable in class opendap.dap.DAPNode
- log - Static variable in class ucar.nc2.dods.RC
- lookup(String) - Method in class ucar.nc2.dods.RC
- lookup(String, String) - Method in class ucar.nc2.dods.RC
- lookup(String, URL) - Method in class ucar.nc2.dods.RC
M
- makeDODSname(DodsV) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
- makeDODSName(String) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
- makeShortName(String) - Static method in class ucar.nc2.dods.DodsNetcdfFiles
- MALFORMED_EXPR - Static variable in exception opendap.dap.DAP2Exception
-
The expression specified in the OPeNDAP URL is not valid.
- MalformedAliasException - Exception in opendap.dap
-
Thrown by
AttributeTablewhen an attempt is made to alias to a non-existent attribute. - MalformedAliasException(int, String) - Constructor for exception opendap.dap.MalformedAliasException
-
Construct a
NoSuchAttributeExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - MalformedAliasException(String) - Constructor for exception opendap.dap.MalformedAliasException
-
Construct a
NoSuchAttributeExceptionwith the specified message. - MAPS - Static variable in class opendap.dap.DGrid
-
The Map part of the
DGrid - mapVars - Variable in class opendap.dap.DGrid
-
The Map component of this
DGrid. - markSupported() - Method in class opendap.dap.HeaderInputStream
-
Returns that we don't support the mark() and reset() methods.
N
- newDArray() - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray.
- newDArray() - Method in class opendap.dap.DefaultFactory
-
Construct a new DArray.
- newDArray(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DArray with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DByte.
- newDByte(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DByte with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat32 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DFloat64 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DGrid with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt16 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DInt32 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DSequence with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DString.
- newDString(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DString with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DStructure with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt16 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DUInt32 with name n.
- 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() - Method in class opendap.dap.DefaultFactory
-
Construct a new DURL.
- newDURL(String) - Method in interface opendap.dap.BaseTypeFactory
-
Construct a new DURL with name n.
- 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
PrimitiveVectorobject optimized for the particular data type of thisBaseType. - 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
normalizemethod 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
AttributeTablewhen an attempt is made to alias to a non-existent attribute. - NoSuchAttributeException(int, String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a
NoSuchAttributeExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - NoSuchAttributeException(String) - Constructor for exception opendap.dap.NoSuchAttributeException
-
Construct a
NoSuchAttributeExceptionwith the specified message. - NoSuchFunctionException - Exception in opendap.dap
-
Thrown when an attempt is made to access a function that does not exist.
- NoSuchFunctionException(int, String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a
NoSuchFunctionExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - NoSuchFunctionException(String) - Constructor for exception opendap.dap.NoSuchFunctionException
-
Construct a
NoSuchFunctionExceptionwith the specified message. - NoSuchTypeException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchTypeException(int, String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a
NoSuchVariableExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - NoSuchTypeException(String) - Constructor for exception opendap.dap.NoSuchTypeException
-
Construct a
NoSuchVariableExceptionwith the specified detail message. - NoSuchVariableException - Exception in opendap.dap
-
Thrown when an attempt is made to access a variable that does not exist.
- NoSuchVariableException(int, String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a
NoSuchVariableExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - NoSuchVariableException(String) - Constructor for exception opendap.dap.NoSuchVariableException
-
Construct a
NoSuchVariableExceptionwith the specified detail message. - numDimensions() - Method in class opendap.dap.DArray
-
Returns the number of dimensions in this array.
O
- open(String, CancelTask) - Method in class ucar.nc2.dods.DodsNetcdfFileProvider
- opendap - package opendap
- opendap.dap - package opendap.dap
-
DO NOT USE, internal to the Java-NetCDF library.
- opendap.dap.parsers - package opendap.dap.parsers
-
DO NOT USE, internal to the Java-NetCDF library.
P
- parse() - Method in class opendap.dap.parsers.Dap2Parser
-
Parse input from the scanner that was specified at object construction time.
- 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(InputStream) - Method in class opendap.dap.DataDDS
- parse(InputStream) - Method in class opendap.dap.DDS
- parse(InputStream, DDS, BaseTypeFactory, boolean) - Method in class opendap.dap.parsers.DDSXMLParser
-
Parse the DDX waiting in the
InputStreamand instantiate all of the memberBaseTypevariables and their associatedAttributesinto aDDSusing the passedBaseTypeFactory - parse(String) - Method in class opendap.dap.DAS
- parse(String) - Method in class opendap.dap.DDS
- parse(String) - Method in class opendap.dap.parsers.Dap2Parse
-
**********************************************
- 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
InputStreamand instantiate all of the memberBaseTypevariables and their associatedAttributesinto aDDSusing the passedBaseTypeFactory - 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(OutputStream) - Method in class opendap.dap.Attribute
-
Print the attribute on the given
OutputStreamwith four spaces of indentation. - print(OutputStream) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given
OutputStreamwith four spaces of indentation. - print(OutputStream) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given
OutputStream. - print(OutputStream) - Method in class opendap.dap.DDS
-
Print the
DDSon the givenOutputStream. - print(OutputStream, String) - Method in class opendap.dap.Attribute
-
Print the attribute on the given
OutputStream. - 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
PrintWriterwith four spaces of indentation. - print(PrintWriter) - Method in class opendap.dap.Attribute
-
Print the attribute on the given
PrintWriterwith four spaces of indentation. - print(PrintWriter) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given
PrintWriterwith four spaces of indentation. - print(PrintWriter) - Method in exception opendap.dap.DAP2Exception
-
Print the Error message on the given
PrintWriter. - print(PrintWriter) - Method in class opendap.dap.DDS
-
Print the
DDSon the givenPrintWriter. - print(PrintWriter, String) - Method in class opendap.dap.Alias
- print(PrintWriter, String) - Method in class opendap.dap.Attribute
- print(PrintWriter, String) - Method in class opendap.dap.AttributeTable
-
Print the attribute table on the given
PrintWriter. - 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(OutputStream) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using
OutputStream. - printDecl(OutputStream, String, boolean, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's declaration using
OutputStream. - printDecl(PrintWriter) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's declaration.
- printDecl(PrintWriter, String, 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.PrimitiveVector
-
Write the variable's declaration in a C-style syntax.
- 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, 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.
- 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(OutputStream) - Method in class opendap.dap.DataDDS
-
Print the dataset using OutputStream.
- printVal(OutputStream, String) - Method in class opendap.dap.BaseType
-
Print the variable's value using
OutputStream. - printVal(OutputStream, String, boolean) - Method in class opendap.dap.BaseType
-
Print the variable's value using
OutputStream. - printVal(PrintWriter) - Method in class opendap.dap.DataDDS
-
Print the dataset just read.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseType
-
Print the variable's value.
- printVal(PrintWriter, String) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.BytePrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of all variables in this vector.
- printVal(PrintWriter, String) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of all variables in this vector.
- 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.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BaseType
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.BooleanPrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.DArray
-
Prints the value of the variable, with its declaration.
- 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, boolean) - Method in class opendap.dap.Float32PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Float64PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Int16PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printVal(PrintWriter, String, boolean) - Method in class opendap.dap.Int32PrimitiveVector
-
Prints the value of the variable, with its declaration.
- printXML(OutputStream) - Method in class opendap.dap.Attribute
- printXML(OutputStream) - Method in class opendap.dap.BaseType
- printXML(OutputStream, String) - Method in class opendap.dap.Attribute
- printXML(OutputStream, String) - Method in class opendap.dap.AttributeTable
- printXML(OutputStream, String) - Method in class opendap.dap.BaseType
- printXML(PrintWriter) - Method in class opendap.dap.Attribute
- printXML(PrintWriter) - Method in class opendap.dap.AttributeTable
- printXML(PrintWriter) - Method in class opendap.dap.BaseType
- printXML(PrintWriter) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the
DDSas an XML document. - printXML(PrintWriter, String) - Method in class opendap.dap.Attribute
- printXML(PrintWriter, String) - Method in class opendap.dap.AttributeTable
- printXML(PrintWriter, String) - Method in class opendap.dap.BaseType
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Alias
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.Attribute
- printXML(PrintWriter, String, boolean) - Method in class opendap.dap.AttributeTable
- 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, String, boolean) - Method in class opendap.dap.DDS
-
Prints the peristent representation of the
DDSas an XML document. - printXML(PrintWriter, String, boolean) - Method in class opendap.dap.DGrid
- projectedComponents(boolean) - Method in class opendap.dap.DGrid
-
How many projected 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?
R
- RC - Class in ucar.nc2.dods
- RC() - Constructor for class ucar.nc2.dods.RC
- RC.Triple - Class in ucar.nc2.dods
- read() - Method in class opendap.dap.HeaderInputStream
-
Reads a single byte of data
- read(byte[], int, int) - Method in class opendap.dap.HeaderInputStream
-
Reads up to len bytes of data from this input stream into an array of bytes.
- readArrayData(Variable, Section) - Method in class ucar.nc2.dods.DodsNetcdfFile
- readData(InputStream, StatusUI) - Method in class opendap.dap.DataDDS
-
Read the data stream from the given InputStream.
- readData(Variable, Section) - Method in class ucar.nc2.dods.DodsNetcdfFile
- readSection(String) - Method in class ucar.nc2.dods.DodsNetcdfFile
- readWithCE(Variable, String) - Method in class ucar.nc2.dods.DodsNetcdfFile
- recovering() - Method in class opendap.dap.parsers.Dap2Parser
-
Return whether error recovery is being done.
- resolveAliases() - Method in class opendap.dap.DAS
-
This method searchs through the
DASfor Alias members. - resolveAliases() - Method in class opendap.dap.DDS
-
Before the DDS can be used all of the Aliases in the various AttributeTables must be resolved.
S
- 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
namein the DDS. - self() - Method in class ucar.nc2.dods.DodsNetcdfFile.Builder2
- ServerVersion - Class in opendap.dap
-
Aprses and holds the Server Version information returned by a DAP server.
- ServerVersion(int, int) - Constructor for class opendap.dap.ServerVersion
-
Construct a new ServerVersion, setting major and minor version explicitly.
- 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(HttpHeaders) - 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.
- set(String, String) - Static method in class ucar.nc2.dods.RC
- setAllowCompression(boolean) - Static method in class ucar.nc2.dods.DodsNetcdfFile
-
Set whether to allow messages to be compressed.
- 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 interface ucar.nc2.dods.DodsVariableBuilder
- 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.DodsNetcdfFiles
-
Debugging
- 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.
- 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.
- setIsCaching(boolean) - Method in interface ucar.nc2.dods.DodsVariableBuilder
- 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) - Method in class opendap.dap.DAPNode
-
Set the state of this variable's projection.
- setProject(boolean, 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(byte) - Method in class opendap.dap.DByte
-
Set the current value.
- setValue(double) - Method in class opendap.dap.DFloat64
-
Set the current value.
- setValue(float) - Method in class opendap.dap.DFloat32
-
Set the current value.
- setValue(int) - Method in class opendap.dap.DInt32
-
Set the current value.
- 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(int, double) - Method in class opendap.dap.Float64PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, float) - Method in class opendap.dap.Float32PrimitiveVector
-
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.
- setValue(int, short) - Method in class opendap.dap.Int16PrimitiveVector
-
Set the i'th value of the array.
- setValue(int, BaseType) - Method in class opendap.dap.BaseTypePrimitiveVector
-
Set the i'th value of the array.
- setValue(short) - Method in class opendap.dap.DInt16
-
Set the current value.
- setValue(String) - Method in class opendap.dap.DString
-
Set the current value.
- size - Variable in class opendap.dap.DArrayDimension.Slice
- size() - Method in class opendap.dap.AttributeTable
- skip(long) - Method in class opendap.dap.HeaderInputStream
-
Skips over and discards n bytes of data from the input stream.
- Slice(int, int, int) - Constructor for class opendap.dap.DArrayDimension.Slice
- Slice(int, int, int, int) - Constructor for class opendap.dap.DArrayDimension.Slice
- someChildHasAttributes(BaseType) - Method in class opendap.dap.DConstructor
- 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.
T
- TCL_PROGRAM - Static variable in exception opendap.dap.DAP2Exception
-
This Error contains TCL code.
- tokenizeAliasField(String) - Static method in class opendap.dap.DDS
-
The
tokenizeAliasFiled()method is used to tokenize the variable and the attribute fields in the alias declaration. - toString() - Method in class opendap.dap.AttributeTable
- toString() - Method in class opendap.dap.DDS
- toString() - Method in class opendap.dap.ServerVersion
-
Returns the full version string.
- toString() - Method in class ucar.nc2.dods.RC
- toString() - Method in class ucar.nc2.dods.RC.Triple
- Triple(String, String, String) - Constructor for class ucar.nc2.dods.RC.Triple
- Triple(String, String, URL) - Constructor for class ucar.nc2.dods.RC.Triple
U
- ucar.nc2.dods - package ucar.nc2.dods
-
DO NOT USE, internal to the Java-NetCDF library.
- UINT16 - Static variable in class opendap.dap.Attribute
-
UInt16 attribute type.
- UInt16PrimitiveVector - Class in opendap.dap
-
A vector of unsigned ints.
- UInt16PrimitiveVector(BaseType) - Constructor for class opendap.dap.UInt16PrimitiveVector
-
Constructs a new
UInt16PrimitiveVector. - UINT32 - Static variable in class opendap.dap.Attribute
-
UInt32 attribute type.
- UInt32PrimitiveVector - Class in opendap.dap
-
A vector of unsigned ints.
- UInt32PrimitiveVector(BaseType) - Constructor for class opendap.dap.UInt32PrimitiveVector
-
Constructs a new
UInt32PrimitiveVector. - UNDEFINED_ERROR - Static variable in exception opendap.dap.DAP2Exception
-
Undefined error.
- UNDEFINED_PROG_TYPE - Static variable in exception opendap.dap.DAP2Exception
-
Undefined program type.
- unescapeDAPIdentifier(String) - Static method in class ucar.nc2.dods.EscapeStringsDap
-
Define the DEFINITIVE opendap identifier unescape function.
- UNKNOWN - Static variable in class opendap.dap.Attribute
-
Unknown attribute type.
- UNKNOWN_ERROR - Static variable in exception opendap.dap.DAP2Exception
-
Unknown error.
- UnresolvedAliasException - Exception in opendap.dap
-
Thrown by
AttributeTablewhen an attempt is made to alias to a non-existent attribute. - UnresolvedAliasException(int, String) - Constructor for exception opendap.dap.UnresolvedAliasException
-
Construct a
NoSuchAttributeExceptionwith the specified message and OPeNDAP error code see (DAP2Exception). - UnresolvedAliasException(String) - Constructor for exception opendap.dap.UnresolvedAliasException
-
Construct a
NoSuchAttributeExceptionwith the specified message. - url - Variable in class ucar.nc2.dods.RC.Triple
- URL - Static variable in class opendap.dap.Attribute
-
URL attribute type.
- URL() - Method in class opendap.dap.DConnect2
-
Returns the URL supplied to the constructor.
- useGroups - Static variable in class ucar.nc2.dods.RC
- USEGROUPSKEY - Static variable in class ucar.nc2.dods.RC
- userCancelled() - Method in interface opendap.dap.StatusUI
-
User cancellation status.
- Util - Class in opendap.dap
-
The Util class holds static methods used by this package.
- Util() - Constructor for class opendap.dap.Util
V
- value - Variable in class ucar.nc2.dods.RC.Triple
- variables - Variable in class opendap.dap.DStructure
-
The variables in this
DStructure, stored in aVectorofBaseTypeobjects. - varTemplate - Variable in class opendap.dap.DSequence
-
The variables in this
DSequenceused as a template fordeserialize. - verifyServer - Static variable in class ucar.nc2.dods.RC
- VERIFYSERVERKEY - Static variable in class ucar.nc2.dods.RC
- Version - Class in opendap
-
Holds the version number for the java implmentation of the OPeNDAP DAP2 implmentation.
- Version() - Constructor for class opendap.Version
W
- WORD_STRING - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- WORD_WORD - Static variable in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Token number,to be returned by the scanner.
- writeMarker(DataOutputStream, byte) - Method in class opendap.dap.DSequence
-
Writes a marker byte to the output stream.
X
- XDAP - Static variable in class opendap.dap.ServerVersion
- XDODS_SERVER - Static variable in class opendap.dap.ServerVersion
Y
- YYABORT - Static variable in class opendap.dap.parsers.Dap2Parser
-
Returned by a Bison action in order to stop the parsing process and return failure (false).
- YYACCEPT - Static variable in class opendap.dap.parsers.Dap2Parser
-
Returned by a Bison action in order to stop the parsing process and return success (true).
- yycdebug(String) - Method in class opendap.dap.parsers.Dap2Parser
- yyerror(String) - Method in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Entry point for error reporting.
- yyerror(String) - Method in class opendap.dap.parsers.Dap2Parser
-
Print an error message via the lexer.
- YYERROR - Static variable in class opendap.dap.parsers.Dap2Parser
-
Returned by a Bison action in order to start error recovery without printing an error message.
- yylex() - Method in interface opendap.dap.parsers.Dap2Parser.Lexer
-
Entry point for the scanner.
_
- _nameClear - Variable in class opendap.dap.DAPNode
-
The name of this variable - not www enccoded
- _nameEncoded - Variable in class opendap.dap.DAPNode
All Classes All Packages