Class NoDataValueDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class NoDataValueDialog extends JDialog
Dialog to set the raster noData value. It is used only if getNoDataValue() in RasterImageLayer doesn't exist (in old OpenJUMP versions).
Author:
GeomaticaEAmbiente
See Also:
  • Constructor Details

    • NoDataValueDialog

      public NoDataValueDialog(Frame parent, boolean modal)
      Creates new form NoDataValueDialog
      Parameters:
      parent - parent Frame
      modal - whether the Dialog is modal or not
  • Method Details

    • getNoDataValue

      public Double getNoDataValue()