|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapCooker3Proxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapCooker3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapCooker3Proxy()
public IMapCooker3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapCooker3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapCooker3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public ICacheStorageInfo getCacheStorageInfo() throws java.io.IOException, AutomationException
getCacheStorageInfo
in interface IMapCooker3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheStorageInfoByRef(ICacheStorageInfo ppInfo) throws java.io.IOException, AutomationException
setCacheStorageInfoByRef
in interface IMapCooker3
ppInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICacheDatasetInfo getCacheDatasetInfo() throws java.io.IOException, AutomationException
getCacheDatasetInfo
in interface IMapCooker3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheDatasetInfoByRef(ICacheDatasetInfo ppInfo) throws java.io.IOException, AutomationException
setCacheDatasetInfoByRef
in interface IMapCooker3
ppInfo
- A reference to a com.esri.arcgis.carto.ICacheDatasetInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeTilingSchemeEx(ITileCacheInfo pCacheInfo, ITileImageInfo pTileImageInfo, ICacheStorageInfo pCacheStorageInfo, ICacheDatasetInfo pCacheDatasetInfo, java.lang.String cacheDir, java.lang.String layerName) throws java.io.IOException, AutomationException
writeTilingSchemeEx
in interface IMapCooker3
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cleanUPState(java.lang.Object pMapOrMapServerInfo, java.lang.Object pLayerOrMapLayerInfo, IGeometry pGeometry, ILongArray pLevels, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
cleanUPState
in interface IMapCooker3
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |