|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TxSymbolSelector
public class TxSymbolSelector
Symbol picker.
Constructor Summary | |
---|---|
TxSymbolSelector()
Constructs a TxSymbolSelector using ArcGIS Engine. |
|
TxSymbolSelector(Object obj)
Construct a TxSymbolSelector using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
addSymbol(ISymbol symbol)
Brings up a dialog for Adding a symbol. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ISymbol |
getSymbolAt(int index)
Gets the symbol at the given index. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
selectSymbol(int hWnd)
Displays a dialog that lets the user select a symbol. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public TxSymbolSelector() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TxSymbolSelector(Object obj) throws IOException
obj
to TxSymbolSelector
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
TxSymbolSelector theTxSymbolSelector = (TxSymbolSelector) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean addSymbol(ISymbol symbol) throws IOException, AutomationException
addSymbol
in interface ITxSymbolSelector
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getSymbolAt(int index) throws IOException, AutomationException
getSymbolAt
in interface ITxSymbolSelector
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean selectSymbol(int hWnd) throws IOException, AutomationException
selectSymbol
in interface ITxSymbolSelector
hWnd
- The hWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 |