com.esri.arcgis.carto
Class IRasterDataExclusionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRasterDataExclusionProxy
All Implemented Interfaces:
IRasterDataExclusion, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRasterDataExclusion'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that exclude data values from 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 IRasterDataExclusionProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterDataExclusion, 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.carto.IRasterDataExclusion
IID, IID3fe0401e_8806_11d3_a64f_0008c7df8989
 
Constructor Summary
  IRasterDataExclusionProxy()
          Deprecated. For internal use only
  IRasterDataExclusionProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterDataExclusionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterDataExclusionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterDataExclusionProxy(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.  
 IColor getExcludeColor()
          Deprecated. Color for the excluded values.
 java.lang.String getExcludeDescription()
          Deprecated. Description for the excluded values.
 java.lang.String getExcludeLabel()
          Deprecated. Label for the excluded values.
 java.lang.Object getExcludeRanges()
          Deprecated. Array of doubles indicating the excluded ranges.
 java.lang.Object getExcludeValues()
          Deprecated. Array of doubles indicating the excluded values.
 boolean isExcludeShowClass()
          Deprecated. Indicates if color is shown for the excluded values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setExcludeColor(IColor color)
          Deprecated. Color for the excluded values.
 void setExcludeDescription(java.lang.String description)
          Deprecated. Description for the excluded values.
 void setExcludeLabel(java.lang.String label)
          Deprecated. Label for the excluded values.
 void setExcludeRanges(java.lang.Object values)
          Deprecated. Array of doubles indicating the excluded ranges.
 void setExcludeShowClass(boolean show)
          Deprecated. Indicates if color is shown for the excluded values.
 void setExcludeValues(java.lang.Object values)
          Deprecated. Array of doubles indicating the excluded values.
 
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

IRasterDataExclusionProxy

public IRasterDataExclusionProxy(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

IRasterDataExclusionProxy

public IRasterDataExclusionProxy()
Deprecated. 
For internal use only


IRasterDataExclusionProxy

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

IRasterDataExclusionProxy

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

IRasterDataExclusionProxy

protected IRasterDataExclusionProxy(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

setExcludeValues

public void setExcludeValues(java.lang.Object values)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Array of doubles indicating the excluded values.

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

getExcludeValues

public java.lang.Object getExcludeValues()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Array of doubles indicating the excluded values.

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

setExcludeRanges

public void setExcludeRanges(java.lang.Object values)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Array of doubles indicating the excluded ranges.

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

getExcludeRanges

public java.lang.Object getExcludeRanges()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Array of doubles indicating the excluded ranges.

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

setExcludeShowClass

public void setExcludeShowClass(boolean show)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if color is shown for the excluded values.

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

isExcludeShowClass

public boolean isExcludeShowClass()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if color is shown for the excluded values.

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

setExcludeColor

public void setExcludeColor(IColor color)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Color for the excluded values.

Specified by:
setExcludeColor in interface IRasterDataExclusion
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExcludeColor

public IColor getExcludeColor()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Color for the excluded values.

Specified by:
getExcludeColor in interface IRasterDataExclusion
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludeLabel

public void setExcludeLabel(java.lang.String label)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Label for the excluded values.

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

getExcludeLabel

public java.lang.String getExcludeLabel()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Label for the excluded values.

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

setExcludeDescription

public void setExcludeDescription(java.lang.String description)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Description for the excluded values.

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

getExcludeDescription

public java.lang.String getExcludeDescription()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Description for the excluded values.

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