Class TLcdCoverageFillMode

java.lang.Object
com.luciad.tea.TLcdCoverageFillMode

public final class TLcdCoverageFillMode extends Object
An enumeration to indicate which values should be used to fill coverages.
  • Field Details

    • MINIMUM

      public static final TLcdCoverageFillMode MINIMUM
      Constant indicating the coverage should be filled with values that are the minimum of all computed samples for that point.
    • MAXIMUM

      public static final TLcdCoverageFillMode MAXIMUM
      Constant indicating the coverage should be filled with values that are the maximum of all computed samples for that point.
    • NEAREST_NEIGHBOR

      public static final TLcdCoverageFillMode NEAREST_NEIGHBOR
      Constant indicating the coverage should be filled with the value of the sample that is nearest to that point.