com.esri.arcgis.carto
Interface IDotDensityUIRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DotDensityRenderer, IDotDensityUIRendererProxy

public interface IDotDensityUIRenderer
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID90e8800d_148d_11d4_9f7d_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMaxDensity()
          Maximum density.
 double getMaxDensityArea()
          Area in map units of the polygon with maximum density.
 double getMeanArea()
          Mean area in map units.
 double getMeanDensity()
          Mean density.
 double getMinDensity()
          Minimum density.
 double getMinDensityArea()
          Area in map units of the polygon with minimum density.
 void setMaxDensity(double value)
          Maximum density.
 void setMaxDensityArea(double value)
          Area in map units of the polygon with maximum density.
 void setMeanArea(double value)
          Mean area in map units.
 void setMeanDensity(double value)
          Mean density.
 void setMinDensity(double value)
          Minimum density.
 void setMinDensityArea(double value)
          Area in map units of the polygon with minimum density.
 

Field Detail

IID90e8800d_148d_11d4_9f7d_00c04f6bc709

static final int IID90e8800d_148d_11d4_9f7d_00c04f6bc709
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMinDensity

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinDensity

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

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

getMinDensityArea

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinDensityArea

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

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

getMeanDensity

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMeanDensity

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

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

getMeanArea

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMeanArea

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

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

getMaxDensity

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxDensity

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

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

getMaxDensityArea

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxDensityArea

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

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