com.esri.arcgis.datasourcesraster
Interface esriRasterPrjMethodTypeEnum

All Superinterfaces:
Serializable

public interface esriRasterPrjMethodTypeEnum
extends Serializable

The raster projection types.

Remarks

The should not be used in ArcGIS 9.0.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRasteraPrjMethodPieceWise1
          Use piecewise polynomial(9X9 block) transformation in the projection.
static int esriRasterPrjMethodFull
          Project each point.
static int esriRasterPrjMethodGlobal
          Use global polynomial transformation in the projection.
static int esriRasterPrjMethodPieceWise2
          Use piecewise polynomial (17X17 block) transformation in the projection.
static int esriRasterPrjMethodUserDefinedBlkSize
          Use piecewise polynomial(user defined block) transformation in the projection.
 

Field Detail

esriRasterPrjMethodGlobal

static final int esriRasterPrjMethodGlobal
Use global polynomial transformation in the projection.

See Also:
Constant Field Values

esriRasteraPrjMethodPieceWise1

static final int esriRasteraPrjMethodPieceWise1
Use piecewise polynomial(9X9 block) transformation in the projection.

See Also:
Constant Field Values

esriRasterPrjMethodPieceWise2

static final int esriRasterPrjMethodPieceWise2
Use piecewise polynomial (17X17 block) transformation in the projection.

See Also:
Constant Field Values

esriRasterPrjMethodFull

static final int esriRasterPrjMethodFull
Project each point.

See Also:
Constant Field Values

esriRasterPrjMethodUserDefinedBlkSize

static final int esriRasterPrjMethodUserDefinedBlkSize
Use piecewise polynomial(user defined block) transformation in the projection.

See Also:
Constant Field Values