com.esri.arcgis.carto
Class ISymbolSubstitutionProxy

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

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

Description: 'Provides access to members that control dynamic symbol substitution for display.' 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 ISymbolSubstitutionProxy
extends com.esri.arcgis.interop.Dispatch
implements ISymbolSubstitution, 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.ISymbolSubstitution
IID, IIDb8ddfa29_43f2_40df_8bff_c7a2879c1f90
 
Constructor Summary
  ISymbolSubstitutionProxy()
          Deprecated. For internal use only
  ISymbolSubstitutionProxy(java.lang.Object obj)
          Deprecated.  
protected ISymbolSubstitutionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISymbolSubstitutionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISymbolSubstitutionProxy(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 getInlineColor()
          Deprecated. The color used for substituting symbols that do not reference the symbol collection.
 IColor getMassColor()
          Deprecated. The color used for substituting only the color.
 ISymbolCollection getSubstituteSymbolCollection()
          Deprecated. The substitute symbol collection when substituting the entire collection.
 int getSubstituteType()
          Deprecated. The type of symbol substitution.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setInlineColorByRef(IColor color)
          Deprecated. The color used for substituting symbols that do not reference the symbol collection.
 void setMassColorByRef(IColor color)
          Deprecated. The color used for substituting only the color.
 void setSubstituteSymbolCollectionByRef(ISymbolCollection symbolCollection)
          Deprecated. The substitute symbol collection when substituting the entire collection.
 void setSubstituteType(int substituteType)
          Deprecated. The type of symbol substitution.
 
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

ISymbolSubstitutionProxy

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

ISymbolSubstitutionProxy

public ISymbolSubstitutionProxy()
Deprecated. 
For internal use only


ISymbolSubstitutionProxy

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

ISymbolSubstitutionProxy

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

ISymbolSubstitutionProxy

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

getMassColor

public IColor getMassColor()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The color used for substituting only the color.

Specified by:
getMassColor in interface ISymbolSubstitution
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.

setMassColorByRef

public void setMassColorByRef(IColor color)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The color used for substituting only the color.

Specified by:
setMassColorByRef in interface ISymbolSubstitution
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.

getInlineColor

public IColor getInlineColor()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The color used for substituting symbols that do not reference the symbol collection.

Specified by:
getInlineColor in interface ISymbolSubstitution
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.

setInlineColorByRef

public void setInlineColorByRef(IColor color)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The color used for substituting symbols that do not reference the symbol collection.

Specified by:
setInlineColorByRef in interface ISymbolSubstitution
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.

getSubstituteSymbolCollection

public ISymbolCollection getSubstituteSymbolCollection()
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
The substitute symbol collection when substituting the entire collection.

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

setSubstituteSymbolCollectionByRef

public void setSubstituteSymbolCollectionByRef(ISymbolCollection symbolCollection)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The substitute symbol collection when substituting the entire collection.

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

getSubstituteType

public int getSubstituteType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The type of symbol substitution.

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

setSubstituteType

public void setSubstituteType(int substituteType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The type of symbol substitution.

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