Package jsky.navigator

Contains classes for displaying catalogs and query results, plotting catalog data on an image and navigating through hierarchies of catalogs.

See:
          Description

Interface Summary
NavigatorImageDisplayManager An interface for classes that manage the creation of and a reference to an image display window and its frame.
 

Class Summary
Navigator Extends CatalogNavigator to include support for displaying images and plotting catalog data in images.
NavigatorCatalogMenu Implements a standard catalog menu with separate submenus for different catalog types.
NavigatorFITSTable Used to read and write FITS binary tables and store catalog query results as FITS tables.
NavigatorFrame Provides a top level window and menubar for the Navigator class.
NavigatorImageDisplay Extends the DivaMainImageDisplay class by adding support for browsing catalogs and plotting catalog symbols on the image.
NavigatorImageDisplayControl Extends the ImageDisplayControl class by adding support for browsing catalogs and plotting catalog symbols on the image.
NavigatorImageDisplayFrame Extends ImageDisplayControlFrame to add catalog support.
NavigatorImageDisplayInternalFrame Extends ImageDisplayControlInternalFrame to add catalog support.
NavigatorImageDisplayMenuBar Extends the image display menubar by adding a catalog menu.
NavigatorImageDisplayToolBar A tool bar for the image display window.
NavigatorInternalFrame Provides a top level window (internal frame version) for a Navigator panel.
NavigatorManager This class manages access to the Navigator window on behalf of clients.
NavigatorMenuBar Extends the CatalogNavigatorMenuBar class by adding a "Catalog" menu containing implementation specific items for selecting the catalogs to display in the tree.
NavigatorPane A Diva GraphicsPane with a layer added for plotting catalog symbols.
NavigatorQueryTool Displays a panel for entering query parameters for a catalog search.
NavigatorToolBar A tool bar for the Navigator window.
SymbolLayer  
 

Package jsky.navigator Description

Contains classes for displaying catalogs and query results, plotting catalog data on an image and navigating through hierarchies of catalogs. The main class is Navigator, which combines the image and catalog classes.