Class TLcdBearingType

java.lang.Object
com.luciad.ais.model.util.TLcdBearingType

public class TLcdBearingType extends Object
A type safe enumeration class indicating the type of bearing.
  • Field Details

    • TRUE

      public static final TLcdBearingType TRUE
      Bearing compared to the True North.
    • GRID

      public static final TLcdBearingType GRID
      Bearing compared to the Grid North.
    • MAGNETIC

      public static final TLcdBearingType MAGNETIC
      Bearing compared to the Magnetic North.
  • Method Details