com.esri.arcgis.datasourcesraster
Interface esriRasterError

All Superinterfaces:
Serializable

public interface esriRasterError
extends Serializable

The raster related error codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_ESIRGRID_FAILED_TOO_LONG
          The Grid path and name is longer than 129
static int E_INVALID_RASTER_COMMAND
          It's an invalid raster command.
static int E_RASTER_ACCESS_IS_DENIED
          The user does not have permission to execute the operation.
static int E_RASTER_BLOCKSIZE_TOO_LARGE
          The requested pixel block size is too large.
static int E_RASTER_CANNT_ALTER_VAT
          Can't alter raster attribute table for multiband raster dataset.
static int E_RASTER_CANNT_BUILD_VAT
          Can't build raster attribute table for multiband raster dataset.
static int E_RASTER_CANT_FIND_FORMAT_FUNCTION
          Can't find the format registration function.
static int E_RASTER_CANT_LOAD_FORMAT_DLL
          Can't load a format DLL.
static int E_RASTER_CANT_MOSAIC_COLORMAPED
          Can't mosaic a dataset with a colormap.
static int E_RASTER_COLORCORRECTION_NOT_LICENSED
          Color correction is not supported with the current license.
static int E_RASTER_DATASET_EXIST
          Raster file(table for SDE) already exist.
static int E_RASTER_EMPTY_WORKSPACE
          No raster datasets in the workspace.
static int E_RASTER_FAILED_TO_ALTER_GEODATAXFORM
          Failed to delete raster dataset.
static int E_RASTER_FAILED_TO_ALTER_HISTOGRAM
          Failed to alter histogram.
static int E_RASTER_FAILED_TO_ALTER_STATS
          Failed to alter statistics.
static int E_RASTER_FAILED_TO_BUILD_PYRAMID
          Failed to build pyramid.
static int E_RASTER_FAILED_TO_CALC_HISTOGRAM
          Failed to compute histogram.
static int E_RASTER_FAILED_TO_CALC_STATS
          Failed to compute statistics.
static int E_RASTER_FAILED_TO_COPY_DATASET
          Failed to copy raster dataset.
static int E_RASTER_FAILED_TO_CREATE_CATALOG_ITEM
          Failed to create a new raster catalog item.
static int E_RASTER_FAILED_TO_CREATE_DATASET
          Failed to create raster dataset.
static int E_RASTER_FAILED_TO_DELETE_DATASET
          Failed to delete raster dataset.
static int E_RASTER_FAILED_TO_OPEN_CATALOG
          Failed to open a raster catalog.
static int E_RASTER_FAILED_TO_OPEN_CONNECTION
          Failed to open a GeoDatabase connection.
static int E_RASTER_FAILED_TO_OPEN_DATASET
          Failed to open raster dataset.
static int E_RASTER_FAILED_TO_OPEN_WORKSPACE
          Failed to open a raster workspace.
static int E_RASTER_FAILED_TO_REGISTER_FORMAT
          Failed to register a new raster format.
static int E_RASTER_FAILED_TO_RENAME_DATASET
          Failed to rename raster dataset.
static int E_RASTER_FAILED_TO_WRITE_AUX
          Failed to write binary AUX file.
static int E_RASTER_FILE_FAILED_TO_COPY
          Failed to copy the specified file.
static int E_RASTER_FILE_FAILED_TO_RENAME
          Failed to rename the specified file.
static int E_RASTER_FILE_INVALID_EXTENSION
          Raster file extension is invalid.
static int E_RASTER_FILE_LZW_FAILED
          Raster file with LZW compression failed to open.
static int E_RASTER_FILE_NOT_FOUND
          Raster file cannot be found.
static int E_RASTER_IN_LOAD_ONLY
          Catalog geometry column is already in Load Only IO mode.
static int E_RASTER_INVALID_CELLSIZE
          Invalid cell size.
static int E_RASTER_INVALID_RASTER_VALUE
          Invalid raster value.
static int E_RASTER_MOSAIC_NOT_LICENSED
          Mosaic dataset is not supported with the current license.
static int E_RASTER_NO_WRITE_PERMISSION
          No write permission.
static int E_RASTER_OPERATION_CANCELED
          Operation canceled.
static int E_RASTER_RENDERER_INVALID_BAND_INDEX
          Specified band index is invalid.
static int E_RASTER_TOO_MANY_DIRECTORIES
          Too many unique directories to list.
static int E_RASTER_TOO_MANY_UNIQUE_VALUES
          Too many unique values.
static int E_RASTER_UNKNOWN_ERROR
          Unknown error.
static int E_RASTER_UNKNOWN_PIXELTYPE
          Unknown pixel type.
static int E_RASTER_UNSUPPORTED_FORMAT
          Unsupported raster format in Raster Core.
static int E_RASTER_UNSUPPORTED_PCS
          Unsupported projected coordinate system (PCS).
static int E_RASTER_UNSUPPORTED_PIXEL_TYPE
          Unsupported/unknown Pixel Type.
static int E_RASTER_VAT_COUNT_TOO_LARGE
          The VAT count value exceeds 2 Billion.
 

Field Detail

E_RASTER_FILE_NOT_FOUND

static final int E_RASTER_FILE_NOT_FOUND
Raster file cannot be found.

See Also:
Constant Field Values

E_RASTER_FILE_INVALID_EXTENSION

static final int E_RASTER_FILE_INVALID_EXTENSION
Raster file extension is invalid.

See Also:
Constant Field Values

E_RASTER_RENDERER_INVALID_BAND_INDEX

static final int E_RASTER_RENDERER_INVALID_BAND_INDEX
Specified band index is invalid.

See Also:
Constant Field Values

E_RASTER_FILE_FAILED_TO_RENAME

static final int E_RASTER_FILE_FAILED_TO_RENAME
Failed to rename the specified file.

See Also:
Constant Field Values

E_RASTER_FILE_FAILED_TO_COPY

static final int E_RASTER_FILE_FAILED_TO_COPY
Failed to copy the specified file.

See Also:
Constant Field Values

E_RASTER_FILE_LZW_FAILED

static final int E_RASTER_FILE_LZW_FAILED
Raster file with LZW compression failed to open.

See Also:
Constant Field Values

E_RASTER_ACCESS_IS_DENIED

static final int E_RASTER_ACCESS_IS_DENIED
The user does not have permission to execute the operation.

See Also:
Constant Field Values

E_RASTER_DATASET_EXIST

static final int E_RASTER_DATASET_EXIST
Raster file(table for SDE) already exist.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_OPEN_CONNECTION

static final int E_RASTER_FAILED_TO_OPEN_CONNECTION
Failed to open a GeoDatabase connection.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_OPEN_WORKSPACE

static final int E_RASTER_FAILED_TO_OPEN_WORKSPACE
Failed to open a raster workspace.

See Also:
Constant Field Values

E_RASTER_EMPTY_WORKSPACE

static final int E_RASTER_EMPTY_WORKSPACE
No raster datasets in the workspace.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_CREATE_CATALOG_ITEM

static final int E_RASTER_FAILED_TO_CREATE_CATALOG_ITEM
Failed to create a new raster catalog item.

See Also:
Constant Field Values

E_RASTER_INVALID_RASTER_VALUE

static final int E_RASTER_INVALID_RASTER_VALUE
Invalid raster value.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_OPEN_CATALOG

static final int E_RASTER_FAILED_TO_OPEN_CATALOG
Failed to open a raster catalog.

See Also:
Constant Field Values

E_RASTER_UNSUPPORTED_PCS

static final int E_RASTER_UNSUPPORTED_PCS
Unsupported projected coordinate system (PCS).

See Also:
Constant Field Values

E_RASTER_CANNT_BUILD_VAT

static final int E_RASTER_CANNT_BUILD_VAT
Can't build raster attribute table for multiband raster dataset.

See Also:
Constant Field Values

E_RASTER_CANNT_ALTER_VAT

static final int E_RASTER_CANNT_ALTER_VAT
Can't alter raster attribute table for multiband raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_CALC_STATS

static final int E_RASTER_FAILED_TO_CALC_STATS
Failed to compute statistics.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_CALC_HISTOGRAM

static final int E_RASTER_FAILED_TO_CALC_HISTOGRAM
Failed to compute histogram.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_ALTER_STATS

static final int E_RASTER_FAILED_TO_ALTER_STATS
Failed to alter statistics.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_ALTER_HISTOGRAM

static final int E_RASTER_FAILED_TO_ALTER_HISTOGRAM
Failed to alter histogram.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_CREATE_DATASET

static final int E_RASTER_FAILED_TO_CREATE_DATASET
Failed to create raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_OPEN_DATASET

static final int E_RASTER_FAILED_TO_OPEN_DATASET
Failed to open raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_COPY_DATASET

static final int E_RASTER_FAILED_TO_COPY_DATASET
Failed to copy raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_RENAME_DATASET

static final int E_RASTER_FAILED_TO_RENAME_DATASET
Failed to rename raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_DELETE_DATASET

static final int E_RASTER_FAILED_TO_DELETE_DATASET
Failed to delete raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_ALTER_GEODATAXFORM

static final int E_RASTER_FAILED_TO_ALTER_GEODATAXFORM
Failed to delete raster dataset.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_BUILD_PYRAMID

static final int E_RASTER_FAILED_TO_BUILD_PYRAMID
Failed to build pyramid.

See Also:
Constant Field Values

E_RASTER_UNSUPPORTED_FORMAT

static final int E_RASTER_UNSUPPORTED_FORMAT
Unsupported raster format in Raster Core.

See Also:
Constant Field Values

E_RASTER_TOO_MANY_UNIQUE_VALUES

static final int E_RASTER_TOO_MANY_UNIQUE_VALUES
Too many unique values.

See Also:
Constant Field Values

E_RASTER_UNSUPPORTED_PIXEL_TYPE

static final int E_RASTER_UNSUPPORTED_PIXEL_TYPE
Unsupported/unknown Pixel Type.

See Also:
Constant Field Values

E_RASTER_CANT_MOSAIC_COLORMAPED

static final int E_RASTER_CANT_MOSAIC_COLORMAPED
Can't mosaic a dataset with a colormap.

See Also:
Constant Field Values

E_RASTER_CANT_LOAD_FORMAT_DLL

static final int E_RASTER_CANT_LOAD_FORMAT_DLL
Can't load a format DLL.

See Also:
Constant Field Values

E_RASTER_CANT_FIND_FORMAT_FUNCTION

static final int E_RASTER_CANT_FIND_FORMAT_FUNCTION
Can't find the format registration function.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_REGISTER_FORMAT

static final int E_RASTER_FAILED_TO_REGISTER_FORMAT
Failed to register a new raster format.

See Also:
Constant Field Values

E_RASTER_INVALID_CELLSIZE

static final int E_RASTER_INVALID_CELLSIZE
Invalid cell size.

See Also:
Constant Field Values

E_RASTER_OPERATION_CANCELED

static final int E_RASTER_OPERATION_CANCELED
Operation canceled.

See Also:
Constant Field Values

E_RASTER_FAILED_TO_WRITE_AUX

static final int E_RASTER_FAILED_TO_WRITE_AUX
Failed to write binary AUX file.

See Also:
Constant Field Values

E_RASTER_UNKNOWN_PIXELTYPE

static final int E_RASTER_UNKNOWN_PIXELTYPE
Unknown pixel type.

See Also:
Constant Field Values

E_RASTER_NO_WRITE_PERMISSION

static final int E_RASTER_NO_WRITE_PERMISSION
No write permission.

See Also:
Constant Field Values

E_RASTER_VAT_COUNT_TOO_LARGE

static final int E_RASTER_VAT_COUNT_TOO_LARGE
The VAT count value exceeds 2 Billion.

See Also:
Constant Field Values

E_RASTER_BLOCKSIZE_TOO_LARGE

static final int E_RASTER_BLOCKSIZE_TOO_LARGE
The requested pixel block size is too large.

See Also:
Constant Field Values

E_RASTER_TOO_MANY_DIRECTORIES

static final int E_RASTER_TOO_MANY_DIRECTORIES
Too many unique directories to list.

See Also:
Constant Field Values

E_RASTER_COLORCORRECTION_NOT_LICENSED

static final int E_RASTER_COLORCORRECTION_NOT_LICENSED
Color correction is not supported with the current license.

See Also:
Constant Field Values

E_RASTER_MOSAIC_NOT_LICENSED

static final int E_RASTER_MOSAIC_NOT_LICENSED
Mosaic dataset is not supported with the current license.

See Also:
Constant Field Values

E_RASTER_IN_LOAD_ONLY

static final int E_RASTER_IN_LOAD_ONLY
Catalog geometry column is already in Load Only IO mode.

See Also:
Constant Field Values

E_ESIRGRID_FAILED_TOO_LONG

static final int E_ESIRGRID_FAILED_TOO_LONG
The Grid path and name is longer than 129

See Also:
Constant Field Values

E_INVALID_RASTER_COMMAND

static final int E_INVALID_RASTER_COMMAND
It's an invalid raster command.

See Also:
Constant Field Values

E_RASTER_UNKNOWN_ERROR

static final int E_RASTER_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values