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 Link icon

    • FEATURE_COUNT Link icon

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

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

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

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

    • getID Link icon

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

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