Class TLcdFixedHeightProvider

java.lang.Object
com.luciad.util.height.TLcdFixedHeightProvider
All Implemented Interfaces:
ILcdBounded, ILcdHeightProvider

public class TLcdFixedHeightProvider extends Object implements ILcdHeightProvider
Default implementation of the ILcdHeightProvider interface that returns a constant given height for any given point. The bounds are not taken into account.
Since:
9.1
  • Constructor Details

    • TLcdFixedHeightProvider

      public TLcdFixedHeightProvider(double aHeight, ILcdBounds aBounds)
      Creates a height provider that always returns the given height and the bounds. Note that the bounds are not taken into account when returning the height.
      Parameters:
      aHeight - the height to return.
      aBounds - the bounds.
  • Method Details