|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheToRasterFunctionArgument
Provides access to members that control a map cache to raster function.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void setCacheLocation(String pCachePath) throws IOException, AutomationException
pCachePath
- The pCachePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCacheLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppEnvelope) throws IOException, AutomationException
ppEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheTableByRef(ITable ppCacheTable) throws IOException, AutomationException
ppCacheTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getCacheTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheDataTableByRef(ITable ppCacheDataTable) throws IOException, AutomationException
ppCacheDataTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getCacheDataTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColorByRef(IColor ppBackgroundColor) throws IOException, AutomationException
ppBackgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColorByRef(IColor ppTransparentColor) throws IOException, AutomationException
ppTransparentColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getTransparentColor() throws IOException, AutomationException
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 |