public interface ITiledMapServer2 extends ITiledMapServer, java.io.Serializable
Description: 'Provides access to members that serve tiled maps.' 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 |
IIDb5339959_b276_4485_ac86_15f3a9a40395 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1627ce7e_954f_4013_9969_e726f8084c25
Modifier and Type | Method and Description |
---|---|
ICacheControlInfo |
getCacheControlInfo(java.lang.String mapName)
Gets the cache description information for a given map.
|
ICacheDescriptionInfo |
getCacheDescriptionInfo(java.lang.String mapName)
Gets the cache description information for a given map.
|
byte[] |
getLayerTileEx(java.lang.String mapName,
int layerID,
int level,
int row,
int column,
int cacheFormat)
Gets a tile for a given tile location from a given layer.
|
byte[] |
getMapTileEx(java.lang.String mapName,
int level,
int row,
int column,
int cacheFormat)
Gets a tile for a given tile location from a given map.
|
ITileImageInfo |
getTileImageInfo(java.lang.String mapName)
Gets the cache tile image information for a given map.
|
getCacheName, getLayerTile, getMapTile, getTileCacheInfo, getVirtualCacheDirectory, hasLayerCache, hasSingleFusedMapCache, isFixedScaleMap
static final int IIDb5339959_b276_4485_ac86_15f3a9a40395
static final int xxDummy
static final java.lang.String IID
byte[] getMapTileEx(java.lang.String mapName, int level, int row, int column, int cacheFormat) throws java.io.IOException, AutomationException
mapName
- The mapName (in)level
- The level (in)row
- The row (in)column
- The column (in)cacheFormat
- The cacheFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] getLayerTileEx(java.lang.String mapName, int layerID, int level, int row, int column, int cacheFormat) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)level
- The level (in)row
- The row (in)column
- The column (in)cacheFormat
- The cacheFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTileImageInfo(java.lang.String mapName) throws java.io.IOException, AutomationException
mapName
- The mapName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheDescriptionInfo getCacheDescriptionInfo(java.lang.String mapName) throws java.io.IOException, AutomationException
mapName
- The mapName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICacheControlInfo getCacheControlInfo(java.lang.String mapName) throws java.io.IOException, AutomationException
mapName
- The mapName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.