com.esri.arcgis.display
Interface ISymbolIdentifier2

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

public interface ISymbolIdentifier2
extends java.io.Serializable

COM Interface 'ISymbolIdentifier2'. Generated 3/19/2015 1:20:55 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 IID877a260a_cacb_48f6_aaf9_a24ce3bc75ff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getID()
          The symbolID associated with the symbol.
 java.lang.String getName()
          The name associated with the symbol.
 ISymbol getSymbol()
          The symbol associated with the symbolID.
 void setID(int symbolID)
          The symbolID associated with the symbol.
 void setName(java.lang.String name)
          The name associated with the symbol.
 void setSymbolByRef(ISymbol symbol)
          The symbol associated with the symbolID.
 

Field Detail

IID877a260a_cacb_48f6_aaf9_a24ce3bc75ff

static final int IID877a260a_cacb_48f6_aaf9_a24ce3bc75ff
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.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name associated with the symbol.

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name associated with the symbol.

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