com.esri.arcgis.carto
Interface ITiledMapServer3

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

public interface ITiledMapServer3
extends java.io.Serializable

COM Interface 'ITiledMapServer3'. 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 IID6c3d86d9_e02d_403f_94c2_427c5cf78c19
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICacheStorageInfo getCacheStorageInfo(java.lang.String mapName)
          Gets the cache storage information.
 

Field Detail

IID6c3d86d9_e02d_403f_94c2_427c5cf78c19

static final int IID6c3d86d9_e02d_403f_94c2_427c5cf78c19
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

getCacheStorageInfo

ICacheStorageInfo getCacheStorageInfo(java.lang.String mapName)
                                      throws java.io.IOException,
                                             AutomationException
Gets the cache storage information.

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