com.esri.arcgis.carto
Class ITinUniqueValueRendererProxy

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

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

Description: 'Provides access to members that assign symbols to TIN features based upon tag value or edge type.' 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 ITinUniqueValueRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements ITinUniqueValueRenderer, 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.ITinUniqueValueRenderer
IID, IIDaa8745c7_aa66_11d2_81fa_00104bc4cd03
 
Constructor Summary
  ITinUniqueValueRendererProxy()
          Deprecated. For internal use only
  ITinUniqueValueRendererProxy(java.lang.Object obj)
          Deprecated.  
protected ITinUniqueValueRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinUniqueValueRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinUniqueValueRendererProxy(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 addReferenceValue(java.lang.String value, java.lang.String refValue)
          Deprecated. Adds a value that references another value.
 void addValue(java.lang.String value, java.lang.String heading, ISymbol symbol)
          Deprecated. Adds a value and a symbol to the list of categories, for multivariate Values, value is a comma separated list of values.
 java.lang.String getColorScheme()
          Deprecated. Name of Color Scheme (used in UI only).
 java.lang.String getDefaultLabel()
          Deprecated. The default label used for unspecified values.
 ISymbol getDefaultSymbol()
          Deprecated. The default symbol used for unspecified values (may be NULL).
 java.lang.String getDescription(java.lang.String value)
          Deprecated. The description for the label.
 java.lang.String getHeading(java.lang.String value)
          Deprecated. The heading in which the given value is contained.
 java.lang.String getLabel(java.lang.String value)
          Deprecated. The label used to display the given value.
 java.lang.String getLookupStyleset()
          Deprecated. Name of Styleset for Lookup Symbols(used in UI only).
 java.lang.String getReferenceValue(java.lang.String value)
          Deprecated. The reference value for the given value.
 ISymbol getSymbol(java.lang.String value)
          Deprecated. The symbol associated with the given value.
 java.lang.String getValue(int index)
          Deprecated. The value at the given index.
 int getValueCount()
          Deprecated. The number of values used to categorize the data.
 boolean isUseDefaultSymbol()
          Deprecated. Indicates if the default symbol is used for drawing unspecified values.
 void removeAllValues()
          Deprecated. Removes all values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeValue(java.lang.String value)
          Deprecated. Removes a values from the list of categories.
 void setColorScheme(java.lang.String name)
          Deprecated. Name of Color Scheme (used in UI only).
 void setDefaultLabel(java.lang.String label)
          Deprecated. The default label used for unspecified values.
 void setDefaultSymbolByRef(ISymbol symbol)
          Deprecated. The default symbol used for unspecified values (may be NULL).
 void setDescription(java.lang.String value, java.lang.String text)
          Deprecated. The description for the label.
 void setHeading(java.lang.String value, java.lang.String heading)
          Deprecated. The heading in which the given value is contained.
 void setLabel(java.lang.String value, java.lang.String label)
          Deprecated. The label used to display the given value.
 void setLookupStyleset(java.lang.String name)
          Deprecated. Name of Styleset for Lookup Symbols(used in UI only).
 void setSymbol(java.lang.String value, ISymbol symbol)
          Deprecated. The symbol associated with the given value.
 void setUseDefaultSymbol(boolean flag)
          Deprecated. Indicates if the default symbol is used for drawing unspecified values.
 void setValue(int index, java.lang.String value)
          Deprecated. The value at the given index.
 
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

ITinUniqueValueRendererProxy

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

ITinUniqueValueRendererProxy

public ITinUniqueValueRendererProxy()
Deprecated. 
For internal use only


ITinUniqueValueRendererProxy

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

ITinUniqueValueRendererProxy

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

ITinUniqueValueRendererProxy

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

getDefaultSymbol

public ISymbol getDefaultSymbol()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The default symbol used for unspecified values (may be NULL).

Specified by:
getDefaultSymbol in interface ITinUniqueValueRenderer
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.

setDefaultSymbolByRef

public void setDefaultSymbolByRef(ISymbol symbol)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The default symbol used for unspecified values (may be NULL).

Specified by:
setDefaultSymbolByRef in interface ITinUniqueValueRenderer
Parameters:
symbol - 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.

getDefaultLabel

public java.lang.String getDefaultLabel()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The default label used for unspecified values.

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

setDefaultLabel

public void setDefaultLabel(java.lang.String label)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The default label used for unspecified values.

Specified by:
setDefaultLabel in interface ITinUniqueValueRenderer
Parameters:
label - The label (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 if the default symbol is used for drawing unspecified values.

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

setUseDefaultSymbol

public void setUseDefaultSymbol(boolean flag)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the default symbol is used for drawing unspecified values.

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

getValueCount

public int getValueCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The number of values used to categorize the data.

Specified by:
getValueCount in interface ITinUniqueValueRenderer
Returns:
The valueCount
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 value at the given index.

Specified by:
getValue in interface ITinUniqueValueRenderer
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 value at the given index.

Specified by:
setValue in interface ITinUniqueValueRenderer
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.

getReferenceValue

public java.lang.String getReferenceValue(java.lang.String value)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The reference value for the given value.

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

addReferenceValue

public void addReferenceValue(java.lang.String value,
                              java.lang.String refValue)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Adds a value that references another value.

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

getSymbol

public ISymbol getSymbol(java.lang.String value)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The symbol associated with the given value.

Specified by:
getSymbol in interface ITinUniqueValueRenderer
Parameters:
value - The value (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.

setSymbol

public void setSymbol(java.lang.String value,
                      ISymbol symbol)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The symbol associated with the given value.

Specified by:
setSymbol in interface ITinUniqueValueRenderer
Parameters:
value - The value (in)
symbol - 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.

getLabel

public java.lang.String getLabel(java.lang.String value)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The label used to display the given value.

Specified by:
getLabel in interface ITinUniqueValueRenderer
Parameters:
value - The value (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(java.lang.String value,
                     java.lang.String label)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The label used to display the given value.

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

getDescription

public java.lang.String getDescription(java.lang.String value)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description for the label.

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

setDescription

public void setDescription(java.lang.String value,
                           java.lang.String text)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The description for the label.

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

getHeading

public java.lang.String getHeading(java.lang.String value)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The heading in which the given value is contained.

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

setHeading

public void setHeading(java.lang.String value,
                       java.lang.String heading)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The heading in which the given value is contained.

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

addValue

public void addValue(java.lang.String value,
                     java.lang.String heading,
                     ISymbol symbol)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Adds a value and a symbol to the list of categories, for multivariate Values, value is a comma separated list of values.

Specified by:
addValue in interface ITinUniqueValueRenderer
Parameters:
value - The value (in)
heading - The heading (in)
symbol - 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.

removeValue

public void removeValue(java.lang.String value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Removes a values from the list of categories.

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

removeAllValues

public void removeAllValues()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Removes all values.

Specified by:
removeAllValues in interface ITinUniqueValueRenderer
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. 
Name of Color Scheme (used in UI only).

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

setColorScheme

public void setColorScheme(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Name of Color Scheme (used in UI only).

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

getLookupStyleset

public java.lang.String getLookupStyleset()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Name of Styleset for Lookup Symbols(used in UI only).

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

setLookupStyleset

public void setLookupStyleset(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Name of Styleset for Lookup Symbols(used in UI only).

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