com.esri.arcgis.carto
Interface IMapCacheToRasterFunctionArgument

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCacheToRasterFunctionArgumentProxy

public interface IMapCacheToRasterFunctionArgument
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2dd8eb38_c743_41b4_8483_c26950ce1723
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID2dd8eb38_c743_41b4_8483_c26950ce1723

static final int IID2dd8eb38_c743_41b4_8483_c26950ce1723
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCacheLocation

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

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

getCacheLocation

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

Returns:
The pCachePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.