com.esri.arcgis.display
Interface ISymbolIdentifier

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISymbolIdentifierProxy, SymbolIdentifier

public interface ISymbolIdentifier
extends java.io.Serializable

COM Interface 'ISymbolIdentifier'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to the members that control the symbol identifier.' 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 IID440b07bb_92f0_11d3_9fcc_00c04f6bc6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getID()
          The symbolID associated with the symbol.
 ISymbol getSymbol()
          The symbol associated with the symbolID.
 void setID(int symbolID)
          The symbolID associated with the symbol.
 void setSymbolByRef(ISymbol symbol)
          The symbol associated with the symbolID.
 

Field Detail

IID440b07bb_92f0_11d3_9fcc_00c04f6bc6a5

static final int IID440b07bb_92f0_11d3_9fcc_00c04f6bc6a5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
The symbol associated with the symbolID.

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.

setSymbolByRef

void setSymbolByRef(ISymbol symbol)
                    throws java.io.IOException,
                           AutomationException
The symbol associated with the symbolID.

Parameters:
symbol - 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.

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The symbolID associated with the symbol.

Returns:
The symbolID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

void setID(int symbolID)
           throws java.io.IOException,
                  AutomationException
The symbolID associated with the symbol.

Parameters:
symbolID - The symbolID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.