com.esri.arcgis.geoprocessing
Interface IMapCacheTileManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCacheTileManagerProxy

public interface IMapCacheTileManager
extends java.io.Serializable

COM Interface 'IMapCacheTileManager'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to methods that manage map server cache tiles.' 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 IIDc1261b98_e523_4644_987f_c36bea9d81f9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void enableLocalCaching(boolean localCaching)
          Enable local caching
 java.lang.String getDataframe()
          Dataframe name.
 java.lang.String getHost()
          Server machine name.
 java.lang.String getService()
          Service name.
 void manage(java.lang.String layerName, ILongArray pLevels, IGeometry pGeometry, int mode, int numThreads, ITrackCancel pTrackCancel, IGPMessages pGPMessages)
          Import cache.
 void setDataframe(java.lang.String pDataframe)
          Dataframe name.
 void setHost(java.lang.String pHost)
          Server machine name.
 void setService(java.lang.String pService)
          Service name.
 

Field Detail

IIDc1261b98_e523_4644_987f_c36bea9d81f9

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

getHost

java.lang.String getHost()
                         throws java.io.IOException,
                                AutomationException
Server machine name.

Returns:
The pHost
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHost

void setHost(java.lang.String pHost)
             throws java.io.IOException,
                    AutomationException
Server machine name.

Parameters:
pHost - The pHost (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getService

java.lang.String getService()
                            throws java.io.IOException,
                                   AutomationException
Service name.

Returns:
The pService
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setService

void setService(java.lang.String pService)
                throws java.io.IOException,
                       AutomationException
Service name.

Parameters:
pService - The pService (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataframe

java.lang.String getDataframe()
                              throws java.io.IOException,
                                     AutomationException
Dataframe name.

Returns:
The pDataframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataframe

void setDataframe(java.lang.String pDataframe)
                  throws java.io.IOException,
                         AutomationException
Dataframe name.

Parameters:
pDataframe - The pDataframe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableLocalCaching

void enableLocalCaching(boolean localCaching)
                        throws java.io.IOException,
                               AutomationException
Enable local caching

Parameters:
localCaching - The localCaching (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

manage

void manage(java.lang.String layerName,
            ILongArray pLevels,
            IGeometry pGeometry,
            int mode,
            int numThreads,
            ITrackCancel pTrackCancel,
            IGPMessages pGPMessages)
            throws java.io.IOException,
                   AutomationException
Import cache.

Parameters:
layerName - The layerName (in)
pLevels - A reference to a com.esri.arcgis.system.ILongArray (in)
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
mode - A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
numThreads - The numThreads (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
pGPMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.