com.esri.arcgis.carto
Class IMapCooker3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapCooker3Proxy
All Implemented Interfaces:
IMapCooker3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMapCooker3'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to more members that controls a map cache generator.' 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 =

public class IMapCooker3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IMapCooker3, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IMapCooker3
IID, IIDb77d1a50_aef0_4150_add4_e5d1bc4177d4
 
Constructor Summary
  IMapCooker3Proxy()
          Deprecated. For internal use only
  IMapCooker3Proxy(java.lang.Object obj)
          Deprecated.  
protected IMapCooker3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMapCooker3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMapCooker3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void cleanUPState(java.lang.Object pMapOrMapServerInfo, java.lang.Object pLayerOrMapLayerInfo, IGeometry pGeometry, ILongArray pLevels, ITrackCancel pTrackCancel)
          Deprecated. Cleans up the state of current caching job.
 ICacheDatasetInfo getCacheDatasetInfo()
          Deprecated. The map cache dataset info.
 ICacheStorageInfo getCacheStorageInfo()
          Deprecated. The map cache storage info.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCacheDatasetInfoByRef(ICacheDatasetInfo ppInfo)
          Deprecated. The map cache dataset info.
 void setCacheStorageInfoByRef(ICacheStorageInfo ppInfo)
          Deprecated. The map cache storage info.
 void writeTilingSchemeEx(ITileCacheInfo pCacheInfo, ITileImageInfo pTileImageInfo, ICacheStorageInfo pCacheStorageInfo, ICacheDatasetInfo pCacheDatasetInfo, java.lang.String cacheDir, java.lang.String layerName)
          Deprecated. Writes the tiling scheme for the service.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMapCooker3Proxy

public IMapCooker3Proxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMapCooker3Proxy

public IMapCooker3Proxy()
Deprecated. 
For internal use only


IMapCooker3Proxy

public IMapCooker3Proxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMapCooker3Proxy

protected IMapCooker3Proxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMapCooker3Proxy

protected IMapCooker3Proxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getCacheStorageInfo

public ICacheStorageInfo getCacheStorageInfo()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The map cache storage info.

Specified by:
getCacheStorageInfo in interface IMapCooker3
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.

setCacheStorageInfoByRef

public void setCacheStorageInfoByRef(ICacheStorageInfo ppInfo)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The map cache storage info.

Specified by:
setCacheStorageInfoByRef in interface IMapCooker3
Parameters:
ppInfo - A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheDatasetInfo

public ICacheDatasetInfo getCacheDatasetInfo()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The map cache dataset info.

Specified by:
getCacheDatasetInfo in interface IMapCooker3
Returns:
A reference to a com.esri.arcgis.carto.ICacheDatasetInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheDatasetInfoByRef

public void setCacheDatasetInfoByRef(ICacheDatasetInfo ppInfo)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The map cache dataset info.

Specified by:
setCacheDatasetInfoByRef in interface IMapCooker3
Parameters:
ppInfo - A reference to a com.esri.arcgis.carto.ICacheDatasetInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeTilingSchemeEx

public void writeTilingSchemeEx(ITileCacheInfo pCacheInfo,
                                ITileImageInfo pTileImageInfo,
                                ICacheStorageInfo pCacheStorageInfo,
                                ICacheDatasetInfo pCacheDatasetInfo,
                                java.lang.String cacheDir,
                                java.lang.String layerName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Writes the tiling scheme for the service.

Specified by:
writeTilingSchemeEx in interface IMapCooker3
Parameters:
pCacheInfo - A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
pTileImageInfo - A reference to a com.esri.arcgis.carto.ITileImageInfo (in)
pCacheStorageInfo - A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
pCacheDatasetInfo - A reference to a com.esri.arcgis.carto.ICacheDatasetInfo (in)
cacheDir - The cacheDir (in)
layerName - The layerName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cleanUPState

public void cleanUPState(java.lang.Object pMapOrMapServerInfo,
                         java.lang.Object pLayerOrMapLayerInfo,
                         IGeometry pGeometry,
                         ILongArray pLevels,
                         ITrackCancel pTrackCancel)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Cleans up the state of current caching job.

Specified by:
cleanUPState in interface IMapCooker3
Parameters:
pMapOrMapServerInfo - A reference to another Object (IUnknown) (in)
pLayerOrMapLayerInfo - A reference to another Object (IUnknown) (in)
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pLevels - A reference to a com.esri.arcgis.system.ILongArray (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.