|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDotDensityUIRenderer
Provides access to members that work with additional renderer properties which appear on the user interface.
This interface provides access to properties of a DotDensityRenderer that are data-related. You must set properties through this interface for the interactive GUI control on the MultiDotDensityPropertyPage to work properly.
| 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. |
| Method Detail |
|---|
double getMinDensity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinDensity(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinDensityArea()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinDensityArea(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMeanDensity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMeanDensity(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMeanArea()
throws IOException,
AutomationException
The mean area in map units for all features in the feature class. meanArea = sum of areas for all features / number of features.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMeanArea(double value)
throws IOException,
AutomationException
The mean area in map units for all features in the feature class. meanArea = sum of areas for all features / number of features.
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxDensity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxDensity(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxDensityArea()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxDensityArea(double value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||