com.esri.arcgis.datasourcesraster
Interface esriCellsizeType

All Superinterfaces:
Serializable

public interface esriCellsizeType
extends Serializable

Different ways of estimating cellsize.

Product Availability

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


Field Summary
static int esriCellsizeFirstOf
          The first of all cellsizes.
static int esriCellsizeLastOf
          The last of all cellsizes.
static int esriCellsizeMaxOf
          The maximum of all cellsizes.
static int esriCellsizeMeanOf
          The mean of all cellsizes.
static int esriCellsizeMinOf
          The minimum of all cellsizes.
 

Field Detail

esriCellsizeFirstOf

static final int esriCellsizeFirstOf
The first of all cellsizes.

See Also:
Constant Field Values

esriCellsizeMinOf

static final int esriCellsizeMinOf
The minimum of all cellsizes.

See Also:
Constant Field Values

esriCellsizeMaxOf

static final int esriCellsizeMaxOf
The maximum of all cellsizes.

See Also:
Constant Field Values

esriCellsizeMeanOf

static final int esriCellsizeMeanOf
The mean of all cellsizes.

See Also:
Constant Field Values

esriCellsizeLastOf

static final int esriCellsizeLastOf
The last of all cellsizes.

See Also:
Constant Field Values