com.esri.arcgis.carto
Interface IDotDensityRenderer2

All Superinterfaces:
IDotDensityRenderer, Serializable
All Known Implementing Classes:
DotDensityRenderer

public interface IDotDensityRenderer2
extends IDotDensityRenderer, Serializable

Provides access to members that control the drawing of varying densities of dots within polygon features to represent different quantities.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getMaintainDensityBy()
          Indicates if density is preserved by dot size or dot value.
 void setMaintainDensityBy(int eMaintainDensityBy)
          Indicates if density is preserved by dot size or dot value.
 
Methods inherited from interface com.esri.arcgis.carto.IDotDensityRenderer
createLegend, getColorScheme, getControlLayer, getDotDensitySymbol, getDotValue, isMaintainSize, setColorScheme, setControlLayerByRef, setDotDensitySymbolByRef, setDotValue, setMaintainSize
 

Method Detail

setMaintainDensityBy

void setMaintainDensityBy(int eMaintainDensityBy)
                          throws IOException,
                                 AutomationException
Indicates if density is preserved by dot size or dot value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
eMaintainDensityBy - A com.esri.arcgis.carto.esriMaintainDensityBy constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaintainDensityBy

int getMaintainDensityBy()
                         throws IOException,
                                AutomationException
Indicates if density is preserved by dot size or dot value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.carto.esriMaintainDensityBy constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.