com.esri.arcgis.carto
Class IDotDensityUIRendererProxy

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

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

Description: 'Provides access to members that work with additional renderer properties which appear on the user interface.' 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 IDotDensityUIRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IDotDensityUIRenderer, 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.IDotDensityUIRenderer
IID, IID90e8800d_148d_11d4_9f7d_00c04f6bc709
 
Constructor Summary
  IDotDensityUIRendererProxy()
          Deprecated. For internal use only
  IDotDensityUIRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IDotDensityUIRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDotDensityUIRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDotDensityUIRendererProxy(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.  
 double getMaxDensity()
          Deprecated. Maximum density.
 double getMaxDensityArea()
          Deprecated. Area in map units of the polygon with maximum density.
 double getMeanArea()
          Deprecated. Mean area in map units.
 double getMeanDensity()
          Deprecated. Mean density.
 double getMinDensity()
          Deprecated. Minimum density.
 double getMinDensityArea()
          Deprecated. Area in map units of the polygon with minimum density.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setMaxDensity(double value)
          Deprecated. Maximum density.
 void setMaxDensityArea(double value)
          Deprecated. Area in map units of the polygon with maximum density.
 void setMeanArea(double value)
          Deprecated. Mean area in map units.
 void setMeanDensity(double value)
          Deprecated. Mean density.
 void setMinDensity(double value)
          Deprecated. Minimum density.
 void setMinDensityArea(double value)
          Deprecated. Area in map units of the polygon with minimum density.
 
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

IDotDensityUIRendererProxy

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

IDotDensityUIRendererProxy

public IDotDensityUIRendererProxy()
Deprecated. 
For internal use only


IDotDensityUIRendererProxy

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

IDotDensityUIRendererProxy

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

IDotDensityUIRendererProxy

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

getMinDensity

public double getMinDensity()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Minimum density.

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

setMinDensity

public void setMinDensity(double value)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Minimum density.

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

getMinDensityArea

public double getMinDensityArea()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Area in map units of the polygon with minimum density.

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

setMinDensityArea

public void setMinDensityArea(double value)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Area in map units of the polygon with minimum density.

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

getMeanDensity

public double getMeanDensity()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Mean density.

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

setMeanDensity

public void setMeanDensity(double value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Mean density.

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

getMeanArea

public double getMeanArea()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Mean area in map units.

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

setMeanArea

public void setMeanArea(double value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Mean area in map units.

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

getMaxDensity

public double getMaxDensity()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum density.

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

setMaxDensity

public void setMaxDensity(double value)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Maximum density.

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

getMaxDensityArea

public double getMaxDensityArea()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Area in map units of the polygon with maximum density.

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

setMaxDensityArea

public void setMaxDensityArea(double value)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Area in map units of the polygon with maximum density.

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