Enum Class TLcdMGRSGridOverlayLabelBuilder.Content

java.lang.Object
java.lang.Enum<TLcdMGRSGridOverlayLabelBuilder.Content>
com.luciad.view.map.mgrs.TLcdMGRSGridOverlayLabelBuilder.Content
All Implemented Interfaces:
Serializable, Comparable<TLcdMGRSGridOverlayLabelBuilder.Content>, Constable
Enclosing class:
TLcdMGRSGridOverlayLabelBuilder

public static enum TLcdMGRSGridOverlayLabelBuilder.Content extends Enum<TLcdMGRSGridOverlayLabelBuilder.Content>
The content that is displayed in the label.
Since:
2015.1
  • Enum Constant Details

    • COORDINATE_AT_CENTER

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_CENTER
      The MGRS coordinate at the center of the view.
    • COORDINATE_AT_NORTH

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_NORTH
      The MGRS coordinate at the center of upper side of the view.
    • COORDINATE_AT_NORTH_WEST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_NORTH_WEST
      The MGRS coordinate at the top left corner of the view.
    • COORDINATE_AT_WEST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_WEST
      The MGRS coordinate at the center of the left side of the view.
    • COORDINATE_AT_SOUTH_WEST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_SOUTH_WEST
      The MGRS coordinate at the bottom left corner of the view.
    • COORDINATE_AT_SOUTH

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_SOUTH
      The MGRS coordinate at the center of the lower side of the view.
    • COORDINATE_AT_SOUTH_EAST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_SOUTH_EAST
      The MGRS coordinate at the bottom right corner of the view.
    • COORDINATE_AT_EAST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_EAST
      The MGRS coordinate at the center of the right side of the view. Constant representing the center of the right side.
    • COORDINATE_AT_NORTH_EAST

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COORDINATE_AT_NORTH_EAST
      The MGRS coordinate at the top right corner of the view.
    • COMMON_VIEW_COORDINATE

      public static final TLcdMGRSGridOverlayLabelBuilder.Content COMMON_VIEW_COORDINATE
      A (part of) the coordinate that is common for all points in the view. In combination with the labels that are visible in the view, you can easily recreate the full MGRS coordinate string. For example: when the view displays parts of the grid squares 31UFS 19620 37303 and 31UFS 19620 37302, the common view coordinate will show 31UFS. The labels will show values like 19620 and 37303.
  • Method Details

    • values

      public static TLcdMGRSGridOverlayLabelBuilder.Content[] 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 TLcdMGRSGridOverlayLabelBuilder.Content 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