Class FeatureCrsDialog


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

      • FeatureCrsDialog

        public FeatureCrsDialog​(Product product,
                                String title)
    • Method Detail

      • 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