Package hec.map.image

Class DefineWorldCoordinatesWizardPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DefineWorldCoordinatesWizardPanel extends WizardPanel
See Also:
  • Constructor Details

    • DefineWorldCoordinatesWizardPanel

      public DefineWorldCoordinatesWizardPanel(File f)
      Creates a new instance of DefineWorldCoordinatesWizardPanel
  • Method Details

    • getWindowTitle

      public String getWindowTitle()
      Description copied from class: WizardPanel
      Gets the Window Title for the dialog when this panel is active
      Overrides:
      getWindowTitle in class WizardPanel
      Returns:
      The Window Title
    • getPanelName

      public String getPanelName()
      Description copied from class: WizardPanel
      return the name of this panel
      Specified by:
      getPanelName in class WizardPanel
      Returns:
      this panel's name
    • isValidPanel

      public boolean isValidPanel()
      Returns true if this is a valid panel other wise false. A valid panel is defined as 1. all values in the panel are defined. 2. North is greater than South 3. East is greater than West.
      Specified by:
      isValidPanel in class WizardPanel
      Returns:
      The Valid value
    • getEastingCoordinate

      public double getEastingCoordinate()
      Returns the value the user has entered for an easting coordinate. The value should never be undefined because this panel is not valid unless all values are defined.
    • getNorthingCoordinate

      public double getNorthingCoordinate()
      Returns the value the user has entered for an Northing coordinate. The value should never be undefined because this panel is not valid unless all values are defined.
    • getWestingCoordinate

      public double getWestingCoordinate()
      Returns the value the user has entered for an Westing coordinate. The value should never be undefined because this panel is not valid unless all values are defined.
    • getSouthCoordinate

      public double getSouthCoordinate()
      Returns the value the user has entered for an Southern coordinate. The value should never be undefined because this panel is not valid unless all values are defined.