Class TLcdFixedHeightAltitudeProvider

java.lang.Object
com.luciad.tea.TLcdFixedHeightAltitudeProvider
All Implemented Interfaces:
ILcdAltitudeProvider

public class TLcdFixedHeightAltitudeProvider extends Object implements ILcdAltitudeProvider

Returns a fixed altitude value for each point.

The following image gives a visual explanation of this altitude provider. The two green lines denotes the two different altitudes path that can result from this provider.

Fixed height altitude provider

  • Constructor Details

    • TLcdFixedHeightAltitudeProvider

      public TLcdFixedHeightAltitudeProvider(double aFixedHeight, TLcdCoverageAltitudeMode aAltitudeMode)
      Creates a new fixed height altitude provider.
      Parameters:
      aFixedHeight - The fixed height for this altitude provider.
      aAltitudeMode - The altitude mode for this altitude provider.
  • Method Details