|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebThematicReportOptions
Provides access to members that control a thematic map report.
| Method Summary | |
|---|---|
int |
getClassificationMethod()
The information about how the data classes are divided (default is esriArcWebClassificationMethodEqualInterval). |
int |
getColorPalette()
A color ramp for the class breaks (default is esriArcWebColorPaletteRed). |
int |
getGeographyLevel()
The geographic level in which the map report displays. |
int |
getNumClasses()
The number of classes into which the data is classified (default is 2). |
void |
setClassificationMethod(int classificationMethod)
The information about how the data classes are divided (default is esriArcWebClassificationMethodEqualInterval). |
void |
setColorPalette(int colorPalette)
A color ramp for the class breaks (default is esriArcWebColorPaletteRed). |
void |
setGeographyLevel(int geographyLevel)
The geographic level in which the map report displays. |
void |
setNumClasses(int numClasses)
The number of classes into which the data is classified (default is 2). |
| Method Detail |
|---|
int getClassificationMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClassificationMethod(int classificationMethod)
throws IOException,
AutomationException
classificationMethod - A com.esri.arcgis.arcweb.esriArcWebClassificationMethod constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getColorPalette()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorPalette(int colorPalette)
throws IOException,
AutomationException
colorPalette - A com.esri.arcgis.arcweb.esriArcWebColorPalette constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeographyLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeographyLevel(int geographyLevel)
throws IOException,
AutomationException
geographyLevel - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumClasses()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumClasses(int numClasses)
throws IOException,
AutomationException
numClasses - The numClasses (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 | ||||||||