Package noaa.coastwatch.gui.nav


package noaa.coastwatch.gui.nav

Provides classes for satellite navigation adjustment.

  • Classes
    Class
    Description
    The CSVPointWriter class writes navigation point data to an CSV format file.
    The NavigationAnalysisPanel class is a panel that allows the user to manipulate a list of image row and column points and specify the offset between coastline data and image data.
    The NavigationPoint class holds data for a single navigation analysis point.
    The NavigationPointSavePanel class allows the user to choose a file name and parameters for saving a list of navigation points.
    The NavigationPointTable class is a table that displays navigation point data.
    The NavigationPointTableModel class provides data from a list of NavigationPoint objects.
    The NavigationPointWriter class is an abstract class for writing out data from a list of navigation points.
    The XMLPointWriter class writes navigation point data to an XML format file.