com.esri.arcgis.carto
Interface esriImageServerError

All Superinterfaces:
java.io.Serializable

public interface esriImageServerError
extends java.io.Serializable

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

Description: 'Error codes associated with an Image Server.' 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_IMAGESERVER_BAD_CACHE_SPATIALREFERENCE
          Invalid cache spatial reference.
static int E_IMAGESERVER_CANT_ACCESS_RASTERID
          Unable to access raster with the given ID.
static int E_IMAGESERVER_CANT_ACQUIRE_TILE_LOCK
          Can't acquire tile cache lock.
static int E_IMAGESERVER_CANT_ADD_RASTERS
          Can't add new raster(s).
static int E_IMAGESERVER_CANT_MEASURE_3D
          Can't make 3D measurements.
static int E_IMAGESERVER_CANT_MEASURE_HEIGHT
          Can't measure height.
static int E_IMAGESERVER_CANT_MEASURE_SHADOW
          Can't measure height using shadow.
static int E_IMAGESERVER_FAILED_TO_CREATE_VIEW
          Failed to create an image view, e.g.
static int E_IMAGESERVER_FAILED_TO_EXPORTIMAGE
          Failed to export image.
static int E_IMAGESERVER_FAILED_TO_GETIMAGE
          Failed to get image data.
static int E_IMAGESERVER_INVALID_FUNCTION_DATASET
          Can't add a function raster dataset.
static int E_IMAGESERVER_INVALID_VIEW_ID
          Invalid view ID.
static int E_IMAGESERVER_JPIP_NOT_LICENSED
          The JPIP license is not available.
static int E_IMAGESERVER_NO_AIS_CONNECTION
          Can't make a connection to an AIS server.
static int E_IMAGESERVER_NO_DYNAMICIMAGEWORKSPACE
          The dynamic image workspace is not configured for the service.
static int E_IMAGESERVER_NO_FILE
          The download file doesn't exist.
static int E_IMAGESERVER_NO_PERMISSION
          No permission for an operation.
static int E_IMAGESERVER_NOT_ALLOW_FUNCTION
          Do not allow execution of client function.
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.
static int E_IMAGESERVER_VIEW_ALREADY_EXIST
          The image view already exists.
static int E_IMAGESERVER_VIEW_DOESNT_EXIST
          The image view doesn't exist.
 

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 license is not available.

See Also:
Constant Field Values

E_IMAGESERVER_NO_DYNAMICIMAGEWORKSPACE

static final int E_IMAGESERVER_NO_DYNAMICIMAGEWORKSPACE
The dynamic image workspace is not configured for the service.

See Also:
Constant Field Values

E_IMAGESERVER_INVALID_FUNCTION_DATASET

static final int E_IMAGESERVER_INVALID_FUNCTION_DATASET
Can't add a function raster dataset.

See Also:
Constant Field Values

E_IMAGESERVER_NOT_ALLOW_FUNCTION

static final int E_IMAGESERVER_NOT_ALLOW_FUNCTION
Do not allow execution of client function.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_MEASURE_HEIGHT

static final int E_IMAGESERVER_CANT_MEASURE_HEIGHT
Can't measure height.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_MEASURE_SHADOW

static final int E_IMAGESERVER_CANT_MEASURE_SHADOW
Can't measure height using shadow.

See Also:
Constant Field Values

E_IMAGESERVER_FAILED_TO_EXPORTIMAGE

static final int E_IMAGESERVER_FAILED_TO_EXPORTIMAGE
Failed to export image.

See Also:
Constant Field Values

E_IMAGESERVER_FAILED_TO_CREATE_VIEW

static final int E_IMAGESERVER_FAILED_TO_CREATE_VIEW
Failed to create an image view, e.g. because of non-empty view definition.

See Also:
Constant Field Values

E_IMAGESERVER_VIEW_ALREADY_EXIST

static final int E_IMAGESERVER_VIEW_ALREADY_EXIST
The image view already exists.

See Also:
Constant Field Values

E_IMAGESERVER_INVALID_VIEW_ID

static final int E_IMAGESERVER_INVALID_VIEW_ID
Invalid view ID.

See Also:
Constant Field Values

E_IMAGESERVER_NO_PERMISSION

static final int E_IMAGESERVER_NO_PERMISSION
No permission for an operation.

See Also:
Constant Field Values

E_IMAGESERVER_VIEW_DOESNT_EXIST

static final int E_IMAGESERVER_VIEW_DOESNT_EXIST
The image view doesn't exist.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_MEASURE_3D

static final int E_IMAGESERVER_CANT_MEASURE_3D
Can't make 3D measurements.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_ACQUIRE_TILE_LOCK

static final int E_IMAGESERVER_CANT_ACQUIRE_TILE_LOCK
Can't acquire tile cache lock.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_ACCESS_RASTERID

static final int E_IMAGESERVER_CANT_ACCESS_RASTERID
Unable to access raster with the given ID.

See Also:
Constant Field Values

E_IMAGESERVER_BAD_CACHE_SPATIALREFERENCE

static final int E_IMAGESERVER_BAD_CACHE_SPATIALREFERENCE
Invalid cache spatial reference.

See Also:
Constant Field Values

E_IMAGESERVER_CANT_ADD_RASTERS

static final int E_IMAGESERVER_CANT_ADD_RASTERS
Can't add new raster(s).

See Also:
Constant Field Values