Uses of Interface
dods.servers.agg.HasProxyObject

Packages that use HasProxyObject
dods.servers.agg   
dods.servers.netcdf   
 

Uses of HasProxyObject in dods.servers.agg
 

Classes in dods.servers.agg that implement HasProxyObject
 class ProxySDArray
          Proxy for an array in another (DODS) dataset.
 class ProxySDBoolean
          Proxy for a variable in another dataset
 class ProxySDByte
          Proxy for a variable in another dataset
 class ProxySDFloat32
          Proxy for a variable in another (DODS) dataset
 class ProxySDFloat64
          Proxy for a variable in another (DODS) dataset
 class ProxySDInt16
          Proxy for a variable in another dataset
 class ProxySDInt32
          Proxy for a variable in another dataset
 class ProxySDString
          Proxy for a variable in another (DODS) dataset
 class ProxySDUInt16
          Proxy for a variable in another dataset
 class ProxySDUInt32
          Proxy for a variable in another dataset
 

Uses of HasProxyObject in dods.servers.netcdf
 

Classes in dods.servers.netcdf that implement HasProxyObject
 class NcSDArray
          Wraps a netcdf variable with rank > 0 as an SDArray.
 class NcSDByte
          Wraps a netcdf scalar byte variable.
 class NcSDCharArray
          Wraps a netcdf char variable with rank > 1 as an SDArray.
 class NcSDFloat32
          Wraps a netcdf scalar float variable.
 class NcSDFloat64
          Wraps a netcdf scalar double variable.
 class NcSDInt16
          Wraps a netcdf scalar short variable.
 class NcSDInt32
          Wraps a netcdf scalar int variable.
 class NcSDString
          Wraps a netcdf scalar or 1D char variable.