com.esri.arcgis.datasourcesraster
Interface esriGeoTransTypeEnum

All Superinterfaces:
Serializable

public interface esriGeoTransTypeEnum
extends Serializable

The geometric transformation types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
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 esriGeoTransRubberSheeting
          Transformation is rubbersheeting.
static int esriGeoTransSpline
          Transformation is spline.
 

Field Detail

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