|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebThematicReportOptions
public class ArcWebThematicReportOptions
A set of parameters used to create a thematic map report.
| Constructor Summary | |
|---|---|
ArcWebThematicReportOptions()
Constructs a ArcWebThematicReportOptions using ArcGIS Engine. |
|
ArcWebThematicReportOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebThematicReportOptions theArcWebThematicReportOptions = (ArcWebThematicReportOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getClassificationMethod()
The information about how the data classes are divided (default is esriArcWebClassificationMethodEqualInterval). |
static String |
getClsid()
getClsid. |
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). |
int |
hashCode()
the hashcode for this object |
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebThematicReportOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebThematicReportOptions(Object obj)
throws IOException
ArcWebThematicReportOptions theArcWebThematicReportOptions = (ArcWebThematicReportOptions) obj;
obj to ArcWebThematicReportOptions.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getClassificationMethod()
throws IOException,
AutomationException
getClassificationMethod in interface IArcWebThematicReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassificationMethod(int classificationMethod)
throws IOException,
AutomationException
setClassificationMethod in interface IArcWebThematicReportOptionsclassificationMethod - A com.esri.arcgis.arcweb.esriArcWebClassificationMethod constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getColorPalette()
throws IOException,
AutomationException
getColorPalette in interface IArcWebThematicReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setColorPalette(int colorPalette)
throws IOException,
AutomationException
setColorPalette in interface IArcWebThematicReportOptionscolorPalette - A com.esri.arcgis.arcweb.esriArcWebColorPalette constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeographyLevel()
throws IOException,
AutomationException
getGeographyLevel in interface IArcWebThematicReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeographyLevel(int geographyLevel)
throws IOException,
AutomationException
setGeographyLevel in interface IArcWebThematicReportOptionsgeographyLevel - A com.esri.arcgis.arcweb.esriArcWebGeographyLevel constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumClasses()
throws IOException,
AutomationException
getNumClasses in interface IArcWebThematicReportOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumClasses(int numClasses)
throws IOException,
AutomationException
setNumClasses in interface IArcWebThematicReportOptionsnumClasses - 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 | ||||||||