Package noaa.coastwatch.gui.nav
package noaa.coastwatch.gui.nav
Provides classes for satellite navigation adjustment.
-
ClassDescriptionThe
CSVPointWriter
class writes navigation point data to an CSV format file.TheNavigationAnalysisPanel
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.TheNavigationPoint
class holds data for a single navigation analysis point.TheNavigationPointSavePanel
class allows the user to choose a file name and parameters for saving a list of navigation points.TheNavigationPointTable
class is a table that displays navigation point data.TheNavigationPointTableModel
class provides data from a list ofNavigationPoint
objects.TheNavigationPointWriter
class is an abstract class for writing out data from a list of navigation points.TheXMLPointWriter
class writes navigation point data to an XML format file.