com.esri.arcgis.geodatabase
Class IRasterColormapProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRasterColormapProxy
All Implemented Interfaces:
IRasterColormap, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterColormap2Proxy

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

Description: 'Provides access to members that control a raster colormap.' 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 IRasterColormapProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterColormap, 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.geodatabase.IRasterColormap
IID, IID7e7e6105_fa34_11d1_8d22_0000f8780535
 
Constructor Summary
  IRasterColormapProxy()
          Deprecated. For internal use only
  IRasterColormapProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterColormapProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterColormapProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterColormapProxy(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.  
 int bin(double pixval)
          Deprecated. Translates pixel values into integers to index them into the colormap.
 java.lang.Object getBlueValues()
          Deprecated. Array of blue ratios as doubles between 0.0 and 1.0.
 java.lang.Object getColors()
          Deprecated. Array of colors as OLE_COLORs.
 java.lang.Object getGreenValues()
          Deprecated. Array of green ratios as doubles between 0.0 and 1.0.
 java.lang.Object getRedValues()
          Deprecated. Array of red ratios as doubles between 0.0 and 1.0.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBlueValues(java.lang.Object val)
          Deprecated. Array of blue ratios as doubles between 0.0 and 1.0.
 void setColors(java.lang.Object val)
          Deprecated. Array of colors as OLE_COLORs.
 void setGreenValues(java.lang.Object val)
          Deprecated. Array of green ratios as doubles between 0.0 and 1.0.
 void setRedValues(java.lang.Object val)
          Deprecated. Array of red ratios as doubles between 0.0 and 1.0.
 
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

IRasterColormapProxy

public IRasterColormapProxy(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

IRasterColormapProxy

public IRasterColormapProxy()
Deprecated. 
For internal use only


IRasterColormapProxy

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

IRasterColormapProxy

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

IRasterColormapProxy

protected IRasterColormapProxy(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

getRedValues

public java.lang.Object getRedValues()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Array of red ratios as doubles between 0.0 and 1.0.

Specified by:
getRedValues in interface IRasterColormap
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRedValues

public void setRedValues(java.lang.Object val)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Array of red ratios as doubles between 0.0 and 1.0.

Specified by:
setRedValues in interface IRasterColormap
Parameters:
val - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGreenValues

public java.lang.Object getGreenValues()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Array of green ratios as doubles between 0.0 and 1.0.

Specified by:
getGreenValues in interface IRasterColormap
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGreenValues

public void setGreenValues(java.lang.Object val)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Array of green ratios as doubles between 0.0 and 1.0.

Specified by:
setGreenValues in interface IRasterColormap
Parameters:
val - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlueValues

public java.lang.Object getBlueValues()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Array of blue ratios as doubles between 0.0 and 1.0.

Specified by:
getBlueValues in interface IRasterColormap
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlueValues

public void setBlueValues(java.lang.Object val)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Array of blue ratios as doubles between 0.0 and 1.0.

Specified by:
setBlueValues in interface IRasterColormap
Parameters:
val - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColors

public java.lang.Object getColors()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Array of colors as OLE_COLORs.

Specified by:
getColors in interface IRasterColormap
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColors

public void setColors(java.lang.Object val)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Array of colors as OLE_COLORs.

Specified by:
setColors in interface IRasterColormap
Parameters:
val - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

bin

public int bin(double pixval)
        throws java.io.IOException,
               AutomationException
Deprecated. 
Translates pixel values into integers to index them into the colormap.

Specified by:
bin in interface IRasterColormap
Parameters:
pixval - The pixval (in)
Returns:
The bin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.