Uses of Class
ucar.netcdf.Schema

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

Uses of Schema in ucar.netcdf
 

Methods in ucar.netcdf that return Schema
 Schema NetcdfRemoteProxy.getSchema()
           
 Schema NetcdfRemoteProxyImpl.getSchema()
           
 Schema NetcdfRemoteProxy.getSchema()
           
 Schema NetcdfRemoteProxyImpl.getSchema()
           
 

Constructors in ucar.netcdf with parameters of type Schema
AbstractNetcdf(Schema sc, boolean init)
          Create an instance populated with instances of Variable.
AbstractNetcdf(Schema sc, boolean init)
          Create an instance populated with instances of Variable.
AbstractNetcdf(Schema sc, boolean init, Class varClass)
          Create an instance populated with instances of some subclass of Variable.
AbstractNetcdf(Schema sc, boolean init, Class varClass)
          Create an instance populated with instances of some subclass of Variable.
NetcdfFile(File file, boolean clobber, boolean fill, Schema template)
          Create a new netcdf version 1 file from a Schema template.
NetcdfFile(File file, boolean clobber, boolean fill, Schema template)
          Create a new netcdf version 1 file from a Schema template.
NetcdfFile(String path, boolean clobber, boolean fill, Schema template)
          Create a new netcdf version 1 file from a Schema template.
NetcdfFile(String path, boolean clobber, boolean fill, Schema template)
          Create a new netcdf version 1 file from a Schema template.
Schema(Schema sc)
          Copy constructor.
Schema(Schema sc)
          Copy constructor.