|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setClassBreaks(Object doubleArrayBreaks) throws IOException, AutomationException
setClassBreaks
in interface IClassificationDialog
doubleArrayBreaks
- 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 IClassificationDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHistogramData(IHistogram histo) throws IOException, AutomationException
setHistogramData
in interface IClassificationDialog
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.public void setData(Object doubleArrayValues) throws IOException, AutomationException
setData
in interface IClassificationDialog
doubleArrayValues
- 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 IClassificationDialog
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.public void setClassLimits(int minClasses, int maxClasses) throws IOException, AutomationException
setClassLimits
in interface IClassificationDialog
minClasses
- 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 IClassificationDialog
threshold
- 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 IClassificationDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLowerThreshold(int threshold) throws IOException, AutomationException
setLowerThreshold
in interface IClassificationDialog
threshold
- 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 IClassificationDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClassification(IUID clsid) throws IOException, AutomationException
setClassification
in interface IClassificationDialog
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.public IUID getClassification() throws IOException, AutomationException
getClassification
in interface IClassificationDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean doModal(int parentHWnd) throws IOException, AutomationException
doModal
in interface IClassificationDialog
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 |