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 esriCellsizeMaxOf
          The maximum of all cellsizes.
static int esriCellsizeMeanOf
          The mean of all cellsizes.
static int esriCellsizeMinOf
          The minimum of all cellsizes.
 

Field Detail

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