Package com.luciad.tea
Class TLcdCoverageFillMode
java.lang.Object
com.luciad.tea.TLcdCoverageFillMode
An enumeration to indicate which values should be used to fill coverages.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdCoverageFillMode
Constant indicating the coverage should be filled with values that are the maximum of all computed samples for that point.static final TLcdCoverageFillMode
Constant indicating the coverage should be filled with values that are the minimum of all computed samples for that point.static final TLcdCoverageFillMode
Constant indicating the coverage should be filled with the value of the sample that is nearest to that point. -
Method Summary
-
Field Details
-
MINIMUM
Constant indicating the coverage should be filled with values that are the minimum of all computed samples for that point. -
MAXIMUM
Constant indicating the coverage should be filled with values that are the maximum of all computed samples for that point. -
NEAREST_NEIGHBOR
Constant indicating the coverage should be filled with the value of the sample that is nearest to that point.
-