|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISymbolIdentifier2
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 |
|---|
static final int IID877a260a_cacb_48f6_aaf9_a24ce3bc75ff
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ISymbol getSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbolByRef(ISymbol symbol)
throws java.io.IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setID(int symbolID)
throws java.io.IOException,
AutomationException
symbolID - The symbolID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||