com.esri.arcgis.carto
Interface esriImageServerError

All Superinterfaces:
Serializable

public interface esriImageServerError
extends Serializable

Error codes associated with an Image Server.

Product Availability

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


Field Summary
static int E_IMAGESERVER_FAILED_TO_GETIMAGE
          Failed to get image data.
static int E_IMAGESERVER_JPIP_NOT_LICENSED
          The JPIP clicense is not available.
static int E_IMAGESERVER_NO_AIS_CONNECTION
          Can't make a connection to an AIS server.
static int E_IMAGESERVER_NO_FILE
          The download file doesn't exist.
static int E_IMAGESERVER_UNSUPPORTED_FORMAT
          The image format is not supported on the current data source.
static int E_IMAGESERVER_UNSUPPORTED_OPERATION
          The operation is not supported on a non-catalog data source.
static int E_IMAGESERVER_UNSUPPORTED_REQUEST
          The request is not supported.
 

Field Detail

E_IMAGESERVER_NO_AIS_CONNECTION

static final int E_IMAGESERVER_NO_AIS_CONNECTION
Can't make a connection to an AIS server.

See Also:
Constant Field Values

E_IMAGESERVER_FAILED_TO_GETIMAGE

static final int E_IMAGESERVER_FAILED_TO_GETIMAGE
Failed to get image data.

See Also:
Constant Field Values

E_IMAGESERVER_UNSUPPORTED_OPERATION

static final int E_IMAGESERVER_UNSUPPORTED_OPERATION
The operation is not supported on a non-catalog data source.

See Also:
Constant Field Values

E_IMAGESERVER_UNSUPPORTED_REQUEST

static final int E_IMAGESERVER_UNSUPPORTED_REQUEST
The request is not supported.

See Also:
Constant Field Values

E_IMAGESERVER_UNSUPPORTED_FORMAT

static final int E_IMAGESERVER_UNSUPPORTED_FORMAT
The image format is not supported on the current data source.

See Also:
Constant Field Values

E_IMAGESERVER_NO_FILE

static final int E_IMAGESERVER_NO_FILE
The download file doesn't exist.

See Also:
Constant Field Values

E_IMAGESERVER_JPIP_NOT_LICENSED

static final int E_IMAGESERVER_JPIP_NOT_LICENSED
The JPIP clicense is not available.

See Also:
Constant Field Values