public interface esriTileState
extends java.io.Serializable
Description: 'Cached tile state.' 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 =
Modifier and Type | Field and Description |
---|---|
static int |
esriTileState_MissingTopLevelData
Flag, indicating, that the data has been obtained from a top-level LOD, which is not present on the source.
|
static int |
esriTileState_NotModified
Tile is not modified on the data source since the previous request.
|
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.
|
static final int esriTileStateRegular
static final int esriTileStateResampledOnNoData
static final int esriTileStateResampledOnFailure
static final int esriTileState_NotModified
static final int esriTileState_MissingTopLevelData