com.esri.arcgis.datasourcesraster
Interface esriTileState

All Superinterfaces:
Serializable

public interface esriTileState
extends Serializable

Cached tile state.

Product Availability

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


Field Summary
static int esriTileStateRegular
          Regular tile: tile retrieved successfully from the tile host.
static int esriTileStateResampledOnFailure
          Tile, obtained by resampling from lower resolution tile because of I/O failure.
static int esriTileStateResampledOnNoData
          Tile, obtained by resampling from lower resolution tile because of no data available.
 

Field Detail

esriTileStateRegular

static final int esriTileStateRegular
Regular tile: tile retrieved successfully from the tile host.

See Also:
Constant Field Values

esriTileStateResampledOnNoData

static final int esriTileStateResampledOnNoData
Tile, obtained by resampling from lower resolution tile because of no data available.

See Also:
Constant Field Values

esriTileStateResampledOnFailure

static final int esriTileStateResampledOnFailure
Tile, obtained by resampling from lower resolution tile because of I/O failure.

See Also:
Constant Field Values