Enum Class TLcdMGRSFormat.FormatType

java.lang.Object
java.lang.Enum<TLcdMGRSFormat.FormatType>
com.luciad.text.mgrs.TLcdMGRSFormat.FormatType
All Implemented Interfaces:
Serializable, Comparable<TLcdMGRSFormat.FormatType>, Constable
Enclosing class:
TLcdMGRSFormat

public static enum TLcdMGRSFormat.FormatType extends Enum<TLcdMGRSFormat.FormatType>
The format type.
Since:
2012.1
  • Enum Constant Details

    • MGRS

      public static final TLcdMGRSFormat.FormatType MGRS
      MGRS format type. Examples Strings are
      • "17TPJ 30084 33438" (MGRS UTM)
      • "ZBE 81646 04304" (MGRS UPS)
    • UTM_UPS

      public static final TLcdMGRSFormat.FormatType UTM_UPS
      UTM/UPS format type. Examples Strings are
      • "17T 0630084 4833438" (UTM)
      • "Z 2181646 1704304" (UPS)
  • Method Details

    • values

      public static TLcdMGRSFormat.FormatType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLcdMGRSFormat.FormatType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null