|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITiledMapServer2
COM Interface 'ITiledMapServer2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDb5339959_b276_4485_ac86_15f3a9a40395
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.carto.ITiledMapServer |
|---|
IID1627ce7e_954f_4013_9969_e726f8084c25 |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.esri.arcgis.carto.ITiledMapServer |
|---|
getCacheName, getLayerTile, getMapTile, getTileCacheInfo, getVirtualCacheDirectory, hasLayerCache, hasSingleFusedMapCache, isFixedScaleMap |
| Field Detail |
|---|
static final int IIDb5339959_b276_4485_ac86_15f3a9a40395
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||