Class SatellitePassCoveragePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SatellitePassCoveragePanel extends EarthContextPanel
The satellite pass coverage panel displays a graphical representaion of a satellite pass on an annotated Earth globe. The globe may be manipulated by dragging the mouse to change the projection angles.
Since:
3.1.3
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • SatellitePassCoveragePanel

      public SatellitePassCoveragePanel()
      Creates a new empty satellite pass coverage panel.
  • Method Details

    • getPass

      public SatellitePassInfo getPass()
      Gets the currently displayed pass.
    • setPass

      public void setPass(SatellitePassInfo pass)
      Sets the active satellite pass used to display pass coverage.
      Parameters:
      pass - the satellite pass information, or null for no pass coverage information.