com.esri.arcgis.datasourcesraster
Interface esriRasterPrjMethodTypeEnum

All Superinterfaces:
java.io.Serializable

public interface esriRasterPrjMethodTypeEnum
extends java.io.Serializable

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

Description: 'The raster projection 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 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