Class TLcdGeoborderType

java.lang.Object
com.luciad.ais.model.geoborder.type.TLcdGeoborderType

public class TLcdGeoborderType extends Object
Type safe enumeration class, indicating the type of geographical border.
  • Field Details

    • STATE_BORDER

      public static final TLcdGeoborderType STATE_BORDER
      State border (key = ST).
    • TERRITORIAL_WATERS_LIMIT

      public static final TLcdGeoborderType TERRITORIAL_WATERS_LIMIT
      Territorial waters limit (key = TW).
    • COASTLINE

      public static final TLcdGeoborderType COASTLINE
      Coastline (key = CS).
    • RIVER_CENTRELINE

      public static final TLcdGeoborderType RIVER_CENTRELINE
      River centreline (key = RW).
    • RIVER_BANK

      public static final TLcdGeoborderType RIVER_BANK
      River bank (key = RB).
    • OTHER

      public static final TLcdGeoborderType OTHER
      Other (key = OTHER).
  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdGeoborderType object.
      Returns:
      the name of the TLcdGeoborderType object.
    • valueOf

      public static TLcdGeoborderType valueOf(String aCode)
      Returns the TLcdGeoborderType object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdGeoborderType. This key must not be null.
      Returns:
      A TLcdGeoborderType object if the parameter matches to a geoborder type, null otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object