|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISymbolCollection2
COM Interface 'ISymbolCollection2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control a collection of symbols and id pairs.' 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 |
IID7ed742b9_0aef_40a0_a9a5_de2a302692f2
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addSymbol(ISymbol symbol,
java.lang.String name,
ISymbolIdentifier2[] symbolID)
Adds a symbol to the collection. |
int |
getCount()
The number of symbols in the collection. |
ISymbol |
getSymbol(int symbolID)
The symbol associated with the symbolID. |
void |
getSymbolIdentifier(int iD,
ISymbolIdentifier2[] symbolID)
Returns the symbol with the given ID. |
ISymbolIdentifier |
next()
Returns the next symbolID-symbol pair in the collection. |
void |
remove(int symbolID)
Removes the symbolID-symbol pair in the collection. |
void |
removeAll()
Removes all the symbolID-symbol pairs in the collection. |
void |
renameSymbol(int symbolID,
java.lang.String name)
Renames the symbol with the given ID. |
void |
replace(int symbolID,
ISymbol symbol)
Replaces the symbol associated with the symbolID. |
void |
reset()
Prepares the collection for Next to be called. |
void |
setSymbolByRef(int symbolID,
ISymbol symbol)
The symbol associated with the symbolID. |
Field Detail |
---|
static final int IID7ed742b9_0aef_40a0_a9a5_de2a302692f2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISymbol getSymbol(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.void setSymbolByRef(int symbolID, ISymbol symbol) throws java.io.IOException, AutomationException
symbolID
- The symbolID (in)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.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbolIdentifier next() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replace(int symbolID, ISymbol symbol) throws java.io.IOException, AutomationException
symbolID
- The symbolID (in)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.void remove(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.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addSymbol(ISymbol symbol, java.lang.String name, ISymbolIdentifier2[] symbolID) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)name
- The name (in)symbolID
- A reference to a com.esri.arcgis.display.ISymbolIdentifier2 (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSymbolIdentifier(int iD, ISymbolIdentifier2[] symbolID) throws java.io.IOException, AutomationException
iD
- The iD (in)symbolID
- A reference to a com.esri.arcgis.display.ISymbolIdentifier2 (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void renameSymbol(int symbolID, java.lang.String name) throws java.io.IOException, AutomationException
symbolID
- The symbolID (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
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 |