Class SiapTableLoadDialog

All Implemented Interfaces:
uk.ac.starlink.table.gui.TableLoadDialog, DalLoader

public class SiapTableLoadDialog extends SkyDalTableLoadDialog
Table load dialogue for retrieving the result of a SIAP query. SIAP services are obtained from a registry.
Since:
5 Dec 2005
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • SiapTableLoadDialog

      public SiapTableLoadDialog()
      Constructor.
  • Method Details

    • createQueryComponent

      protected Component createQueryComponent()
      Overrides:
      createQueryComponent in class SkyDalTableLoadDialog
    • createTableLoader

      public uk.ac.starlink.table.gui.TableLoader createTableLoader()
    • getSiaVersion

      public SiaVersion getSiaVersion()
      Returns the SIA version selected.
      Returns:
      SIA version
    • getFormat

      public SiaFormatOption getFormat()
      Returns the format option selected.
      Returns:
      SIA format
    • getSizeDeg

      public double getSizeDeg()
      Returns the size in degrees selected.
      Returns:
      requested size in degrees
    • getFormatSelector

      public JComboBox<Object> getFormatSelector()
      Returns the format selector component.
      Returns:
      format selector
    • getVersionSelector

      public JComboBox<SiaVersion> getVersionSelector()
      Returns the SIA version selector component.
      Returns:
      version selector