com.esri.arcgis.carto
Class IRasterUniqueValueRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterUniqueValueRendererProxy
All Implemented Interfaces:
IRasterUniqueValueRenderer, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that relate to the unique value rendering of rasters.' 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 IRasterUniqueValueRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterUniqueValueRenderer, 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.IRasterUniqueValueRenderer
IID, IID279369a8_57da_11d2_aab1_00c04fa33416
 
Constructor Summary
  IRasterUniqueValueRendererProxy()
          Deprecated. For internal use only
  IRasterUniqueValueRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterUniqueValueRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterUniqueValueRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterUniqueValueRendererProxy(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.  
 void addValue(int iHeading, int iClass, java.lang.Object value)
          Deprecated. Adds a value to a particular class in the specified heading.
 int getClassCount(int iHeading)
          Deprecated. Number of classes in the specified heading.
 java.lang.String getColorScheme()
          Deprecated. Current renderer color scheme.
 java.lang.String getDefaultLabel()
          Deprecated. Default label for the unique value renderer.
 ISymbol getDefaultSymbol()
          Deprecated. Default unique value renderer.
 java.lang.String getDescription(int iHeading, int iClass)
          Deprecated. Description for a particular class in the specified heading.
 java.lang.String getField()
          Deprecated. Currently active renderer field.
 java.lang.String getHeading(int iHeading)
          Deprecated. One heading in the heading list based on its index.
 int getHeadingCount()
          Deprecated. Number of headings used by the renderer.
 java.lang.String getLabel(int iHeading, int iClass)
          Deprecated. Label for a particular class in the specified heading.
 ISymbol getSymbol(int iHeading, int iClass)
          Deprecated. Symbol for a particular class in the specified heading.
 java.lang.Object getValue(int iHeading, int iClass, int iValue)
          Deprecated. Value of a particular class in the specified heading based on its index.
 int getValueCount(int iHeading, int iClass)
          Deprecated. Number of values in a particular class in the specified heading.
 boolean isUseDefaultSymbol()
          Deprecated. Indicates whether the default unique value renderer is currently active.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeValues(int iHeading, int iClass)
          Deprecated. Removes a value from a particular class in the specified heading.
 void setClassCount(int iHeading, int pCount)
          Deprecated. Number of classes in the specified heading.
 void setColorScheme(java.lang.String pName)
          Deprecated. Current renderer color scheme.
 void setDefaultLabel(java.lang.String pLabel)
          Deprecated. Default label for the unique value renderer.
 void setDefaultSymbolByRef(ISymbol ppSymbol)
          Deprecated. Default unique value renderer.
 void setDescription(int iHeading, int iClass, java.lang.String pDescription)
          Deprecated. Description for a particular class in the specified heading.
 void setField(java.lang.String pField)
          Deprecated. Currently active renderer field.
 void setHeading(int iHeading, java.lang.String pHeading)
          Deprecated. One heading in the heading list based on its index.
 void setHeadingCount(int pCount)
          Deprecated. Number of headings used by the renderer.
 void setLabel(int iHeading, int iClass, java.lang.String pLabel)
          Deprecated. Label for a particular class in the specified heading.
 void setSymbol(int iHeading, int iClass, ISymbol pSymbol)
          Deprecated. Symbol for a particular class in the specified heading.
 void setUseDefaultSymbol(boolean pFlag)
          Deprecated. Indicates whether the default unique value renderer is currently active.
 
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

IRasterUniqueValueRendererProxy

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

IRasterUniqueValueRendererProxy

public IRasterUniqueValueRendererProxy()
Deprecated. 
For internal use only


IRasterUniqueValueRendererProxy

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

IRasterUniqueValueRendererProxy

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

IRasterUniqueValueRendererProxy

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

setUseDefaultSymbol

public void setUseDefaultSymbol(boolean pFlag)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether the default unique value renderer is currently active.

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

isUseDefaultSymbol

public boolean isUseDefaultSymbol()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the default unique value renderer is currently active.

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

setDefaultSymbolByRef

public void setDefaultSymbolByRef(ISymbol ppSymbol)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Default unique value renderer.

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

getDefaultSymbol

public ISymbol getDefaultSymbol()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Default unique value renderer.

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

setDefaultLabel

public void setDefaultLabel(java.lang.String pLabel)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Default label for the unique value renderer.

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

getDefaultLabel

public java.lang.String getDefaultLabel()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Default label for the unique value renderer.

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

setField

public void setField(java.lang.String pField)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Currently active renderer field.

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

getField

public java.lang.String getField()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Currently active renderer field.

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

setColorScheme

public void setColorScheme(java.lang.String pName)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Current renderer color scheme.

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

getColorScheme

public java.lang.String getColorScheme()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Current renderer color scheme.

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

setHeadingCount

public void setHeadingCount(int pCount)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of headings used by the renderer.

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

getHeadingCount

public int getHeadingCount()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Number of headings used by the renderer.

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

setHeading

public void setHeading(int iHeading,
                       java.lang.String pHeading)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
One heading in the heading list based on its index.

Specified by:
setHeading in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
pHeading - The pHeading (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeading

public java.lang.String getHeading(int iHeading)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
One heading in the heading list based on its index.

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

setClassCount

public void setClassCount(int iHeading,
                          int pCount)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Number of classes in the specified heading.

Specified by:
setClassCount in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
pCount - The pCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassCount

public int getClassCount(int iHeading)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of classes in the specified heading.

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

setSymbol

public void setSymbol(int iHeading,
                      int iClass,
                      ISymbol pSymbol)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Symbol for a particular class in the specified heading.

Specified by:
setSymbol in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
pSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbol

public ISymbol getSymbol(int iHeading,
                         int iClass)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Symbol for a particular class in the specified heading.

Specified by:
getSymbol in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabel

public void setLabel(int iHeading,
                     int iClass,
                     java.lang.String pLabel)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Label for a particular class in the specified heading.

Specified by:
setLabel in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
pLabel - The pLabel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabel

public java.lang.String getLabel(int iHeading,
                                 int iClass)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Label for a particular class in the specified heading.

Specified by:
getLabel in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
Returns:
The pLabel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

public void setDescription(int iHeading,
                           int iClass,
                           java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Description for a particular class in the specified heading.

Specified by:
setDescription in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
pDescription - The pDescription (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription(int iHeading,
                                       int iClass)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Description for a particular class in the specified heading.

Specified by:
getDescription in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
Returns:
The pDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addValue

public void addValue(int iHeading,
                     int iClass,
                     java.lang.Object value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a value to a particular class in the specified heading.

Specified by:
addValue in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeValues

public void removeValues(int iHeading,
                         int iClass)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Removes a value from a particular class in the specified heading.

Specified by:
removeValues in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueCount

public int getValueCount(int iHeading,
                         int iClass)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of values in a particular class in the specified heading.

Specified by:
getValueCount in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.Object getValue(int iHeading,
                                 int iClass,
                                 int iValue)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Value of a particular class in the specified heading based on its index.

Specified by:
getValue in interface IRasterUniqueValueRenderer
Parameters:
iHeading - The iHeading (in)
iClass - The iClass (in)
iValue - The iValue (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.