| 
|||||||||
| 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.IMapCacheToRasterFunctionArgumentProxy
public class IMapCacheToRasterFunctionArgumentProxy
Provides access to members that control a map cache to raster function.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IMapCacheToRasterFunctionArgumentProxy()
 | 
  | 
IMapCacheToRasterFunctionArgumentProxy(Object obj)
 | 
protected  | 
IMapCacheToRasterFunctionArgumentProxy(Object obj,
                                       String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            Object theSource)
 | 
 IColor | 
getBackgroundColor()
Set the background color.  | 
 ITable | 
getCacheDataTable()
Set the cache data table.  | 
 String | 
getCacheLocation()
Set the cache location.  | 
 ITable | 
getCacheTable()
Set the cache table.  | 
 IEnvelope | 
getExtent()
Set the cache extent.  | 
 IColor | 
getTransparentColor()
Set the transparent color.  | 
 void | 
removeListener(String iidStr,
               Object theListener)
 | 
 void | 
setBackgroundColorByRef(IColor ppBackgroundColor)
Set the background color.  | 
 void | 
setCacheDataTableByRef(ITable ppCacheDataTable)
Set the cache data table.  | 
 void | 
setCacheLocation(String pCachePath)
Set the cache location.  | 
 void | 
setCacheTableByRef(ITable ppCacheTable)
Set the cache table.  | 
 void | 
setExtentByRef(IEnvelope ppEnvelope)
Set the cache extent.  | 
 void | 
setTransparentColorByRef(IColor ppTransparentColor)
Set the transparent color.  | 
| 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 boolean noncastable
| Constructor Detail | 
|---|
public IMapCacheToRasterFunctionArgumentProxy()
public IMapCacheToRasterFunctionArgumentProxy(Object obj)
                                       throws IOException
IOException
protected IMapCacheToRasterFunctionArgumentProxy(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 void setCacheLocation(String pCachePath)
                      throws IOException,
                             AutomationException
setCacheLocation in interface IMapCacheToRasterFunctionArgumentpCachePath - The pCachePath  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCacheLocation()
                        throws IOException,
                               AutomationException
getCacheLocation in interface IMapCacheToRasterFunctionArgumentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtentByRef(IEnvelope ppEnvelope)
                    throws IOException,
                           AutomationException
setExtentByRef in interface IMapCacheToRasterFunctionArgumentppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
                    throws IOException,
                           AutomationException
getExtent in interface IMapCacheToRasterFunctionArgumentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheTableByRef(ITable ppCacheTable)
                        throws IOException,
                               AutomationException
setCacheTableByRef in interface IMapCacheToRasterFunctionArgumentppCacheTable - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getCacheTable()
                     throws IOException,
                            AutomationException
getCacheTable in interface IMapCacheToRasterFunctionArgumentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheDataTableByRef(ITable ppCacheDataTable)
                            throws IOException,
                                   AutomationException
setCacheDataTableByRef in interface IMapCacheToRasterFunctionArgumentppCacheDataTable - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getCacheDataTable()
                         throws IOException,
                                AutomationException
getCacheDataTable in interface IMapCacheToRasterFunctionArgumentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBackgroundColorByRef(IColor ppBackgroundColor)
                             throws IOException,
                                    AutomationException
setBackgroundColorByRef in interface IMapCacheToRasterFunctionArgumentppBackgroundColor - A reference to a com.esri.arcgis.display.IColor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getBackgroundColor()
                          throws IOException,
                                 AutomationException
getBackgroundColor in interface IMapCacheToRasterFunctionArgumentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparentColorByRef(IColor ppTransparentColor)
                              throws IOException,
                                     AutomationException
setTransparentColorByRef in interface IMapCacheToRasterFunctionArgumentppTransparentColor - A reference to a com.esri.arcgis.display.IColor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getTransparentColor()
                           throws IOException,
                                  AutomationException
getTransparentColor in interface IMapCacheToRasterFunctionArgumentIOException - 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 | ||||||||