com.esri.arcgis.carto
Class IProportionalSymbolRendererProxy

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

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

Description: 'Provides access to members that control the drawing of varying size symbols for each feature, each sized in proportion to a field value.' 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 IProportionalSymbolRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IProportionalSymbolRenderer, 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.IProportionalSymbolRenderer
IID, IIDec45bfa6_8efc_11d2_ab21_00c04fa334b3
 
Constructor Summary
  IProportionalSymbolRendererProxy()
          Deprecated. For internal use only
  IProportionalSymbolRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IProportionalSymbolRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IProportionalSymbolRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IProportionalSymbolRendererProxy(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 createLegendSymbols()
          Deprecated. Creates the legend.
 IFillSymbol getBackgroundSymbol()
          Deprecated. Background fill symbol used when proportional marker symbols are draw on polygon features.
 java.lang.String getField()
          Deprecated. Value field.
 int getLegendSymbolCount()
          Deprecated. Number of symbols displayed in the TOC and legend.
 ISymbol getMinSymbol()
          Deprecated. Symbol used to draw feature with the normalized minimum data value.
 java.lang.String getNormField()
          Deprecated. Normalization field.
 int getValueRepresentation()
          Deprecated. Representation type of the value field.
 int getValueUnit()
          Deprecated. Units of the value field.
 boolean isFlanneryCompensation()
          Deprecated. Indicates if Flannery Compensation is applied.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBackgroundSymbol(IFillSymbol sym)
          Deprecated. Background fill symbol used when proportional marker symbols are draw on polygon features.
 void setField(java.lang.String field)
          Deprecated. Value field.
 void setFlanneryCompensation(boolean flag)
          Deprecated. Indicates if Flannery Compensation is applied.
 void setLegendSymbolCount(int num)
          Deprecated. Number of symbols displayed in the TOC and legend.
 void setMaxDataValue(double rhs1)
          Deprecated. Normalized maximum data value.
 void setMinDataValue(double rhs1)
          Deprecated. Normalized minimum data value.
 void setMinSymbol(ISymbol sym)
          Deprecated. Symbol used to draw feature with the normalized minimum data value.
 void setNormField(java.lang.String field)
          Deprecated. Normalization field.
 void setValueRepresentation(int rep)
          Deprecated. Representation type of the value field.
 void setValueUnit(int unit)
          Deprecated. Units of the value 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

IProportionalSymbolRendererProxy

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

IProportionalSymbolRendererProxy

public IProportionalSymbolRendererProxy()
Deprecated. 
For internal use only


IProportionalSymbolRendererProxy

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

IProportionalSymbolRendererProxy

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

IProportionalSymbolRendererProxy

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

getField

public java.lang.String getField()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Value field.

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

setField

public void setField(java.lang.String field)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Value field.

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

getNormField

public java.lang.String getNormField()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Normalization field.

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

setNormField

public void setNormField(java.lang.String field)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Normalization field.

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

setMaxDataValue

public void setMaxDataValue(double rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Normalized maximum data value.

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

setMinDataValue

public void setMinDataValue(double rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Normalized minimum data value.

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

getMinSymbol

public ISymbol getMinSymbol()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Symbol used to draw feature with the normalized minimum data value.

Specified by:
getMinSymbol in interface IProportionalSymbolRenderer
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.

setMinSymbol

public void setMinSymbol(ISymbol sym)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Symbol used to draw feature with the normalized minimum data value.

Specified by:
setMinSymbol in interface IProportionalSymbolRenderer
Parameters:
sym - 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.

getValueUnit

public int getValueUnit()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Units of the value field.

Specified by:
getValueUnit in interface IProportionalSymbolRenderer
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueUnit

public void setValueUnit(int unit)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Units of the value field.

Specified by:
setValueUnit in interface IProportionalSymbolRenderer
Parameters:
unit - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueRepresentation

public int getValueRepresentation()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Representation type of the value field.

Specified by:
getValueRepresentation in interface IProportionalSymbolRenderer
Returns:
A com.esri.arcgis.carto.esriValueRepresentations constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueRepresentation

public void setValueRepresentation(int rep)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Representation type of the value field.

Specified by:
setValueRepresentation in interface IProportionalSymbolRenderer
Parameters:
rep - A com.esri.arcgis.carto.esriValueRepresentations constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFlanneryCompensation

public boolean isFlanneryCompensation()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if Flannery Compensation is applied.

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

setFlanneryCompensation

public void setFlanneryCompensation(boolean flag)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if Flannery Compensation is applied.

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

getLegendSymbolCount

public int getLegendSymbolCount()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Number of symbols displayed in the TOC and legend.

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

setLegendSymbolCount

public void setLegendSymbolCount(int num)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of symbols displayed in the TOC and legend.

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

getBackgroundSymbol

public IFillSymbol getBackgroundSymbol()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Background fill symbol used when proportional marker symbols are draw on polygon features.

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

setBackgroundSymbol

public void setBackgroundSymbol(IFillSymbol sym)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Background fill symbol used when proportional marker symbols are draw on polygon features.

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

createLegendSymbols

public void createLegendSymbols()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Creates the legend. Call after all properties have been set.

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