Interface ILcdMagneticNorthModel

All Superinterfaces:
AutoCloseable, ILcdDisposable, ILcdFeatured, ILcdModel, Serializable
All Known Implementing Classes:
TLcdMagneticNorthModel

public interface ILcdMagneticNorthModel extends ILcdFeatured, ILcdModel
A representation of a chart containing magnetic north lines. On such a line the declination of the magnetic north vector is constant. Lines are calculated with a certain interval (e.g. every 5 degrees)
  • Field Details

    • FEATURE_COUNT

      static final int FEATURE_COUNT
      The number of features a ILcdMagneticNorthModel has.
      See Also:
    • ID

      static final short ID
      The index of the feature 'id'.
      See Also:
    • NAME

      static final short NAME
      The index of the feature 'name'.
      See Also:
    • FEATURE_NAMES

      static final String[] FEATURE_NAMES
      An array with a textual representation of the features.
  • Method Details

    • getID

      String getID()
      The unique identifier of this object.
      Returns:
      a String representing the ID
    • getName

      String getName()
      Returns the name of this chart.
      Returns:
      a String representing the name