com.esri.arcgis.carto
Class IDotDensityRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDotDensityRendererProxy
All Implemented Interfaces:
IDotDensityRenderer, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IDotDensityRenderer2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IDotDensityRenderer'. 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 densities of dots within polygon features to represent different quantities.' 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 IDotDensityRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IDotDensityRenderer, 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.IDotDensityRenderer
IID, IID9c7776b7_0421_11d4_9f7c_00c04f6bc709
 
Constructor Summary
  IDotDensityRendererProxy()
          Deprecated. For internal use only
  IDotDensityRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IDotDensityRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDotDensityRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDotDensityRendererProxy(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 createLegend()
          Deprecated. Creates the legend.
 java.lang.String getColorScheme()
          Deprecated. Color scheme, (user interface property only).
 IFeatureLayer getControlLayer()
          Deprecated. Control layer used for masking.
 IDotDensityFillSymbol getDotDensitySymbol()
          Deprecated. The dot density symbol.
 double getDotValue()
          Deprecated. Value of each dot.
 boolean isMaintainSize()
          Deprecated. Indicates if dot size is preserved when zooming (the alternative is that density is preserved).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setColorScheme(java.lang.String name)
          Deprecated. Color scheme, (user interface property only).
 void setControlLayerByRef(IFeatureLayer layer)
          Deprecated. Control layer used for masking.
 void setDotDensitySymbolByRef(IDotDensityFillSymbol symbol)
          Deprecated. The dot density symbol.
 void setDotValue(double value)
          Deprecated. Value of each dot.
 void setMaintainSize(boolean flag)
          Deprecated. Indicates if dot size is preserved when zooming (the alternative is that density is preserved).
 
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

IDotDensityRendererProxy

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

IDotDensityRendererProxy

public IDotDensityRendererProxy()
Deprecated. 
For internal use only


IDotDensityRendererProxy

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

IDotDensityRendererProxy

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

IDotDensityRendererProxy

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

getDotDensitySymbol

public IDotDensityFillSymbol getDotDensitySymbol()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The dot density symbol.

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

setDotDensitySymbolByRef

public void setDotDensitySymbolByRef(IDotDensityFillSymbol symbol)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The dot density symbol.

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

getDotValue

public double getDotValue()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Value of each dot.

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

setDotValue

public void setDotValue(double value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Value of each dot.

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

getControlLayer

public IFeatureLayer getControlLayer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Control layer used for masking.

Specified by:
getControlLayer in interface IDotDensityRenderer
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setControlLayerByRef

public void setControlLayerByRef(IFeatureLayer layer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Control layer used for masking.

Specified by:
setControlLayerByRef in interface IDotDensityRenderer
Parameters:
layer - A reference to a com.esri.arcgis.carto.IFeatureLayer (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. 
Color scheme, (user interface property only).

Specified by:
getColorScheme in interface IDotDensityRenderer
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. 
Color scheme, (user interface property only).

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

createLegend

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

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

setMaintainSize

public void setMaintainSize(boolean flag)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if dot size is preserved when zooming (the alternative is that density is preserved).

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

isMaintainSize

public boolean isMaintainSize()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if dot size is preserved when zooming (the alternative is that density is preserved).

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