Package hec.map

Class GeoDialog

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class GeoDialog extends RmaJDialog
See Also:
  • Field Details

  • Constructor Details

    • GeoDialog

      public GeoDialog(Frame parent, boolean modal)
    • GeoDialog

      public GeoDialog(Frame parent, boolean modal, boolean showUnitMultiplier)
  • Method Details

    • buildControls

      protected void buildControls()
    • setVisible

      public void setVisible(boolean b)
      Description copied from class: RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class RmaJDialog
    • clearForm

      public void clearForm()
      Overrides:
      clearForm in class RmaJDialog
    • fillForm

      public void fillForm()
    • getGrowToExtents

      public boolean getGrowToExtents()
    • getCoordSys

      public CoordinateInfo getCoordSys()
    • getExtents

      public WorldRect getExtents()
    • setGrowToExtents

      public void setGrowToExtents(boolean growToExt)
    • setCoordSys

      public void setCoordSys(CoordinateInfo coordSystem)
    • setExtents

      public void setExtents(WorldRect coordExtents)
    • btnOK_ActionPerformed

      protected void btnOK_ActionPerformed(ActionEvent event)
    • isCanceled

      public boolean isCanceled()