com.esri.arcgis.datasourcesraster
Interface esriCellsizeType

All Superinterfaces:
java.io.Serializable

public interface esriCellsizeType
extends java.io.Serializable

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

Description: 'Different ways of estimating cellsize.' 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 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