com.esri.arcgis.carto
Class IMapCacheToRasterFunctionArgumentProxy

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

public class IMapCacheToRasterFunctionArgumentProxy
extends com.esri.arcgis.interop.Dispatch
implements IMapCacheToRasterFunctionArgument, java.io.Serializable

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

Description: 'Provides access to members that control a map cache to raster function.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IMapCacheToRasterFunctionArgument
IID, IID2dd8eb38_c743_41b4_8483_c26950ce1723
 
Constructor Summary
  IMapCacheToRasterFunctionArgumentProxy()
          For internal use only
  IMapCacheToRasterFunctionArgumentProxy(java.lang.Object obj)
           
protected IMapCacheToRasterFunctionArgumentProxy(java.lang.Object obj, java.lang.String iid)
           
  IMapCacheToRasterFunctionArgumentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IMapCacheToRasterFunctionArgumentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IColor getBackgroundColor()
          Set the background color.
 ITable getCacheDataTable()
          Set the cache data table.
 java.lang.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(java.lang.String iidStr, java.lang.Object theListener)
           
 void setBackgroundColorByRef(IColor ppBackgroundColor)
          Set the background color.
 void setCacheDataTableByRef(ITable ppCacheDataTable)
          Set the cache data table.
 void setCacheLocation(java.lang.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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IMapCacheToRasterFunctionArgumentProxy

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

IMapCacheToRasterFunctionArgumentProxy

public IMapCacheToRasterFunctionArgumentProxy()
For internal use only


IMapCacheToRasterFunctionArgumentProxy

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

IMapCacheToRasterFunctionArgumentProxy

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

IMapCacheToRasterFunctionArgumentProxy

protected IMapCacheToRasterFunctionArgumentProxy(java.lang.String CLSID,
                                                 java.lang.String iid,
                                                 java.lang.String host,
                                                 com.esri.arcgis.interop.AuthInfo authInfo)
                                          throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCacheLocation

public void setCacheLocation(java.lang.String pCachePath)
                      throws java.io.IOException,
                             AutomationException
Set the cache location.

Specified by:
setCacheLocation in interface IMapCacheToRasterFunctionArgument
Parameters:
pCachePath - The pCachePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheLocation

public java.lang.String getCacheLocation()
                                  throws java.io.IOException,
                                         AutomationException
Set the cache location.

Specified by:
getCacheLocation in interface IMapCacheToRasterFunctionArgument
Returns:
The pCachePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

public void setExtentByRef(IEnvelope ppEnvelope)
                    throws java.io.IOException,
                           AutomationException
Set the cache extent.

Specified by:
setExtentByRef in interface IMapCacheToRasterFunctionArgument
Parameters:
ppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Set the cache extent.

Specified by:
getExtent in interface IMapCacheToRasterFunctionArgument
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheTableByRef

public void setCacheTableByRef(ITable ppCacheTable)
                        throws java.io.IOException,
                               AutomationException
Set the cache table.

Specified by:
setCacheTableByRef in interface IMapCacheToRasterFunctionArgument
Parameters:
ppCacheTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheTable

public ITable getCacheTable()
                     throws java.io.IOException,
                            AutomationException
Set the cache table.

Specified by:
getCacheTable in interface IMapCacheToRasterFunctionArgument
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheDataTableByRef

public void setCacheDataTableByRef(ITable ppCacheDataTable)
                            throws java.io.IOException,
                                   AutomationException
Set the cache data table.

Specified by:
setCacheDataTableByRef in interface IMapCacheToRasterFunctionArgument
Parameters:
ppCacheDataTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheDataTable

public ITable getCacheDataTable()
                         throws java.io.IOException,
                                AutomationException
Set the cache data table.

Specified by:
getCacheDataTable in interface IMapCacheToRasterFunctionArgument
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColorByRef

public void setBackgroundColorByRef(IColor ppBackgroundColor)
                             throws java.io.IOException,
                                    AutomationException
Set the background color.

Specified by:
setBackgroundColorByRef in interface IMapCacheToRasterFunctionArgument
Parameters:
ppBackgroundColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
Set the background color.

Specified by:
getBackgroundColor in interface IMapCacheToRasterFunctionArgument
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparentColorByRef

public void setTransparentColorByRef(IColor ppTransparentColor)
                              throws java.io.IOException,
                                     AutomationException
Set the transparent color.

Specified by:
setTransparentColorByRef in interface IMapCacheToRasterFunctionArgument
Parameters:
ppTransparentColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

public IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
Set the transparent color.

Specified by:
getTransparentColor in interface IMapCacheToRasterFunctionArgument
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.