Package noaa.coastwatch.gui.save
package noaa.coastwatch.gui.save
Provides classes for saving earth data in various formats.
-
ClassDescriptionThe
ArcOptionPanel
class allows the user to choose from a set of ArcGIS options for data export.TheArcSavePanel
class allows the user to select save options for ArcGIS export files.TheBinaryOptionPanel
class allows the user to choose from a set of data export binary options.TheBinarySavePanel
class allows the user to select save options for binary export files.TheCFNC4SavePanel
class allows the user to select save options for CF NetCDF 4 export files.TheCFNCSavePanel
class allows the user to select save options for CF NetCDF export files.TheCWHDFSavePanel
class allows the user to select save options for CoastWatch HDF export files.TheDataSavePanel
class is the abstract parent of all data save panels, which allow the user to export earth data to various file formats.TheEarthDataExporter
class allows the user to choose a file name and parameters for saving earth locatable data.TheGeoTIFFSavePanel
class allows the user to select save options for GeoTIFF image files.TheGIFSavePanel
class allows the user to select save options for GIF image files.TheImageSavePanel
class is the abstract parent of all image save panels, which allow the user to save earth data to an image file format.TheJPEGSavePanel
class allows the user to select save options for JPEG image files.ThePDFSavePanel
class allows the user to select save options for PDF image files.ThePNGSavePanel
class allows the user to select save options for PNG image files.TheRenderOptionPanel
class allows the user to choose from a set of image rendering options.TheSavePanel
class is the abstract parent of all save panels.TheSubsetOptionPanel
class allows the user to choose from a set of data export subset options.TheTextOptionPanel
class allows the user to choose from a set of text options for data export.TheTextSavePanel
class allows the user to select save options for text export files.TheVariableOptionPanel
class allows the user to choose a subset from a list of variables.