com.esri.arcgis.carto
Class IACValueMapRendererProxy

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

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

Description: 'Provides access to members that control ArcIMS value map 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 IACValueMapRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IACValueMapRenderer, 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.IACValueMapRenderer
IID, IIDdd43e233_4b52_4d46_9897_3bfe7638d3e8
 
Constructor Summary
  IACValueMapRendererProxy()
          Deprecated. For internal use only
  IACValueMapRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IACValueMapRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IACValueMapRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IACValueMapRendererProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void add(IACSymbol symbol, int range, java.lang.String value, java.lang.String label, java.lang.String lower, java.lang.String upper)
          Deprecated. Adds a value and corresponding symbol to the list.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clear()
          Deprecated. Clears all values.
 int getCount()
          Deprecated. Number of unique values used to categorize the data.
 java.lang.String getLabel(int index)
          Deprecated. Label for the specified value.
 java.lang.String getLookupField()
          Deprecated. Field name that is used to categorize features.
 java.lang.String getLower(int index)
          Deprecated. The lower value of the range.
 int getRangeType(int index)
          Deprecated. The type of categorization for the values within the specified field.
 IACSymbol getSymbol(int index)
          Deprecated. Symbol associated with the specified value.
 java.lang.String getUpper(int index)
          Deprecated. The upper value of the range.
 java.lang.String getValue(int index)
          Deprecated. The unique value for the specified field.
 void remove(int index)
          Deprecated. Removes a value.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLabel(int index, java.lang.String label)
          Deprecated. Label for the specified value.
 void setLookupField(java.lang.String lookupField)
          Deprecated. Field name that is used to categorize features.
 void setLower(int index, java.lang.String value)
          Deprecated. The lower value of the range.
 void setRangeType(int index, int range)
          Deprecated. The type of categorization for the values within the specified field.
 void setSymbol(int index, IACSymbol symbol)
          Deprecated. Symbol associated with the specified value.
 void setUpper(int index, java.lang.String value)
          Deprecated. The upper value of the range.
 void setValue(int index, java.lang.String value)
          Deprecated. The unique value for the specified field.
 
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

IACValueMapRendererProxy

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

IACValueMapRendererProxy

public IACValueMapRendererProxy()
Deprecated. 
For internal use only


IACValueMapRendererProxy

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

IACValueMapRendererProxy

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

IACValueMapRendererProxy

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

getLookupField

public java.lang.String getLookupField()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Field name that is used to categorize features.

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

setLookupField

public void setLookupField(java.lang.String lookupField)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Field name that is used to categorize features.

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

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of unique values used to categorize the data.

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

getSymbol

public IACSymbol getSymbol(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Symbol associated with the specified value.

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

setSymbol

public void setSymbol(int index,
                      IACSymbol symbol)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Symbol associated with the specified value.

Specified by:
setSymbol in interface IACValueMapRenderer
Parameters:
index - The index (in)
symbol - A reference to a com.esri.arcgis.carto.IACSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRangeType

public int getRangeType(int index)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The type of categorization for the values within the specified field.

Specified by:
getRangeType in interface IACValueMapRenderer
Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.carto.acRangeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRangeType

public void setRangeType(int index,
                         int range)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The type of categorization for the values within the specified field.

Specified by:
setRangeType in interface IACValueMapRenderer
Parameters:
index - The index (in)
range - A com.esri.arcgis.carto.acRangeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public java.lang.String getValue(int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The unique value for the specified field.

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

setValue

public void setValue(int index,
                     java.lang.String value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The unique value for the specified field.

Specified by:
setValue in interface IACValueMapRenderer
Parameters:
index - The index (in)
value - The value (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 index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Label for the specified value.

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

setLabel

public void setLabel(int index,
                     java.lang.String label)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Label for the specified value.

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

getUpper

public java.lang.String getUpper(int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The upper value of the range.

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

setUpper

public void setUpper(int index,
                     java.lang.String value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The upper value of the range.

Specified by:
setUpper in interface IACValueMapRenderer
Parameters:
index - The index (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLower

public java.lang.String getLower(int index)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The lower value of the range.

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

setLower

public void setLower(int index,
                     java.lang.String value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The lower value of the range.

Specified by:
setLower in interface IACValueMapRenderer
Parameters:
index - The index (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

public void add(IACSymbol symbol,
                int range,
                java.lang.String value,
                java.lang.String label,
                java.lang.String lower,
                java.lang.String upper)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Adds a value and corresponding symbol to the list.

Specified by:
add in interface IACValueMapRenderer
Parameters:
symbol - A reference to a com.esri.arcgis.carto.IACSymbol (in)
range - A com.esri.arcgis.carto.acRangeType constant (in)
value - The value (in)
label - The label (in)
lower - The lower (in)
upper - The upper (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Clears all values.

Specified by:
clear in interface IACValueMapRenderer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int index)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Removes a value.

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