Class TextOptionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TextOptionPanel extends JPanel
The TextOptionPanel class allows the user to choose from a set of text options for data export.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Field Details

    • ORDER_LATLON

      public static final int ORDER_LATLON
      The coordinate order for (latitude, longitude).
      See Also:
    • ORDER_LONLAT

      public static final int ORDER_LONLAT
      The coordinate order for (longitude, latitude).
      See Also:
  • Constructor Details

    • TextOptionPanel

      public TextOptionPanel()
      Creates a new text option panel.
  • Method Details

    • getHeader

      public boolean getHeader()
      Gets the dimension header flag.
    • getCoords

      public boolean getCoords()
      Gets the geographic coordinates flag.
    • getCoordOrder

      public int getCoordOrder()
      Gets the geographic coordinate order.
    • getMissing

      public double getMissing()
      Gets the missing value.
    • main

      public static void main(String[] argv)
      Tests this class.
      Parameters:
      argv - the array of command line parameters.