Package noaa.coastwatch.gui.save
package noaa.coastwatch.gui.save
Provides classes for saving earth data in various formats.
-
ClassesClassDescriptionThe
ArcOptionPanelclass allows the user to choose from a set of ArcGIS options for data export.TheArcSavePanelclass allows the user to select save options for ArcGIS export files.TheBinaryOptionPanelclass allows the user to choose from a set of data export binary options.TheBinarySavePanelclass allows the user to select save options for binary export files.TheCFNC4SavePanelclass allows the user to select save options for CF NetCDF 4 export files.TheCFNCSavePanelclass allows the user to select save options for CF NetCDF export files.TheCWHDFSavePanelclass allows the user to select save options for CoastWatch HDF export files.TheDataSavePanelclass is the abstract parent of all data save panels, which allow the user to export earth data to various file formats.TheEarthDataExporterclass allows the user to choose a file name and parameters for saving earth locatable data.TheGeoTIFFSavePanelclass allows the user to select save options for GeoTIFF image files.TheGIFSavePanelclass allows the user to select save options for GIF image files.TheImageSavePanelclass is the abstract parent of all image save panels, which allow the user to save earth data to an image file format.TheJPEGSavePanelclass allows the user to select save options for JPEG image files.ThePDFSavePanelclass allows the user to select save options for PDF image files.ThePNGSavePanelclass allows the user to select save options for PNG image files.TheRenderOptionPanelclass allows the user to choose from a set of image rendering options.TheSavePanelclass is the abstract parent of all save panels.TheSubsetOptionPanelclass allows the user to choose from a set of data export subset options.TheTextOptionPanelclass allows the user to choose from a set of text options for data export.TheTextSavePanelclass allows the user to select save options for text export files.TheVariableOptionPanelclass allows the user to choose a subset from a list of variables.