com.esri.arcgis.datasourcesraster
Interface esriRasterFunctionErrors

All Superinterfaces:
Serializable

public interface esriRasterFunctionErrors
extends Serializable

Error codes related to raster function hierarchy.

Product Availability

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


Field Summary
static int E_FUNCTION_CANNOT_CREATE_CACHE_DIR
           
static int E_FUNCTION_MATCHING_BAND_WAVELENGTH_NOT_FOUND
           
static int E_FUNCTION_MISSING_BAND
           
static int E_FUNCTION_MISSING_BAND_IDS
           
static int E_FUNCTION_MISSING_BAND_WAVELENGTH_PROPERTIES
           
static int E_FUNCTION_NBANDS_MISMATCH
           
static int E_FUNCTION_RASTERSIZE_EXCEEDS_LIMIT
           
 

Field Detail

E_FUNCTION_MISSING_BAND

static final int E_FUNCTION_MISSING_BAND
See Also:
Constant Field Values

E_FUNCTION_MISSING_BAND_WAVELENGTH_PROPERTIES

static final int E_FUNCTION_MISSING_BAND_WAVELENGTH_PROPERTIES
See Also:
Constant Field Values

E_FUNCTION_MATCHING_BAND_WAVELENGTH_NOT_FOUND

static final int E_FUNCTION_MATCHING_BAND_WAVELENGTH_NOT_FOUND
See Also:
Constant Field Values

E_FUNCTION_MISSING_BAND_IDS

static final int E_FUNCTION_MISSING_BAND_IDS
See Also:
Constant Field Values

E_FUNCTION_NBANDS_MISMATCH

static final int E_FUNCTION_NBANDS_MISMATCH
See Also:
Constant Field Values

E_FUNCTION_RASTERSIZE_EXCEEDS_LIMIT

static final int E_FUNCTION_RASTERSIZE_EXCEEDS_LIMIT
See Also:
Constant Field Values

E_FUNCTION_CANNOT_CREATE_CACHE_DIR

static final int E_FUNCTION_CANNOT_CREATE_CACHE_DIR
See Also:
Constant Field Values