com.esri.arcgis.cartoUI
Class IClassificationDialogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.cartoUI.IClassificationDialogProxy
All Implemented Interfaces:
IClassificationDialog, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IClassificationDialogProxy
extends com.esri.arcgis.interop.Dispatch
implements IClassificationDialog, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.cartoUI.IClassificationDialog
IID, IID3e055f75_2288_11d3_9f4f_00c04f6bc709
 
Constructor Summary
  IClassificationDialogProxy()
          Deprecated. For internal use only
  IClassificationDialogProxy(java.lang.Object obj)
          Deprecated.  
protected IClassificationDialogProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IClassificationDialogProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IClassificationDialogProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 boolean doModal(int parentHWnd)
          Deprecated. Shows the dialog modally.
 java.lang.Object getClassBreaks()
          Deprecated. Array of class breaks (double).
 IUID getClassification()
          Deprecated. Classification object.
 int getLowerThreshold()
          Deprecated. Lower bound of the first class.
 int getUpperThreshold()
          Deprecated. Upper bound of the last class (commonly set to the last ClassBreak).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setClassBreaks(java.lang.Object doubleArrayBreaks)
          Deprecated. Array of class breaks (double).
 void setClassification(IUID clsid)
          Deprecated. Classification object.
 void setClassLimits(int minClasses, int maxClasses)
          Deprecated. Sets the minimum and maximum allowed number of classes.
 void setData(java.lang.Object doubleArrayValues)
          Deprecated. Sets data to the dialog via an array of values.
 void setHistogramData(IHistogram histo)
          Deprecated. Sets data to the dialog via a histogram.
 void setLowerThreshold(int threshold)
          Deprecated. Lower bound of the first class.
 void setNumberFormat(INumberFormat rhs1)
          Deprecated. Number format options.
 void setUpperThreshold(int threshold)
          Deprecated. Upper bound of the last class (commonly set to the last ClassBreak).
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IClassificationDialogProxy

public IClassificationDialogProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IClassificationDialogProxy

public IClassificationDialogProxy()
Deprecated. 
For internal use only


IClassificationDialogProxy

public IClassificationDialogProxy(java.lang.Object obj)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IClassificationDialogProxy

protected IClassificationDialogProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IClassificationDialogProxy

protected IClassificationDialogProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setClassBreaks

public void setClassBreaks(java.lang.Object doubleArrayBreaks)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Array of class breaks (double). ClassBreaks(0) is the minimum value in the dataset, and subsequent breaks represent the upper limit of each class.

Specified by:
setClassBreaks in interface IClassificationDialog
Parameters:
doubleArrayBreaks - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassBreaks

public java.lang.Object getClassBreaks()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Array of class breaks (double). ClassBreaks(0) is the minimum value in the dataset, and subsequent breaks represent the upper limit of each class.

Specified by:
getClassBreaks in interface IClassificationDialog
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramData

public void setHistogramData(IHistogram histo)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets data to the dialog via a histogram.

Specified by:
setHistogramData in interface IClassificationDialog
Parameters:
histo - A reference to a com.esri.arcgis.cartoUI.IHistogram (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setData

public void setData(java.lang.Object doubleArrayValues)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Sets data to the dialog via an array of values.

Specified by:
setData in interface IClassificationDialog
Parameters:
doubleArrayValues - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumberFormat

public void setNumberFormat(INumberFormat rhs1)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number format options.

Specified by:
setNumberFormat in interface IClassificationDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.system.INumberFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassLimits

public void setClassLimits(int minClasses,
                           int maxClasses)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Sets the minimum and maximum allowed number of classes.

Specified by:
setClassLimits in interface IClassificationDialog
Parameters:
minClasses - The minClasses (in)
maxClasses - The maxClasses (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpperThreshold

public void setUpperThreshold(int threshold)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Upper bound of the last class (commonly set to the last ClassBreak).

Specified by:
setUpperThreshold in interface IClassificationDialog
Parameters:
threshold - The threshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpperThreshold

public int getUpperThreshold()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Upper bound of the last class (commonly set to the last ClassBreak).

Specified by:
getUpperThreshold in interface IClassificationDialog
Returns:
The threshold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLowerThreshold

public void setLowerThreshold(int threshold)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Lower bound of the first class.

Specified by:
setLowerThreshold in interface IClassificationDialog
Parameters:
threshold - The threshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLowerThreshold

public int getLowerThreshold()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Lower bound of the first class.

Specified by:
getLowerThreshold in interface IClassificationDialog
Returns:
The threshold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClassification

public void setClassification(IUID clsid)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Classification object.

Specified by:
setClassification in interface IClassificationDialog
Parameters:
clsid - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassification

public IUID getClassification()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Classification object.

Specified by:
getClassification in interface IClassificationDialog
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

public boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Shows the dialog modally.

Specified by:
doModal in interface IClassificationDialog
Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.