Uses of Class
dods.dap.DUInt16

Packages that use DUInt16
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 DUInt16 in dods.clients.matlab
 

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

Uses of DUInt16 in dods.dap
 

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

Uses of DUInt16 in dods.dap.Server
 

Subclasses of DUInt16 in dods.dap.Server
 class SDUInt16
          Holds a DODS Server Unsigned Int16 value.
 

Uses of DUInt16 in dods.servers.agg
 

Subclasses of DUInt16 in dods.servers.agg
 class ProxySDUInt16
          Proxy for a variable in another dataset
 

Uses of DUInt16 in dods.servers.ascii
 

Subclasses of DUInt16 in dods.servers.ascii
 class asciiUI16
           
 

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

Uses of DUInt16 in dods.servers.sql
 

Subclasses of DUInt16 in dods.servers.sql
 class sqlUI16
          Holds a DODS Server sqlUI16 value.
 

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

Uses of DUInt16 in dods.servers.test
 

Subclasses of DUInt16 in dods.servers.test
 class test_SDUInt16
          Holds a DODS Server UInt16 value.
 

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

Uses of DUInt16 in dods.servers.www
 

Subclasses of DUInt16 in dods.servers.www
 class wwwUI16
           
 

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

Uses of DUInt16 in visad.data.dods
 

Methods in visad.data.dods with parameters of type DUInt16
 DataImpl UInt16VariableAdapter.data(DUInt16 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(DUInt16 var, boolean copy)
          Throws a VisADException.
 DataImpl UInt16VariableAdapter.data(DUInt16 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(DUInt16 var, boolean copy)
          Throws a VisADException.
static UInt16VariableAdapter UInt16VariableAdapter.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt16.
 UInt16VariableAdapter VariableAdapterFactory.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt16.
static UInt16VariableAdapter UInt16VariableAdapter.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns an instance of this class corresponding to a DODS DUInt16.
 UInt16VariableAdapter VariableAdapterFactory.uInt16VariableAdapter(DUInt16 var, DAS das)
          Returns the adapter corresponding to a DODS DUInt16.