com.esri.arcgis.datasourcesraster
Interface esriGeoTransTypeEnum

All Superinterfaces:
java.io.Serializable

public interface esriGeoTransTypeEnum
extends java.io.Serializable

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

Description: 'The geometric transformation types.' 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 esriGeoTransPolyOrder0
          Transformation is a 0 order polynomail (shift only).
static int esriGeoTransPolyOrder1
          Transformation is a first order polynomial.
static int esriGeoTransPolyOrder2
          Transformation is a second order polynomial.
static int esriGeoTransPolyOrder3
          Transformation is a third order polynomial.
static int esriGeoTransPolyOrderUndefined
          Transformation is undefined.
static int esriGeoTransProjective
          Transformation is projective.
static int esriGeoTransRubberSheeting
          Transformation is rubbersheeting.
static int esriGeoTransSpline
          Transformation is spline.
 

Field Detail

esriGeoTransProjective

static final int esriGeoTransProjective
Transformation is projective.

See Also:
Constant Field Values

esriGeoTransPolyOrder0

static final int esriGeoTransPolyOrder0
Transformation is a 0 order polynomail (shift only).

See Also:
Constant Field Values

esriGeoTransRubberSheeting

static final int esriGeoTransRubberSheeting
Transformation is rubbersheeting.

See Also:
Constant Field Values

esriGeoTransSpline

static final int esriGeoTransSpline
Transformation is spline.

See Also:
Constant Field Values

esriGeoTransPolyOrder1

static final int esriGeoTransPolyOrder1
Transformation is a first order polynomial.

See Also:
Constant Field Values

esriGeoTransPolyOrder2

static final int esriGeoTransPolyOrder2
Transformation is a second order polynomial.

See Also:
Constant Field Values

esriGeoTransPolyOrder3

static final int esriGeoTransPolyOrder3
Transformation is a third order polynomial.

See Also:
Constant Field Values

esriGeoTransPolyOrderUndefined

static final int esriGeoTransPolyOrderUndefined
Transformation is undefined.

See Also:
Constant Field Values