com.esri.arcgis.datasourcesraster
Class IColormapFunctionArgumentsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IColormapFunctionArgumentsProxy
All Implemented Interfaces:
IColormapFunctionArguments, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IColormapFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control colormap function arguments.' 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 =

public class IColormapFunctionArgumentsProxy
extends com.esri.arcgis.interop.Dispatch
implements IColormapFunctionArguments, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.datasourcesraster.IColormapFunctionArguments
IID, IID1dff6065_c6cc_4d45_9b06_d59e6caa6797
 
Constructor Summary
  IColormapFunctionArgumentsProxy()
          Deprecated. For internal use only
  IColormapFunctionArgumentsProxy(java.lang.Object obj)
          Deprecated.  
protected IColormapFunctionArgumentsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IColormapFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IColormapFunctionArgumentsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IRasterColormap getColormap()
          Deprecated. The raster colormap.
 java.lang.String getColormapName()
          Deprecated. The pre-defined colormap name, e.g.
 IColorRamp getColorRamp()
          Deprecated. The input color ramp.
 java.lang.Object getRaster()
          Deprecated. The source raster object.
 void loadFrom(java.lang.String colormapFileName)
          Deprecated. Loads from a colormap file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setColormapByRef(IRasterColormap ppColormap)
          Deprecated. The raster colormap.
 void setColormapName(java.lang.String pColormapName)
          Deprecated. The pre-defined colormap name, e.g.
 void setColorRampByRef(IColorRamp ppColorRamp)
          Deprecated. The input color ramp.
 void setRasterByRef(java.lang.Object ppRaster)
          Deprecated. The source raster object.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IColormapFunctionArgumentsProxy

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

IColormapFunctionArgumentsProxy

public IColormapFunctionArgumentsProxy()
Deprecated. 
For internal use only


IColormapFunctionArgumentsProxy

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

IColormapFunctionArgumentsProxy

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

IColormapFunctionArgumentsProxy

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

getRaster

public java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The source raster object.

Specified by:
getRaster in interface IColormapFunctionArguments
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

public void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The source raster object.

Specified by:
setRasterByRef in interface IColormapFunctionArguments
Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColormapName

public java.lang.String getColormapName()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.

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

setColormapName

public void setColormapName(java.lang.String pColormapName)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.

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

getColormap

public IRasterColormap getColormap()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The raster colormap.

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

setColormapByRef

public void setColormapByRef(IRasterColormap ppColormap)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The raster colormap.

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

getColorRamp

public IColorRamp getColorRamp()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The input color ramp.

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

setColorRampByRef

public void setColorRampByRef(IColorRamp ppColorRamp)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The input color ramp.

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

loadFrom

public void loadFrom(java.lang.String colormapFileName)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Loads from a colormap file.

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