com.esri.arcgis.carto
Interface ITiledMapServer2

All Superinterfaces:
ITiledMapServer, java.io.Serializable
All Known Implementing Classes:
ITiledMapServer2Proxy, MapServer, MapServerIP, MapServerLP

public interface ITiledMapServer2
extends ITiledMapServer, java.io.Serializable

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

IIDb5339959_b276_4485_ac86_15f3a9a40395

static final int IIDb5339959_b276_4485_ac86_15f3a9a40395
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMapTileEx

byte[] getMapTileEx(java.lang.String mapName,
                    int level,
                    int row,
                    int column,
                    int cacheFormat)
                    throws java.io.IOException,
                           AutomationException
Gets a tile for a given tile location from a given map.

Parameters:
mapName - The mapName (in)
level - The level (in)
row - The row (in)
column - The column (in)
cacheFormat - The cacheFormat (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerTileEx

byte[] getLayerTileEx(java.lang.String mapName,
                      int layerID,
                      int level,
                      int row,
                      int column,
                      int cacheFormat)
                      throws java.io.IOException,
                             AutomationException
Gets a tile for a given tile location from a given layer.

Parameters:
mapName - The mapName (in)
layerID - The layerID (in)
level - The level (in)
row - The row (in)
column - The column (in)
cacheFormat - The cacheFormat (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileImageInfo

ITileImageInfo getTileImageInfo(java.lang.String mapName)
                                throws java.io.IOException,
                                       AutomationException
Gets the cache tile image information for a given map.

Parameters:
mapName - The mapName (in)
Returns:
A reference to a com.esri.arcgis.carto.ITileImageInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheDescriptionInfo

ICacheDescriptionInfo getCacheDescriptionInfo(java.lang.String mapName)
                                              throws java.io.IOException,
                                                     AutomationException
Gets the cache description information for a given map.

Parameters:
mapName - The mapName (in)
Returns:
A reference to a com.esri.arcgis.carto.ICacheDescriptionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheControlInfo

ICacheControlInfo getCacheControlInfo(java.lang.String mapName)
                                      throws java.io.IOException,
                                             AutomationException
Gets the cache description information for a given map.

Parameters:
mapName - The mapName (in)
Returns:
A reference to a com.esri.arcgis.carto.ICacheControlInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.