Class FeatureCrsDialog

java.lang.Object
org.esa.snap.ui.AbstractDialog
org.esa.snap.ui.ModalDialog
org.esa.snap.rcp.actions.vector.FeatureCrsDialog

public class FeatureCrsDialog extends ModalDialog
Dialog for selection of a feature CRS in CSV import
  • Constructor Details

    • FeatureCrsDialog

      public FeatureCrsDialog(Product product, String title)
  • Method Details

    • getFeatureCrs

      public org.opengis.referencing.crs.CoordinateReferenceSystem getFeatureCrs()
    • onOK

      protected void onOK()
      Description copied from class: AbstractDialog
      Called if the "OK" button has been clicked. The default implementation calls AbstractDialog.hide(). Clients should override this method to implement meaningful behaviour.
      Overrides:
      onOK in class AbstractDialog
    • onCancel

      protected void onCancel()
      Description copied from class: AbstractDialog
      Called if the "Cancel" button has been clicked. The default implementation calls AbstractDialog.hide(). Clients should override this method to implement meaningful behaviour.
      Overrides:
      onCancel in class AbstractDialog