Class TLcdEarthRepresentationMode

java.lang.Object
com.luciad.tea.TLcdEarthRepresentationMode

public final class TLcdEarthRepresentationMode extends Object
Enumeration for different earth representations. This mode is used by the line of sight propagation functions (for example TLcdLOSRadarPropagationFunction) to know which earth representation to determine intermediate points.
  • Field Details

    • SPHERICAL_FIXED_RADIUS

      public static final TLcdEarthRepresentationMode SPHERICAL_FIXED_RADIUS
      Constant indicating that the earth should be represented by a sphere with a constant radius of TLcdConstant.EARTH_RADIUS.
    • SPHERICAL_EULER_RADIUS

      public static final TLcdEarthRepresentationMode SPHERICAL_EULER_RADIUS
      Constant indicating that the earth should be represented by a sphere with the Euler radius of the underlying ellipsoid as radius. The euler radius is the mean radius of the spheroidal arc at the given latitude for the given azimuth.