public interface esriAsyncRetrievalState
extends java.io.Serializable
Description: 'Tile retrieval state. Applicable to asynchronous retrieval from cached datasets only.' 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 |
esriAsyncRetrievalState_BadData
Data, retrieved from the source, is corrupt.
|
static int |
esriAsyncRetrievalState_IOFailure
Data is not present because of I/O failure.
|
static int |
esriAsyncRetrievalState_MissingData
Data is not present on the source.
|
static int |
esriAsyncRetrievalState_MissingTopData
Data is a top-level and is not present on the source, but more detailed LODs could be present for this location.
|
static int |
esriAsyncRetrievalState_NotModified
Data is not modified on the server - the client has up-to-date version.
|
static int |
esriAsyncRetrievalState_OK
Regular tile: tile retrieved successfully from the tile host.
|
static final int esriAsyncRetrievalState_OK
static final int esriAsyncRetrievalState_IOFailure
static final int esriAsyncRetrievalState_BadData
static final int esriAsyncRetrievalState_MissingData
static final int esriAsyncRetrievalState_MissingTopData
static final int esriAsyncRetrievalState_NotModified