Class TLcdEarthElevationDataCombiner

java.lang.Object
com.luciad.earth.metadata.preprocessor.combiner.ALcdEarthTileCombiner
com.luciad.earth.metadata.preprocessor.combiner.TLcdEarthElevationDataCombiner
All Implemented Interfaces:
ILcdEarthTileCombiner

public class TLcdEarthElevationDataCombiner extends ALcdEarthTileCombiner
Combiner for TLcdEarthElevationData objects.

This class is thread-safe.

Since:
9.1
  • Constructor Details

    • TLcdEarthElevationDataCombiner

      public TLcdEarthElevationDataCombiner()
      Constructs a new TLcdEarthElevationDataCombiner. It assumes the data is area-sampled.
    • TLcdEarthElevationDataCombiner

      public TLcdEarthElevationDataCombiner(boolean aIsPointSampled)
      Constructs a new TLcdEarthElevationDataCombiner with the given configuration.
      Parameters:
      aIsPointSampled - Whether to treat the data as point-sampled (true) or area-sampled (false).
      Since:
      2020.1
  • Method Details