com.esri.arcgis.carto
Class IHighlightSuppressionActionProxy

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

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

Description: 'Provides access to properties and methods needed to manage the highlight/suppression action.' 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 IHighlightSuppressionActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IHighlightSuppressionAction, 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.IHighlightSuppressionAction
IID, IID705aafe4_568b_4818_a312_2386d3cfbdba
 
Constructor Summary
  IHighlightSuppressionActionProxy()
          Deprecated. For internal use only
  IHighlightSuppressionActionProxy(java.lang.Object obj)
          Deprecated.  
protected IHighlightSuppressionActionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IHighlightSuppressionActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IHighlightSuppressionActionProxy(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.  
 void clearObjectArray()
          Deprecated. Clears object array of all previous entries.
 boolean containsFeature(int oID)
          Deprecated. Indicates whether or not feature is contained in the action.
 int getActionType()
          Deprecated. Indicates what type of action will be performed.
 ISymbol getHighlightSymbol()
          Deprecated. Symbol used to highlight the feature meeting highlight action criteria.
 boolean isSuppression()
          Deprecated. Indicates whether or not the highlight-suppression action is set to suppress features.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActionType(int pVal)
          Deprecated. Indicates what type of action will be performed.
 void setHighlightSymbolByRef(ISymbol pVal)
          Deprecated. Symbol used to highlight the feature meeting highlight action criteria.
 
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

IHighlightSuppressionActionProxy

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

IHighlightSuppressionActionProxy

public IHighlightSuppressionActionProxy()
Deprecated. 
For internal use only


IHighlightSuppressionActionProxy

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

IHighlightSuppressionActionProxy

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

IHighlightSuppressionActionProxy

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

getActionType

public int getActionType()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates what type of action will be performed.

Specified by:
getActionType in interface IHighlightSuppressionAction
Returns:
A com.esri.arcgis.carto.enumHighlightSuppression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionType

public void setActionType(int pVal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates what type of action will be performed.

Specified by:
setActionType in interface IHighlightSuppressionAction
Parameters:
pVal - A com.esri.arcgis.carto.enumHighlightSuppression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighlightSymbol

public ISymbol getHighlightSymbol()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Symbol used to highlight the feature meeting highlight action criteria.

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

setHighlightSymbolByRef

public void setHighlightSymbolByRef(ISymbol pVal)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Symbol used to highlight the feature meeting highlight action criteria.

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

isSuppression

public boolean isSuppression()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether or not the highlight-suppression action is set to suppress features.

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

containsFeature

public boolean containsFeature(int oID)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether or not feature is contained in the action.

Specified by:
containsFeature in interface IHighlightSuppressionAction
Parameters:
oID - The oID (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearObjectArray

public void clearObjectArray()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Clears object array of all previous entries.

Specified by:
clearObjectArray in interface IHighlightSuppressionAction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.