|
|||||||||
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
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 =
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapCacheToRasterFunctionArgumentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapCacheToRasterFunctionArgumentProxy()
public IMapCacheToRasterFunctionArgumentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapCacheToRasterFunctionArgumentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapCacheToRasterFunctionArgumentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setCacheLocation(java.lang.String pCachePath) throws java.io.IOException, AutomationException
setCacheLocation
in interface IMapCacheToRasterFunctionArgument
pCachePath
- The pCachePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCacheLocation() throws java.io.IOException, AutomationException
getCacheLocation
in interface IMapCacheToRasterFunctionArgument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppEnvelope) throws java.io.IOException, AutomationException
setExtentByRef
in interface IMapCacheToRasterFunctionArgument
ppEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IMapCacheToRasterFunctionArgument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheTableByRef(ITable ppCacheTable) throws java.io.IOException, AutomationException
setCacheTableByRef
in interface IMapCacheToRasterFunctionArgument
ppCacheTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getCacheTable() throws java.io.IOException, AutomationException
getCacheTable
in interface IMapCacheToRasterFunctionArgument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheDataTableByRef(ITable ppCacheDataTable) throws java.io.IOException, AutomationException
setCacheDataTableByRef
in interface IMapCacheToRasterFunctionArgument
ppCacheDataTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getCacheDataTable() throws java.io.IOException, AutomationException
getCacheDataTable
in interface IMapCacheToRasterFunctionArgument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColorByRef(IColor ppBackgroundColor) throws java.io.IOException, AutomationException
setBackgroundColorByRef
in interface IMapCacheToRasterFunctionArgument
ppBackgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getBackgroundColor() throws java.io.IOException, AutomationException
getBackgroundColor
in interface IMapCacheToRasterFunctionArgument
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparentColorByRef(IColor ppTransparentColor) throws java.io.IOException, AutomationException
setTransparentColorByRef
in interface IMapCacheToRasterFunctionArgument
ppTransparentColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getTransparentColor() throws java.io.IOException, AutomationException
getTransparentColor
in interface IMapCacheToRasterFunctionArgument
java.io.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 |