Class TLcyMagneticNorthAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.magneticnorth.TLcyMagneticNorthAddOn

public class TLcyMagneticNorthAddOn extends ALcyAddOn
This is an addon to lucy concerning the magnetic north. The magnetic north is slightly different from the true north. The difference depends on the position on the earth and the time. This addon makes it possible to visualize iso lines of the declination of the magnetic north wrt the true north. On such a line, the declination is constant. Furthermore it adds a controller that allows you to display the magnetic north declination at every point moving your mouse.
  • Field Details

    • MAGNETIC_NORTH_GROUP_DESCRIPTOR

      public static final TLcyGroupDescriptor MAGNETIC_NORTH_GROUP_DESCRIPTOR
    • WMM_DATA_FILE

      public static final String WMM_DATA_FILE
      This can be used to retrieve magnetic north data for dates between 2005 and 2010.
      See Also:
    • WMM_DATA_FILES

      public static final String WMM_DATA_FILES
      This can be used to retrieve magnetic north data for dates between 2005 and 2025.
      See Also:
    • IGRF_DATA_FILE

      public static final String IGRF_DATA_FILE
      This can be used to retrieve magnetic north data for dates between 1900 and 2025.
      See Also:
  • Constructor Details

    • TLcyMagneticNorthAddOn

      public TLcyMagneticNorthAddOn()
  • Method Details