Uses of Class
dods.dap.DUInt32

Packages that use DUInt32
dods.clients.matlab   
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.agg   
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of DUInt32 in dods.clients.matlab
 

Methods in dods.clients.matlab that return DUInt32
 DUInt32 MatlabFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 MatlabFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in dods.dap
 

Methods in dods.dap that return DUInt32
 DUInt32 BaseTypeFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 DefaultFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 BaseTypeFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 DefaultFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 BaseTypeFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 DUInt32 DefaultFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 DUInt32 BaseTypeFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 DUInt32 DefaultFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in dods.dap.Server
 

Subclasses of DUInt32 in dods.dap.Server
 class SDUInt32
          Holds a DODS Server Unsigned Int32 value.
 

Uses of DUInt32 in dods.servers.agg
 

Subclasses of DUInt32 in dods.servers.agg
 class ProxySDUInt32
          Proxy for a variable in another dataset
 

Uses of DUInt32 in dods.servers.ascii
 

Subclasses of DUInt32 in dods.servers.ascii
 class asciiUI32
           
 

Methods in dods.servers.ascii that return DUInt32
 DUInt32 asciiFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 asciiFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in dods.servers.sql
 

Subclasses of DUInt32 in dods.servers.sql
 class sqlUI32
          Holds a DODS Server sqlUI32 value.
 

Methods in dods.servers.sql that return DUInt32
 DUInt32 sqlServerFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 sqlServerFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in dods.servers.test
 

Subclasses of DUInt32 in dods.servers.test
 class test_SDUInt32
          Holds a DODS Server UInt32 value.
 

Methods in dods.servers.test that return DUInt32
 DUInt32 test_ServerFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 test_ServerFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in dods.servers.www
 

Subclasses of DUInt32 in dods.servers.www
 class wwwUI32
           
 

Methods in dods.servers.www that return DUInt32
 DUInt32 wwwFactory.newDUInt32()
          Construct a new DUInt32.
 DUInt32 wwwFactory.newDUInt32(String n)
          Construct a new DUInt32 with name n.
 

Uses of DUInt32 in visad.data.dods
 

Methods in visad.data.dods with parameters of type DUInt32
 DataImpl UInt32VariableAdapter.data(DUInt32 var, boolean copy)
          Returns the VisAD DataImpl corresponding to the value of a DODS DUInt16 and the DODS variable used during construction of this instance.
 DataImpl VariableAdapter.data(DUInt32 var, boolean copy)
          Throws a VisADException.
 DataImpl UInt32VariableAdapter.data(DUInt32 var, boolean copy)
          Returns the VisAD DataImpl corresponding to the value of a DODS DUInt16 and the DODS variable used during construction of this instance.
 DataImpl VariableAdapter.data(DUInt32 var, boolean copy)
          Throws a VisADException.
static UInt32VariableAdapter UInt32VariableAdapter.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt32.
 UInt32VariableAdapter VariableAdapterFactory.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt32.
static UInt32VariableAdapter UInt32VariableAdapter.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt32.
 UInt32VariableAdapter VariableAdapterFactory.uInt32VariableAdapter(DUInt32 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt32.