Class GeoTIFFSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GeoTIFFSavePanel extends ImageSavePanel
The GeoTIFFSavePanel class allows the user to select save options for GeoTIFF image files.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • GeoTIFFSavePanel

      public GeoTIFFSavePanel(EarthDataView view, EarthDataInfo info)
      Creates a new GeoTIFF save panel.
      Parameters:
      view - the earth data view to save.
      info - the earth data information to use for the legends.
  • Method Details

    • write

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