com.esri.arcgis.datasourcesraster
Interface esriRasterThresholdType

All Superinterfaces:
java.io.Serializable

public interface esriRasterThresholdType
extends java.io.Serializable

Constants from esriRasterThresholdType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Enumeration of binary thresholding methods.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriRasterThresholdConstant
          Thresholding using constant value(s).
static int esriRasterThresholdKapur
          Thresholding using Kapur method.
static int esriRasterThresholdKittler
          Thresholding using Kittler method.
static int esriRasterThresholdOtsu
          Thresholding using Otsu method.
static int esriRasterThresholdRosin
          Thresholding using Rosin method.
static int esriRasterThresholdTsai
          Thresholding using Tsai method.
 

Field Detail

esriRasterThresholdConstant

static final int esriRasterThresholdConstant
Thresholding using constant value(s).

See Also:
Constant Field Values

esriRasterThresholdOtsu

static final int esriRasterThresholdOtsu
Thresholding using Otsu method.

See Also:
Constant Field Values

esriRasterThresholdTsai

static final int esriRasterThresholdTsai
Thresholding using Tsai method.

See Also:
Constant Field Values

esriRasterThresholdKapur

static final int esriRasterThresholdKapur
Thresholding using Kapur method.

See Also:
Constant Field Values

esriRasterThresholdKittler

static final int esriRasterThresholdKittler
Thresholding using Kittler method.

See Also:
Constant Field Values

esriRasterThresholdRosin

static final int esriRasterThresholdRosin
Thresholding using Rosin method.

See Also:
Constant Field Values