Class CFNCSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CFNCSavePanel extends DataSavePanel
The CFNCSavePanel class allows the user to select save options for CF NetCDF export files.
Since:
3.3.1
Author:
Peter Hollemans
See Also:
  • Constructor Details

  • Method Details

    • write

      public void write(File file) throws IOException
      Writes the data as a CoastWatch HDF file.
      Specified by:
      write in class SavePanel
      Parameters:
      file - the output file to write.
      Throws:
      IOException - if an error occurred writing to the file.