|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.cartoUI.ClassificationDialog
public class ClassificationDialog
A dialog for working with properties of a classification.
| Constructor Summary | |
|---|---|
ClassificationDialog()
Constructs a ClassificationDialog using ArcGIS Engine. |
|
ClassificationDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ClassificationDialog theClassificationDialog = (ClassificationDialog) obj; |
|
| Method Summary | |
|---|---|
boolean |
doModal(int parentHWnd)
Shows the dialog modally. |
boolean |
equals(Object o)
Compare this object with another |
Object |
getClassBreaks()
Array of class breaks (double). |
IUID |
getClassification()
Classification object. |
static String |
getClsid()
getClsid. |
int |
getLowerThreshold()
Lower bound of the first class. |
int |
getUpperThreshold()
Upper bound of the last class (commonly set to the last ClassBreak). |
int |
hashCode()
the hashcode for this object |
void |
setClassBreaks(Object doubleArrayBreaks)
Array of class breaks (double). |
void |
setClassification(IUID clsid)
Classification object. |
void |
setClassLimits(int minClasses,
int maxClasses)
Sets the minimum and maximum allowed number of classes. |
void |
setData(Object doubleArrayValues)
Sets data to the dialog via an array of values. |
void |
setHistogramData(IHistogram histo)
Sets data to the dialog via a histogram. |
void |
setLowerThreshold(int threshold)
Lower bound of the first class. |
void |
setNumberFormat(INumberFormat rhs1)
Number format options. |
void |
setUpperThreshold(int threshold)
Upper bound of the last class (commonly set to the last ClassBreak). |
| 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 ClassificationDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ClassificationDialog(Object obj)
throws IOException
ClassificationDialog theClassificationDialog = (ClassificationDialog) obj;
obj to ClassificationDialog.
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 void setClassBreaks(Object doubleArrayBreaks)
throws IOException,
AutomationException
setClassBreaks in interface IClassificationDialogdoubleArrayBreaks - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getClassBreaks()
throws IOException,
AutomationException
getClassBreaks in interface IClassificationDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHistogramData(IHistogram histo)
throws IOException,
AutomationException
setHistogramData in interface IClassificationDialoghisto - A reference to a com.esri.arcgis.cartoUI.IHistogram (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setData(Object doubleArrayValues)
throws IOException,
AutomationException
setData in interface IClassificationDialogdoubleArrayValues - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumberFormat(INumberFormat rhs1)
throws IOException,
AutomationException
setNumberFormat in interface IClassificationDialogrhs1 - A reference to a com.esri.arcgis.system.INumberFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassLimits(int minClasses,
int maxClasses)
throws IOException,
AutomationException
setClassLimits in interface IClassificationDialogminClasses - The minClasses (in)maxClasses - The maxClasses (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpperThreshold(int threshold)
throws IOException,
AutomationException
setUpperThreshold in interface IClassificationDialogthreshold - The threshold (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUpperThreshold()
throws IOException,
AutomationException
getUpperThreshold in interface IClassificationDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLowerThreshold(int threshold)
throws IOException,
AutomationException
setLowerThreshold in interface IClassificationDialogthreshold - The threshold (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLowerThreshold()
throws IOException,
AutomationException
getLowerThreshold in interface IClassificationDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClassification(IUID clsid)
throws IOException,
AutomationException
setClassification in interface IClassificationDialogclsid - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassification()
throws IOException,
AutomationException
getClassification in interface IClassificationDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentHWnd)
throws IOException,
AutomationException
doModal in interface IClassificationDialogparentHWnd - The parentHWnd (A COM typedef) (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 | ||||||||