Class TLcdExtremePointFinder.Type

java.lang.Object
com.luciad.tea.TLcdExtremePointFinder.Type
Enclosing class:
TLcdExtremePointFinder

public static final class TLcdExtremePointFinder.Type extends Object
Defines an enumeration that indicates the type of extreme points that should be computed.
  • Field Details

    • HIGHEST_POINTS

      public static final TLcdExtremePointFinder.Type HIGHEST_POINTS
      Constant used for locating the highest extreme points inside a matrix view.
    • LOWEST_POINTS

      public static final TLcdExtremePointFinder.Type LOWEST_POINTS
      Constant used for locating the lowest extreme points inside a matrix view.
  • Method Details