Class ArcSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ArcSavePanel extends DataSavePanel
The ArcSavePanel class allows the user to select save options for ArcGIS export files.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

  • Method Details

    • isSingleVariable

      protected boolean isSingleVariable()
      Returns true since an ArcGIS binary grid file may container only one variable.
      Overrides:
      isSingleVariable in class DataSavePanel
    • write

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