Uses of Class
ucar.nc2.NetcdfFileWriteable

Packages that use NetcdfFileWriteable
ucar.nc2 The public API to the Java-NetCDF library. 
 

Uses of NetcdfFileWriteable in ucar.nc2
 

Methods in ucar.nc2 that return NetcdfFileWriteable
static NetcdfFileWriteable NetcdfFileWriteable.createNew(String location)
          Create a new Netcdf file, with fill mode true.
static NetcdfFileWriteable NetcdfFileWriteable.createNew(String location, boolean fill)
          Create a new Netcdf file, put it into define mode.
 NetcdfFileWriteable FileWriter.getNetcdf()
          Get underlying NetcdfFileWriteable
static NetcdfFileWriteable NetcdfFileWriteable.openExisting(String location)
          Open an existing Netcdf file for writing data.
static NetcdfFileWriteable NetcdfFileWriteable.openExisting(String location, boolean fill)
          Open an existing Netcdf file for writing data.
 

Methods in ucar.nc2 with parameters of type NetcdfFileWriteable
static double FileWriter.copyVarData(NetcdfFileWriteable ncfile, List<Variable> varlist, Structure recordVar, List<FileWriter.FileWriterProgressListener> progressListeners)
          Write data from varList into new file.
static double FileWriter.copyVarData(NetcdfFileWriteable ncfile, List<Variable> varlist, Structure recordVar, long delay)
          Deprecated.  
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.