com.esri.arcgis.datasourcesraster
Interface esriMatchPointRefinementType

All Superinterfaces:
Serializable

public interface esriMatchPointRefinementType
extends Serializable

The match point refinement types.

Product Availability

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


Field Summary
static int esriCrossCorrelationRefinement
          The cross correlation refinement.
static int esriLeastSquareRefinement
          The Least Square refinement.
static int esriNoneRefinement
          The none refinement.
 

Field Detail

esriNoneRefinement

static final int esriNoneRefinement
The none refinement.

See Also:
Constant Field Values

esriLeastSquareRefinement

static final int esriLeastSquareRefinement
The Least Square refinement.

See Also:
Constant Field Values

esriCrossCorrelationRefinement

static final int esriCrossCorrelationRefinement
The cross correlation refinement.

See Also:
Constant Field Values