|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassificationDialog
COM Interface 'IClassificationDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'
Description: 'Provides access to members that control a dialog for working with properties of a classification.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3e055f75_2288_11d3_9f4f_00c04f6bc709
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
doModal(int parentHWnd)
Shows the dialog modally. |
java.lang.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(java.lang.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(java.lang.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). |
Field Detail |
---|
static final int IID3e055f75_2288_11d3_9f4f_00c04f6bc709
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setClassBreaks(java.lang.Object doubleArrayBreaks) throws java.io.IOException, AutomationException
doubleArrayBreaks
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getClassBreaks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramData(IHistogram histo) throws java.io.IOException, AutomationException
histo
- A reference to a com.esri.arcgis.cartoUI.IHistogram (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setData(java.lang.Object doubleArrayValues) throws java.io.IOException, AutomationException
doubleArrayValues
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumberFormat(INumberFormat rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.INumberFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassLimits(int minClasses, int maxClasses) throws java.io.IOException, AutomationException
minClasses
- The minClasses (in)maxClasses
- The maxClasses (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpperThreshold(int threshold) throws java.io.IOException, AutomationException
threshold
- The threshold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpperThreshold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLowerThreshold(int threshold) throws java.io.IOException, AutomationException
threshold
- The threshold (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLowerThreshold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassification(IUID clsid) throws java.io.IOException, AutomationException
clsid
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getClassification() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int parentHWnd) throws java.io.IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (in)
java.io.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 |