Class ProjectionParamsDialog


public class ProjectionParamsDialog extends ModalDialog
  • Constructor Details

    • ProjectionParamsDialog

      public ProjectionParamsDialog(Window parent, org.esa.snap.core.dataop.maptransf.MapTransformUI transformUI)
  • Method Details

    • getTransformUI

      public org.esa.snap.core.dataop.maptransf.MapTransformUI getTransformUI()
    • verifyUserInput

      protected boolean verifyUserInput()
      Description copied from class: AbstractDialog
      Called in order to perform input validation.
      Overrides:
      verifyUserInput in class AbstractDialog
      Returns:
      true if and only if the validation was successful.
    • onReset

      protected void onReset()
      Description copied from class: AbstractDialog
      Called if the reset button has been clicked. The default implementation does nothing. Clients should override this method to implement meaningful behaviour.
      Overrides:
      onReset in class AbstractDialog