|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassificationDialog
Provides access to members that control a dialog for working with properties of a classification.
Method Summary | |
---|---|
boolean |
doModal(int parentHWnd)
Shows the dialog modally. |
Object |
getClassBreaks()
Array of class breaks (double). |
IUID |
getClassification()
Classification object. |
int |
getLowerThreshold()
Lower bound of the first class. |
int |
getUpperThreshold()
Upper bound of the last class (commonly set to the last ClassBreak). |
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). |
Method Detail |
---|
void setClassBreaks(Object doubleArrayBreaks) throws IOException, AutomationException
doubleArrayBreaks
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getClassBreaks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramData(IHistogram histo) throws IOException, AutomationException
histo
- A reference to a com.esri.arcgis.cartoUI.IHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setData(Object doubleArrayValues) throws IOException, AutomationException
doubleArrayValues
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberFormat(INumberFormat rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.INumberFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassLimits(int minClasses, int maxClasses) throws IOException, AutomationException
minClasses
- The minClasses (in)maxClasses
- The maxClasses (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpperThreshold(int threshold) throws IOException, AutomationException
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpperThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLowerThreshold(int threshold) throws IOException, AutomationException
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLowerThreshold() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassification(IUID clsid) throws IOException, AutomationException
clsid
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getClassification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int parentHWnd) throws IOException, AutomationException
parentHWnd
- 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 |