|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ICacheDescriptionInfoProxy
public class ICacheDescriptionInfoProxy
Provides access to members that provide the cache description info.
CacheDescriptionInfo includes information on a cached map service. This includes its cache type, its tiling scheme (TileCacheInfo), image information (TileImageInfo) and control information (TileControlInfo ). The cache description also includes an array of layer cache infos that can be used to determine if a specific layer has a cache in the case of map services that have a multi layer cache.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ICacheDescriptionInfoProxy()
|
|
ICacheDescriptionInfoProxy(Object obj)
|
protected |
ICacheDescriptionInfoProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
ICacheControlInfo |
getCacheControlInfo()
CacheControlInfo object. |
int |
getCacheType()
Cache type. |
ILayerCacheInfos |
getLayerCacheInfos()
LayerCacheInfos object. |
ITileCacheInfo |
getTileCacheInfo()
TileCacheInfo object. |
ITileImageInfo |
getTileImageInfo()
TileImageInfo object. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo)
CacheControlInfo object. |
void |
setCacheType(int pServiceType)
Cache type. |
void |
setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos)
LayerCacheInfos object. |
void |
setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
TileCacheInfo object. |
void |
setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo)
TileImageInfo object. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ICacheDescriptionInfoProxy()
public ICacheDescriptionInfoProxy(Object obj)
throws IOException
IOException
protected ICacheDescriptionInfoProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public ITileCacheInfo getTileCacheInfo()
throws IOException,
AutomationException
getTileCacheInfo in interface ICacheDescriptionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
throws IOException,
AutomationException
setTileCacheInfoByRef in interface ICacheDescriptionInfoppTileCacheInfo - A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITileImageInfo getTileImageInfo()
throws IOException,
AutomationException
getTileImageInfo in interface ICacheDescriptionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileImageInfoByRef(ITileImageInfo ppTileIamgeInfo)
throws IOException,
AutomationException
setTileImageInfoByRef in interface ICacheDescriptionInfoppTileIamgeInfo - A reference to a com.esri.arcgis.carto.ITileImageInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICacheControlInfo getCacheControlInfo()
throws IOException,
AutomationException
getCacheControlInfo in interface ICacheDescriptionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheControlInfoByRef(ICacheControlInfo ppCacheControlInfo)
throws IOException,
AutomationException
setCacheControlInfoByRef in interface ICacheDescriptionInfoppCacheControlInfo - A reference to a com.esri.arcgis.carto.ICacheControlInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayerCacheInfos getLayerCacheInfos()
throws IOException,
AutomationException
getLayerCacheInfos in interface ICacheDescriptionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerCacheInfosByRef(ILayerCacheInfos ppLayerCacheInfos)
throws IOException,
AutomationException
setLayerCacheInfosByRef in interface ICacheDescriptionInfoppLayerCacheInfos - A reference to a com.esri.arcgis.carto.ILayerCacheInfos (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCacheType()
throws IOException,
AutomationException
getCacheType in interface ICacheDescriptionInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheType(int pServiceType)
throws IOException,
AutomationException
setCacheType in interface ICacheDescriptionInfopServiceType - A com.esri.arcgis.carto.esriCachedMapServiceType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||