Uses of Class
opendap.dap.DAPNode

Packages that use DAPNode
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.Server This package contains the OPeNDAP Server classes. 
opendap.servlet.ascii This package contains the OPeNDAP ASCII client. 
opendap.servlet.www This package contains the OPeNDAP WWW client. 
 

Uses of DAPNode in opendap.dap
 

Subclasses of DAPNode in opendap.dap
 class Alias
          The Alias type is a special attribute.
 class Attribute
          An Attribute holds information about a single attribute in an AttributeTable.
 class AttributeTable
          An AttributeTable stores a set of names and, for each name, an Attribute object.
 class BaseType
          This abstract class defines the basic data type features for the OPeNDAP data access protocol (DAP) data types.
 class BaseTypePrimitiveVector
          A vector of BaseType.
 class BooleanPrimitiveVector
          A vector of booleans.
 class BytePrimitiveVector
          A vector of bytes.
 class DArray
          This class is used to hold arrays of other OPeNDAP data.
 class DArrayDimension
          This class holds information about each dimension in a DArray.
 class DAS
          The Data Attribute Structure is a set of name-value pairs used to describe the data in a particular dataset.
 class DataDDS
          The DataDDS class extends DDS to add new methods for retrieving data from the server, and printing out the contents of the data.
 class DByte
          Holds a OPeNDAP Byte value.
 class DConstructor
          Contains methods used only by the OPeNDAP constructor classes (DStructure, DSequence, DGrid, and DList).
 class DDS
          The OPeNDAP Data Descriptor Object (DDS) is a data structure used by the OPeNDAP software to describe datasets and subsets of those datasets.
 class DFloat32
          Holds a OPeNDAP FLoat32 value.
 class DFloat64
          Holds a OPeNDAP Float64 value.
 class DGrid
          This class holds a DArray and a set of "Map" vectors.
 class DInt16
          Holds a OPeNDAP Int16 value.
 class DInt32
          Holds a OPeNDAP Int32 value.
 class DList
          This class implements a simple list of OPeNDAP data types.
 class DSequence
          A DSequence in OPeNDAP can hold N sequentially accessed instances of a set of variables.
 class DString
          Holds a OPeNDAP String value.
 class DStructure
          A DStructure in OPeNDAP can hold N instances of any of the other datatypes, including other structures.
 class DUInt16
          Holds a OPeNDAP UInt16 value.
 class DUInt32
          Holds a OPeNDAP UInt32 value.
 class DURL
          Holds a OPeNDAP URL value.
 class DVector
          This class holds a one-dimensional array of OPeNDAP data types.
 class Float32PrimitiveVector
          A vector of doubles.
 class Float64PrimitiveVector
          A vector of doubles.
 class Int16PrimitiveVector
          A vector of shorts.
 class Int32PrimitiveVector
          A vector of ints.
 class PrimitiveVector
          A helper class for DVector.
 class UInt16PrimitiveVector
          A vector of unsigned ints.
 class UInt32PrimitiveVector
          A vector of unsigned ints.
 

Methods in opendap.dap that return DAPNode
 DAPNode DArrayDimension.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Array.
 DAPNode DDS.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this DDS.
 DAPNode DAPNode.cloneDAG(DAPNode.CloneMap map)
          This procedure does the actual recursive clone.
 DAPNode DStructure.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Structure.
 DAPNode DGrid.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this DGrid.
 DAPNode Float32PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this PrimitiveVector.
 DAPNode AttributeTable.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this AttributeTable.
 DAPNode Int32PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Int32PrimitiveVector.
 DAPNode DAS.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Attribute.
 DAPNode Int16PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Int16PrimitiveVector.
 DAPNode Attribute.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Attribute.
 DAPNode BaseType.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this BaseType.
 DAPNode DSequence.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Sequence.
 DAPNode BytePrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Attribute.
 DAPNode DArray.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Array.
 DAPNode PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this PrimitiveVector.
 DAPNode Float64PrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Float64PrimitiveVector.
 DAPNode DVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Vector.
 DAPNode BooleanPrimitiveVector.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this BooleanPrimitiveVector.
 DAPNode Alias.cloneDAG(DAPNode.CloneMap map)
          Returns a clone of this Alias.
static DAPNode DAPNode.cloneDAG(DAPNode.CloneMap map, DAPNode src)
          This version of cloneDAG() is the primary point of cloning.
 DAPNode DAPNode.getParent()
           
 

Methods in opendap.dap with parameters of type DAPNode
static DAPNode DAPNode.cloneDAG(DAPNode.CloneMap map, DAPNode src)
          This version of cloneDAG() is the primary point of cloning.
 void DAPNode.setParent(DAPNode bt)
           
 

Uses of DAPNode in opendap.Server
 

Subclasses of DAPNode in opendap.Server
 class SDArray
          Holds a OPeNDAP Server Array value.
 class SDByte
          Holds a OPeNDAP Server Byte value.
 class SDFloat32
          Holds a OPeNDAP Server Float32 value.
 class SDFloat64
          Holds a OPeNDAP Server Float64 value.
 class SDGrid
          Holds a OPeNDAP Server Grid value.
 class SDInt16
          Holds a OPeNDAP Server Int16 value.
 class SDInt32
          Holds a OPeNDAP Server Int32 value.
 class SDList
          Holds a OPeNDAP Server List value.
 class SDSequence
          Holds a OPeNDAP Server Sequence value.
 class SDString
          Holds a OPeNDAP Server String value.
 class SDStructure
          Holds a OPeNDAP Server Structure value.
 class SDUInt16
          Holds a OPeNDAP Server Unsigned Int16 value.
 class SDUInt32
          Holds a OPeNDAP Server Unsigned Int32 value.
 class SDURL
          Holds a OPeNDAP Server URL value.
 class ServerDDS
          ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
 

Uses of DAPNode in opendap.servlet.ascii
 

Subclasses of DAPNode in opendap.servlet.ascii
 class asciiArray
           
 class asciiByte
           
 class asciiF32
           
 class asciiF64
           
 class asciiGrid
           
 class asciiI16
           
 class asciiI32
           
 class asciiSeq
           
 class asciiString
           
 class asciiStructure
           
 class asciiUI16
           
 class asciiUI32
           
 class asciiURL
           
 

Uses of DAPNode in opendap.servlet.www
 

Subclasses of DAPNode in opendap.servlet.www
 class wwwArray
           
 class wwwByte
           
 class wwwF32
           
 class wwwF64
           
 class wwwGrid
           
 class wwwI16
           
 class wwwI32
           
 class wwwSequence
           
 class wwwString
           
 class wwwStructure
           
 class wwwUI16
           
 class wwwUI32
           
 class wwwURL
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.