com.esri.arcgis.carto
Class IRasterRGBRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterRGBRendererProxy
All Implemented Interfaces:
IRasterRGBRenderer, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IRasterRGBRenderer2Proxy

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

Description: 'Provides access to members which control the raster Red/Green/Blue renderer.' 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 IRasterRGBRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterRGBRenderer, 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.carto.IRasterRGBRenderer
IID, IID577f186f_7037_11d2_9f29_00c04f8ed1d7
 
Constructor Summary
  IRasterRGBRendererProxy()
          Deprecated. For internal use only
  IRasterRGBRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterRGBRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterRGBRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterRGBRendererProxy(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 getBlueBandIndex()
          Deprecated. Band to be represented in blue.
 int getGreenBandIndex()
          Deprecated. Band to be represented in green.
 int getRedBandIndex()
          Deprecated. Band to be represented in red.
 boolean isUseBlueBand()
          Deprecated. Indicates if the blue band is used.
 boolean isUseGreenBand()
          Deprecated. Indicates if the green band is used.
 boolean isUseRedBand()
          Deprecated. Indicates if the red band is used.
 void queryBandIndices(int[] redIndex, int[] greenIndex, int[] blueIndex)
          Deprecated. Band numbers for red, green, and blue bands.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandIndices(int redIndex, int greenIndex, int blueIndex)
          Deprecated. Band numbers for red, green, and blue bands.
 void setBlueBandIndex(int blueIndex)
          Deprecated. Band to be represented in blue.
 void setGreenBandIndex(int greenIndex)
          Deprecated. Band to be represented in green.
 void setRedBandIndex(int redIndex)
          Deprecated. Band to be represented in red.
 void setUseBlueBand(boolean bBand)
          Deprecated. Indicates if the blue band is used.
 void setUseGreenBand(boolean bBand)
          Deprecated. Indicates if the green band is used.
 void setUseRedBand(boolean bBand)
          Deprecated. Indicates if the red band is used.
 
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

IRasterRGBRendererProxy

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

IRasterRGBRendererProxy

public IRasterRGBRendererProxy()
Deprecated. 
For internal use only


IRasterRGBRendererProxy

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

IRasterRGBRendererProxy

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

IRasterRGBRendererProxy

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

setBandIndices

public void setBandIndices(int redIndex,
                           int greenIndex,
                           int blueIndex)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Band numbers for red, green, and blue bands.

Specified by:
setBandIndices in interface IRasterRGBRenderer
Parameters:
redIndex - The redIndex (in)
greenIndex - The greenIndex (in)
blueIndex - The blueIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryBandIndices

public void queryBandIndices(int[] redIndex,
                             int[] greenIndex,
                             int[] blueIndex)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Band numbers for red, green, and blue bands.

Specified by:
queryBandIndices in interface IRasterRGBRenderer
Parameters:
redIndex - The redIndex (out: use single element array)
greenIndex - The greenIndex (out: use single element array)
blueIndex - The blueIndex (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRedBandIndex

public int getRedBandIndex()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Band to be represented in red.

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

setRedBandIndex

public void setRedBandIndex(int redIndex)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Band to be represented in red.

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

getGreenBandIndex

public int getGreenBandIndex()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Band to be represented in green.

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

setGreenBandIndex

public void setGreenBandIndex(int greenIndex)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Band to be represented in green.

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

getBlueBandIndex

public int getBlueBandIndex()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Band to be represented in blue.

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

setBlueBandIndex

public void setBlueBandIndex(int blueIndex)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Band to be represented in blue.

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

isUseRedBand

public boolean isUseRedBand()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the red band is used.

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

setUseRedBand

public void setUseRedBand(boolean bBand)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the red band is used.

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

isUseGreenBand

public boolean isUseGreenBand()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the green band is used.

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

setUseGreenBand

public void setUseGreenBand(boolean bBand)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the green band is used.

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

isUseBlueBand

public boolean isUseBlueBand()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the blue band is used.

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

setUseBlueBand

public void setUseBlueBand(boolean bBand)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the blue band is used.

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