Uses of Interface
ucar.multiarray.RemoteAccessor

Packages that use RemoteAccessor
ucar.netcdf Provides an abstraction for sampled functions between multidimensional spaces. 
 

Uses of RemoteAccessor in ucar.netcdf
 

Classes in ucar.netcdf that implement RemoteAccessor
 class RemoteAccessorImpl
          RemoteAccessorImpl is a UnicastRemoteObject (RMI service) which implements ucar.multiarray.RemoteAccessor using the proxy pattern.
 

Methods in ucar.netcdf that return RemoteAccessor
 RemoteAccessor NetcdfRemoteProxy.getAccessor(String varName)
          Get an Accessor for a Variable, by name.
 RemoteAccessor NetcdfRemoteProxyImpl.getAccessor(String varName)
           
 RemoteAccessor NetcdfRemoteProxy.getAccessor(String varName)
          Get an Accessor for a Variable, by name.
 RemoteAccessor NetcdfRemoteProxyImpl.getAccessor(String varName)