public interface ITiledMapServer
extends 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 |
IID1627ce7e_954f_4013_9969_e726f8084c25 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheName(java.lang.String mapName,
int layerID)
Gets the cache name for a given layer within a map.
|
byte[] |
getLayerTile(java.lang.String mapName,
int layerID,
int level,
int row,
int column)
Gets a tile for a given tile location from a given layer.
|
byte[] |
getMapTile(java.lang.String mapName,
int level,
int row,
int column)
Gets a tile for a given tile location from a given map.
|
ITileCacheInfo |
getTileCacheInfo(java.lang.String mapName)
Gets the cache configuration for a given map.
|
java.lang.String |
getVirtualCacheDirectory(java.lang.String mapName,
int layerID)
Gets the virtual cache directory for a given layer within a map.
|
boolean |
hasLayerCache(java.lang.String mapName,
int layerID)
Indicates if a given layer has a single tile cache.
|
boolean |
hasSingleFusedMapCache(java.lang.String mapName)
Indicates if a given map has a single fused map tile cache.
|
boolean |
isFixedScaleMap(java.lang.String mapName)
Indicates if a given map is a fixed scale map.
|
static final int IID1627ce7e_954f_4013_9969_e726f8084c25
static final int xxDummy
static final java.lang.String IID
boolean isFixedScaleMap(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.boolean hasSingleFusedMapCache(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.ITileCacheInfo getTileCacheInfo(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.byte[] getMapTile(java.lang.String mapName, int level, int row, int column) throws java.io.IOException, AutomationException
mapName
- The mapName (in)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.boolean hasLayerCache(java.lang.String mapName, int layerID) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] getLayerTile(java.lang.String mapName, int layerID, int level, int row, int column) 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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVirtualCacheDirectory(java.lang.String mapName, int layerID) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCacheName(java.lang.String mapName, int layerID) throws java.io.IOException, AutomationException
mapName
- The mapName (in)layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.