public interface ITiledImageServer
extends java.io.Serializable
Description: 'Provides access to members that serve tiled images.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID10bfd112_33d2_4986_997a_f2b6069e45b8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ICacheControlInfo |
getCacheControlInfo()
Gets the cache description information for a given map.
|
ICacheDescriptionInfo |
getCacheDescriptionInfo()
Gets the cache description information for a given map.
|
ICacheStorageInfo |
getCacheStorageInfo()
Gets the cache storage information.
|
byte[] |
getImageTile(int level,
int row,
int column)
Gets a tile for a given tile location.
|
ITileCacheInfo |
getTileCacheInfo()
Gets the cache configuration.
|
ITileImageInfo |
getTileImageInfo()
Gets the cache tile image information.
|
java.lang.String |
getVirtualCacheDirectory()
Gets the virtual cache directory for a given layer within a map.
|
boolean |
isFixedScaleImage()
Indicates if it is fixed scale image.
|
static final int IID10bfd112_33d2_4986_997a_f2b6069e45b8
static final int xxDummy
static final java.lang.String IID
ITileCacheInfo getTileCacheInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] getImageTile(int level, int row, int column) throws java.io.IOException, AutomationException
level
- The level (in)row
- The row (in)column
- The column (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTileImageInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheStorageInfo getCacheStorageInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFixedScaleImage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVirtualCacheDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheDescriptionInfo getCacheDescriptionInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheControlInfo getCacheControlInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.