com.esri.arcgis.trackinganalyst
Class TxSymbolSelector

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TxSymbolSelector
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, ITxSymbolSelector, java.io.Serializable

public class TxSymbolSelector
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITxSymbolSelector, ISupportErrorInfo

COM Class 'TxSymbolSelector'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description 'Symbol picker.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxSymbolSelector
IID, IID7a1469f2_c77c_402b_bb0c_f13bc2e05518, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
TxSymbolSelector()
          Constructs a TxSymbolSelector using ArcGIS Engine.
TxSymbolSelector(java.lang.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(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 ISymbol getSymbolAt(int index)
          Gets the symbol at the given index.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void release()
          Release a TxSymbolSelector.
 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
 

Constructor Detail

TxSymbolSelector

public TxSymbolSelector()
                 throws java.io.IOException,
                        java.net.UnknownHostException
Constructs a TxSymbolSelector using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TxSymbolSelector

public TxSymbolSelector(java.lang.Object obj)
                 throws java.io.IOException
Construct a TxSymbolSelector using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TxSymbolSelector.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems TxSymbolSelector theTxSymbolSelector = (TxSymbolSelector) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TxSymbolSelector.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

addSymbol

public boolean addSymbol(ISymbol symbol)
                  throws java.io.IOException,
                         AutomationException
Brings up a dialog for Adding a symbol.

Specified by:
addSymbol in interface ITxSymbolSelector
Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolAt

public ISymbol getSymbolAt(int index)
                    throws java.io.IOException,
                           AutomationException
Gets the symbol at the given index.

Specified by:
getSymbolAt in interface ITxSymbolSelector
Parameters:
index - The index (in)
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.

selectSymbol

public boolean selectSymbol(int hWnd)
                     throws java.io.IOException,
                            AutomationException
Displays a dialog that lets the user select a symbol.

Specified by:
selectSymbol in interface ITxSymbolSelector
Parameters:
hWnd - The hWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.