com.esri.arcgis.datasourcesraster
Interface esriRasterLoaderError

All Superinterfaces:
java.io.Serializable

public interface esriRasterLoaderError
extends java.io.Serializable

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

Description: 'Error codes for the IRasterLoaderError event source.' 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 E_RASTERLOADER_FAILED_TO_LOAD
          Failed to load raster.
static int E_RASTERLOADER_UNKNOWN_ERROR
          Unknown error.
 

Field Detail

E_RASTERLOADER_FAILED_TO_LOAD

static final int E_RASTERLOADER_FAILED_TO_LOAD
Failed to load raster.

See Also:
Constant Field Values

E_RASTERLOADER_UNKNOWN_ERROR

static final int E_RASTERLOADER_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values