com.esri.arcgis.spatialanalyst
Interface esriSATransformationFunctionEnum

All Superinterfaces:
java.io.Serializable

public interface esriSATransformationFunctionEnum
extends java.io.Serializable

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

Description: 'Types of Transformation Function.' 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 esriSATransformationFunctionCustom
          Bezier Transformation Function.
static int esriSATransformationFunctionExponential
          Exponential Transformation Function.
static int esriSATransformationFunctionGaussian
          Gaussian Transformation Function.
static int esriSATransformationFunctionLarge
          Large Transformation Function.
static int esriSATransformationFunctionLinear
          Linear Transformation Function.
static int esriSATransformationFunctionLogarithm
          Logorithm Transformation Function.
static int esriSATransformationFunctionLogisticDecay
          Logistic Decay Transformation Function.
static int esriSATransformationFunctionLogisticGrowth
          Logistic Growth Transformation Function.
static int esriSATransformationFunctionMSLarge
          MSLarge Transformation Function.
static int esriSATransformationFunctionMSSmall
          MSSmall Transformation Function.
static int esriSATransformationFunctionNear
          Near Transformation Function.
static int esriSATransformationFunctionPower
          Power Transformation Function.
static int esriSATransformationFunctionSmall
          Small Transformation Function.
static int esriSATransformationFunctionSymmetricLinear
          Symmetric Linear Transformation Function.
static int esriSATransformationFunctionUnknown
          Unknown Transformation Function.
 

Field Detail

esriSATransformationFunctionUnknown

static final int esriSATransformationFunctionUnknown
Unknown Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionGaussian

static final int esriSATransformationFunctionGaussian
Gaussian Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionSmall

static final int esriSATransformationFunctionSmall
Small Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionLarge

static final int esriSATransformationFunctionLarge
Large Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionNear

static final int esriSATransformationFunctionNear
Near Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionMSSmall

static final int esriSATransformationFunctionMSSmall
MSSmall Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionMSLarge

static final int esriSATransformationFunctionMSLarge
MSLarge Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionLinear

static final int esriSATransformationFunctionLinear
Linear Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionSymmetricLinear

static final int esriSATransformationFunctionSymmetricLinear
Symmetric Linear Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionExponential

static final int esriSATransformationFunctionExponential
Exponential Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionLogarithm

static final int esriSATransformationFunctionLogarithm
Logorithm Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionPower

static final int esriSATransformationFunctionPower
Power Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionLogisticGrowth

static final int esriSATransformationFunctionLogisticGrowth
Logistic Growth Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionLogisticDecay

static final int esriSATransformationFunctionLogisticDecay
Logistic Decay Transformation Function.

See Also:
Constant Field Values

esriSATransformationFunctionCustom

static final int esriSATransformationFunctionCustom
Bezier Transformation Function.

See Also:
Constant Field Values